[Closed] Deleting rollouts on modifier with CA
I have a CA modifier on a spline which adds a rollout to the modifier with some sliders on it when I press a button on the first rollout. Works fine but I need to refresh the sliders which requires that the existing rollout on the CA be deleted otherwise I get a lot of useless rollouts piled on top of each other on the CA holder…but I can’t seem to do this. I’ve tried custAttribute.delete, destroydialog etc etc…they return an OK but the rollout remains on the CA like before. I’ve had this problem before which I’ve solved by simply deleting the entire attribute holder and procedurally running it again with refreshed values but I can’t do that in this case. Do people follow this or do I need to post some code?
Try to add the attribute on the node instead of the node’s baseobject. This way, there is no rollouot displayed in the modify tab.
I decided just to use two separate ca’s. One small problem : I rename one but it doesn’t refresh very well. It keeps coming back to just ‘Attribute Holder’. Is there a way to get the modifier to automatically refresh the naming?