Shaping preset limits
in The Commons
Never seen limits dialogue pop up before from a created Shaping Preset. Is there some way to see which property is exceeding the limit?
I have applied the preset while keeping the limits, and saved it again but it still keeps showing.

Comments
No idea if there's a built in way, but I decided to write a script to check, attached via zip to the post. Just select a node in the scene and run the script. Enjoy.
As for the cause, I don't know exactly when Daz Studio decides to show the limits dialog, but sometimes properties are controlled by other properties. And so, if you set Property A's value to 100%, and then another controlling property also sets Property A's value to 100%, internally "A" will be at 200%, but it's clamped to 100%. This might be what's happening. The solution could be to reset the value on Property A, so that only the controller sets its value (can do this by clicking the property gear -> Reset Value), or to just manually change the value, and then manually set it back to what it was (without using "undo").