martin Posted June 9, 2017 Report Share Posted June 9, 2017 is it possible to randomize seed (the main one in "main parameters") via maxscript? Quote Link to comment Share on other sites More sharing options...
Eduard Posted June 9, 2017 Report Share Posted June 9, 2017 Yes, you can use this code: gfx = $ gfx.seed = random 1 1000000 gfx.update Thanks! Quote Link to comment Share on other sites More sharing options...
martin Posted June 12, 2017 Author Report Share Posted June 12, 2017 much appreciated. Quote Link to comment Share on other sites More sharing options...
clemens_at Posted December 6, 2017 Report Share Posted December 6, 2017 i just tried it and it does not work. the seed changes but it does not update although the listener says: Update() OK Quote Link to comment Share on other sites More sharing options...
Eduard Posted December 6, 2017 Report Share Posted December 6, 2017 3 hours ago, clemens_at said: i just tried it and it does not work. the seed changes but it does not update although the listener says: Update() OK Hi clemens_at, Please try to write: gfx.update() instead of gfx.update Thanks! 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.