This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
// get methods
// set methods
BaseList2D
| Return type: | TextureTag or None |
|---|---|
| Returns: | A new texture tag. |
Get the position of the texture project.
| Return type: | Vector |
|---|---|
| Returns: | The texture XYZ position. |
Get the rotation of the texture project.
| Return type: | Vector |
|---|---|
| Returns: | The rot of the texture. |
Get the scale of the texture project.
| Return type: | Vector |
|---|---|
| Returns: | The scale of the texture. |
Get the texture projection’s coordinate system as a matrix.
| Return type: | Vector |
|---|---|
| Returns: | The texture projection’s coordinate system. |
Get the texture projection’s coordinate system as a normalized matrix.
| Return type: | Vector |
|---|---|
| Returns: | The texture projection’s coordinate system. |
Get the current material associated with this tag.
| Return type: | BaseMaterial |
|---|---|
| Returns: | The material or None. |
Sets the position of the texture projection.
| Parameter: | v (Vector) – The position of the texture. |
|---|
Sets the rotation of the texture projection.
| Parameter: | v (Vector) – The rotation of the texture. |
|---|
Sets the scale of the texture projection.
| Parameter: | v (Vector) – The scale of the texture. |
|---|
Sets the texture projection’s coordinate system matrix.
| Parameter: | v (Matrix) – The texture projection’s coordinate system. |
|---|
Set the material associated with this tag.
| Parameter: | mat (BaseMaterial) – The material for this tag. |
|---|