Oliver Markowski Posted July 16, 2014 Share Posted July 16, 2014 Hey Guys, i am getting nuts over here. Inside my AttribWrangle the code looks like this: vector intrinsic_bounds = primintrinsic(0, "bounds", @primnum); f@b_y_min = intrinsic_bounds[1]; The problem is that i only get bounds indicies 0 to 2 (best case 0 to 3 with vetor4) but i need index 4. How do i extract the indicies from 3 to 5 from that intrinsic? You can check inside the details view that there are bounds[0] to bounds[5] if you load an alembic as delayed load.... any help is greatly appreciated!!! thx Oli Quote Link to comment Share on other sites More sharing options...
anim Posted July 21, 2014 Share Posted July 21, 2014 I guess you'd need to use python (e.g. in Python SOP or parameter) to load bounds intrinsic properly http://www.sidefx.com/docs/houdini13.0/hom/hou/Prim#intrinsicValue 1 Quote Link to comment Share on other sites More sharing options...
Oliver Markowski Posted July 26, 2014 Author Share Posted July 26, 2014 Thx Tomas! Will try this asap.... sidefx support also said that H13 is not able to do what i need inside the AttribWrangle-Node since primintrinsic() cannot return float[] for the moment....but it will be fixed in H14... cheers Oli Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.