SOLVED: No documentation for primGroups or pointGroups classes

I could be mistaken but I can’t find any documentation on the primGroups or the pointGroups classes. The scriptSOP class wiki page does have the methods createPrimGroup() and createPointGroup() documented, and the SOP class page does list the two members but there are no links to the documentation of the classes themselves.

I wanted to create a primGroup in a scriptSOP and to add some primitives to that group in the same call. I ended up doing a dir() on the primGroup object a found there were in fact some methods that could be used…

I found add, destroy, discard, name, owner attributes which all seem to work as expected.

Hi @keithlostracco,

I’ve added a link to the documentation via the SOP’s pointGroup and primGroup members. The class in question is actually called the Group Class and the docs can be found here:

Best
Markus

Perfect thanks @markus