IC8 Python API:RLPy RICloth
From Reallusion Wiki!
Contents
- 1 Description
- 2 Class Methods
- 2.1 RLPy.RICloth.CalculateCollision(self)
- 2.2 RLPy.RICloth.ConvertToAccessory(self, bCurrentShape )
- 2.3 RLPy.RICloth.GetClothConformValue(self, strConform )
- 2.4 RLPy.RICloth.GetMaterialComponent(self)
- 2.5 RLPy.RICloth.IsClothConformingEnable(self)
- 2.6 RLPy.RICloth.SetClothConformingEnable(self, bEnable )
- 2.7 RLPy.RICloth.SetClothConformValue(self, strConform, fValue )
- 2.8 RLPy.RICloth.TransferSkinWeight(self, strTemplateType )
- Main article: iC8 Modules.
- Last modified: 02/22/2023
Description
Missing description.
Class Methods
RLPy.RICloth.CalculateCollision(self)
- ⚠ This function will only be availabe after the release of CC 4.3!
Calculates soft-cloth collisions.
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RICloth.ConvertToAccessory(self, bCurrentShape )
Converts cloth to accessory.
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RICloth.GetClothConformValue(self, strConform )
Get conform property value.
Returns
cloth conform property value - float
1 # No example
RLPy.RICloth.GetMaterialComponent(self)
Get material component of the object.
Returns
Pointer of the RIMaterialComponent object - RLPy.RIMaterialComponent
1 # No example
RLPy.RICloth.IsClothConformingEnable(self)
Get cloth fitting enable status.
Returns
cloth fitting enable status - bool
1 # No example
RLPy.RICloth.SetClothConformingEnable(self, bEnable )
Set cloth fitting enable status.
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RICloth.SetClothConformValue(self, strConform, fValue )
Set conform property value.
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example
RLPy.RICloth.TransferSkinWeight(self, strTemplateType )
Transfer skin weight.
Returns
- RLPy.RStatus.Success - Succeed
- RLPy.RStatus.Failure - Fail
1 # No example