art3mis Posted July 9, 2017 Share Posted July 9, 2017 (edited) Hi Simply trying to use the following expression to create a random z rotation (see attached) fit01(rand(),0,45) but get the following error NameError: name 'fit01' is not defined. Isn't it possible to enter expressions directly into Transform properties? Edited July 9, 2017 by art3mis Quote Link to comment Share on other sites More sharing options...
adrianr Posted July 9, 2017 Share Posted July 9, 2017 (edited) Give the rand function a seed. If you want it to change over time something like $F or @Time. fit01(rand($F), 0, 45) Edited July 9, 2017 by adrianr 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.