demoan666 Posted March 18, 2017 Share Posted March 18, 2017 (edited) i am trying to follow this class by ari danesh at around 20:40 mark he uses the noise function in a point wrangle. i can not get it to work... it returns me with errors saying "noise" or the variable "P" is an ambiguous call to function/ undefined variable. i am using houdini 16.0. Anyone knows what i might be doing wrong. thanks in advance, d. Edited March 18, 2017 by demoan666 Quote Link to comment Share on other sites More sharing options...
Sepu Posted March 18, 2017 Share Posted March 18, 2017 @scale = set(1, noise(@P) * 2-1, 1); You are missing @P 1 Quote Link to comment Share on other sites More sharing options...
demoan666 Posted March 18, 2017 Author Share Posted March 18, 2017 11 minutes ago, Sepu said: @scale = set(1, noise(@P) * 2-1, 1); You are missing @P thanks a ton (he didn't use the @P in the video) also when i use this function with time: @scale = set(1, noise(@P*@Time)*2-1, 1); the animation speeds up with time, any tips how to keep it animate at same speed througout the timeline? d. Quote Link to comment Share on other sites More sharing options...
woodenduck Posted March 18, 2017 Share Posted March 18, 2017 + rather than * 1 Quote Link to comment Share on other sites More sharing options...
demoan666 Posted March 19, 2017 Author Share Posted March 19, 2017 thanks wodenduck! 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.