richard_mcd_green Posted August 18, 2017 Share Posted August 18, 2017 Hey, Basically, I want the transform node's Scale Y parameter to be driven by the detail attribute @scaley of the geometry going in to it. I've tried just typing @scaley into the sy parameter but to no avail, it just feeds back 0 when I hit toggle expression. How would I go about doing this? Quote Link to comment Share on other sites More sharing options...
Sepu Posted August 18, 2017 Share Posted August 18, 2017 is working fine here. do you have the wrangle upstream the transform? and are you sure are you running in detail? can you share .hip Quote Link to comment Share on other sites More sharing options...
richard_mcd_green Posted August 18, 2017 Author Share Posted August 18, 2017 (edited) Sure, here you go: legofire3.hip Edited August 19, 2017 by richard_mcd_green Quote Link to comment Share on other sites More sharing options...
Noobini Posted August 19, 2017 Share Posted August 19, 2017 (edited) I just bypassed attribwrangle3 and used attribwrangle2 directly with this (in your transform3) detail("op:../attribwrangle2","size",1) dunno if it's right tho, you'll have to check.... Edited August 19, 2017 by Noobini Quote Link to comment Share on other sites More sharing options...
Sepu Posted August 19, 2017 Share Posted August 19, 2017 I'm not exactly sure what you want to do but, what you are trying to do isnt gonna work, the copy to points grab point attributes, not detail. So if you want to use the detail attribute in you geo do that on the left stream, before the copy sop. Quote Link to comment Share on other sites More sharing options...
richard_mcd_green Posted August 19, 2017 Author Share Posted August 19, 2017 23 hours ago, Noobini said: I just bypassed attribwrangle3 and used attribwrangle2 directly with this (in your transform3) detail("op:../attribwrangle2","size",1) dunno if it's right tho, you'll have to check.... This worked, thank you 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.