UserPool
¶
New in version R16.021.
Note
This type cannot be instantiated.
c4d.modules.net.
Repository
¶
Repository.GetRepositoryPath()
Repository.GetJobsPath()
Repository.SetRepositoryPath()
Repository.ConvertRelative2Absolute()
Repository.ConvertAbsolute2RelativePath()
Repository.
GetRepositoryPath
(
)
¶
New in version R16.021.
Gets the repository path.
| Return type: | str |
|---|---|
| Returns: | The default repository path. |
Repository.
GetJobsPath
(
server
)
¶
New in version R16.021.
Gets the jobs path.
| Parameters: | server ( bool ) – Pass True to ask for the jobs path on the server. |
|---|---|
| Return type: | str |
| Returns: | The jobs path. |
Repository.
SetRepositoryPath
(
repositoryPath
)
¶
New in version R16.021.
Sets the repository path.
| Parameters: | repositoryPath ( str ) – The repository path to set. |
|---|
Repository.
ConvertRelative2Absolute
(
job
)
¶
New in version R16.021.
Repository.
ConvertAbsolute2RelativePath
(
absolutePath
,
server
)
¶
New in version R16.021.