hi,
i’ve got the following situation:
ive got property groups that all inherit from a base class. now i want to show the properties from those property groups in a panel. without changing my gui everytime i add a new property group with new properties…
idea’s:
is there a function in layout to show a prop groep (i’ve try but not succeded)
is there a way to list the propertys in a prop group? because if there is, then i can loop over those prop and display them…