anicg 12 Posted January 24 create a name attribute (primitive) for each primitive group, name is the group name Share this post Link to post Share on other sites
konstantin magnus 1,163 Posted January 24 Detail wrangle: string grps[] = detailintrinsic(0, 'primitivegroups'); foreach(string g; grps){ addprimattrib(0, g, 123); } Share this post Link to post Share on other sites