vhalldez Posted August 7, 2019 Share Posted August 7, 2019 Hi friends, I needed to transfer a PointWrangle code to a PopWrangle.....on pointWrangle in SOP context it work perfecly, but the same code, in PopWrangle into a Vellun cloth, not worked any more. To simplify and try to understand I used just a simple point() and it didn't work too. (follow image) have VEX diference beetween PointWrangle and PopWrangle, or, someone know why that point() dont work? Quote Link to comment Share on other sites More sharing options...
Sepu Posted August 7, 2019 Share Posted August 7, 2019 You need make sure in the pop wrangle you use the right input. On the input tab. Quote Link to comment Share on other sites More sharing options...
woodenduck Posted August 7, 2019 Share Posted August 7, 2019 on the input tab of the pop wrangle set "Input 1" to "First Context Geometry". Quote Link to comment Share on other sites More sharing options...
vhalldez Posted August 7, 2019 Author Share Posted August 7, 2019 Dont work its like me a node problem because on the imput tab of the pop wrangle, have input1, input2, input3, input4 for you chose...but on the idon node on the network you have just one input...and any handle expression are working else, I tryed v@pos = point(0, "P", @ptnum); v@pos = point(Opinput1, "P", @ptnum); v@pos = point(@Opinput1, "P", @ptnum); and nothing working. Are u could have some file with a example of this working? Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted August 7, 2019 Share Posted August 7, 2019 Here's a hip with an example of both reading from SOPs and from itself. point_exrp_dop_odf.hip Quote Link to comment Share on other sites More sharing options...
vhalldez Posted August 10, 2019 Author Share Posted August 10, 2019 Thank you vtrvtr, but for me it work else into PopNet.....I mean into Vellun Cloth, some function, like point(), dont work in PopWrangle into a Vellun Cloth network.. Try it to you see. Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted August 10, 2019 Share Posted August 10, 2019 You might want to upload your file because to me it seems it does work. vellum_pt_expr_odf.hipnc Quote Link to comment Share on other sites More sharing options...
vhalldez Posted August 10, 2019 Author Share Posted August 10, 2019 Here you file dont work else.. Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted August 11, 2019 Share Posted August 11, 2019 This screenshot isn't from frame 0, right? You have to play the simulation for it to cook. If you want to have the values at frame 0, start your simulation at frame -1. If it really isn't doing anything when you simulate. That's very weird. Maybe reinstall Houdini. Quote Link to comment Share on other sites More sharing options...
hiediafumio Posted September 8, 2019 Share Posted September 8, 2019 i meet the same question.point function doesn‘t work?Who can tell me why,please Quote Link to comment Share on other sites More sharing options...
anim Posted September 8, 2019 Share Posted September 8, 2019 (edited) 12 hours ago, hiediafumio said: i meet the same question.point function doesn‘t work?Who can tell me why,please on POP Wrangle/Inputs you have so specify what geo which input represents, otherwise point(0, ...) will not link to any geo so change Input 1 to Myself for example Edited September 8, 2019 by anim 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.