Hi! I'm rigging a cartoon character that has an animator friendly custom control for controlling the strength of Ncloth effects. The X-axis of the control is the driver, and is working well for controlling the strength of the Ncloth deformation, but I also want it to turn Ncloth simulation completely off and display the input mesh when the control is set to 0. How can I achieve this? Ideally I'd like to do this with driven keys, as I have very limited scripting experience. But I haven't found any attribute that controls the display of input mesh vs. simulated mesh. Is there such an attribute?
See the controller here
In the script editor it says:
displayNClothMesh "input"; When I click on display input mesh, and displayNClothMesh "current"; when I click display current mesh. How can I script this to work with my X-axis control slider? The script would have to select all the cloth objects on the character..
Any help appreciated!