RE 1st: I'm not exactly sure how to acomplish this without doing some trial and error scripting which I don't have time for right now but I think I can help with you're 2nd question. RE 2nd: "max time play" to start the animation playback. "stopAnimation()" to stop the playback. You might also want to add an option to your…
Great stuff monster, makes perfect sense and thanks for the tip. I still need to comment my script at some point. Any ideas for showing material in viewport? maybeshowTextureMap newNoiseMap true
One way control is pretty easy. (Color Picker controls the Noise Map) on cp1 changed val do( meditMaterials[1].diffuseMap.color1 = val)on cp2 changed val do( meditMaterials[1].diffuseMap.color2 = val) Two way control would be a little trickier since the ColorPicker control doesn't support animation controllers. Basically,…