Notifications
Clear all

[Closed] Cloth mod missing properties

Hi guys,

It looks like there are a couple of missing properties in the cloth modifier that the documentation say are available. There may be more, but when attempting to access a cloth group’s .texture, or .map property, it returns “unknown property.”

To test this:
Create a primitive, apply Cloth modifier, and create a cloth group. The cloth group can be accessed by subanim 3 on the modifier object, so: $.modifiers[#cloth][3] will return the group, and you can try the .texture and .map properties. Other properties in the cloth group docs that are supposed to be there are there, its just these two I’m having trouble accessing. Hopefully I’m just accessing them incorrectly.

Thanks for your time,