Search the Community
Showing results for tags 'array attribute'.
-
Hi, I have attached a screenshot, in the following, I want to create a group that will have all the primitves mentioned in the sourceprim attribute, it is an array type attribute and I am unable to combine them all to create a group, please help. Thanks
- 6 replies
-
- group
- array attribute
-
(and 1 more)
Tagged with:
-
Hi ! trying to work with vex snippets and faced the problem ! I've created an integer array attribute on primitives and want to fill it with some values in attrib wrangle but i always get the error message of "Ambiguous call to array index operator ''. Candidates are: 'float vector4[int]', 'float vector2[int]', 'float vector[int]'" being declared within wrangle node the construction like this i[]@arr = {}; @arr[0]=@primnum-21; works fine wrangle_error.hip