We have appendPar
, but would be nice to be able to, based on a reference parameter group (like a Float3, or XYZ) append a custom parGroup with the same type. I feel like this is a missing feature.
Makes sense. I’ll put that request in. For now, appendParGroup is the equivalent of
appendPar(name, par=ParGroup[0])
so you can use that.
Ahhh thanks a lot for the workaround!
That saves so much past headache trying to implement the very same functionality with all the edge cases of existing parameter names
1 Like