c4d.modules.character.MTCharacterMotionTransferTag¶
-
class
c4d.modules.character.
MTCharacterMotionTransferTag
¶ Represents the Motion Transfer tag.
New in version S24.
Methods Signatures
|
Returns BaseContainer containing the solver settings for the given identifier.
|
|
Sets body part solver settings for an exposed body part.
|
Inheritance
Parent Class:
Methods Documentation
-
MTCharacterMotionTransferTag.
GetExposedBodyPartSettings
(self, bodyPartIdentifier)¶ - Returns BaseContainer containing the solver settings for the given identifier.See next IDs for value stored in the returned container.
Symbol ID
Symbol Type
CS_BPSS_IDENT_ID
String
CS_BPSS_WEIGHT_ID
Float
CS_BPSS_ACTIVE_ID
Bool
CS_BPSS_POSITIONWEIGHT_ID
Float
CS_BPSS_ROTATIONWEIGHT_ID
Float
CS_BPSS_SCALEWEIGHT_ID
Float
CS_BPSS_POSITIONACTIVE_ID
Bool
CS_BPSS_ROTATIONACTIVE_ID
Bool
CS_BPSS_SCALEACTIVE_ID
Bool
- Parameters
bodyPartIdentifier (
maxon.InternedId
) – Identifier used to get the body part settings.- Returns
- Return type
-
MTCharacterMotionTransferTag.
SetExposedBodyPartSettings
(self, bodyPartSettings)¶ - Sets body part solver settings for an exposed body part.See next IDs to configure the container.
Symbol ID
Symbol Type
CS_BPSS_IDENT_ID
String
CS_BPSS_WEIGHT_ID
Float
CS_BPSS_ACTIVE_ID
Bool
CS_BPSS_POSITIONWEIGHT_ID
Float
CS_BPSS_ROTATIONWEIGHT_ID
Float
CS_BPSS_SCALEWEIGHT_ID
Float
CS_BPSS_POSITIONACTIVE_ID
Bool
CS_BPSS_ROTATIONACTIVE_ID
Bool
CS_BPSS_SCALEACTIVE_ID
Bool
- Parameters
bodyPartSettings (c4d.BaseContainer) – The BaseContainer with the data to set