Showing posts with label Workflow tools. Show all posts
Showing posts with label Workflow tools. Show all posts

Friday, March 10, 2017

Delete Vray Denoiser extra elements



Vray introduced Vray Denoiser lately which is post rendering process using extra passes which is mostly you won't need it on composting and for production its taking too much space

this simple script will delete it for you.









Extra elements are defocusAmount, diffuseFilter,noiseLevel, refractionFilter,reflectionFilter,worldNormals ,worldPositions

just choose the folder/folders containing the render images it will auto search them and clean those extra unusable elements for you.

Warrning: use it on your own risk , and there is no undo for this at all so be carefull and plz send feedback.




download scriptspot

http://www.scriptspot.com/3ds-max/scripts/delete-vray-denoiser-extra-elements

Monday, September 14, 2015

particle to objects - Blender Script



particle to objects script v0.8





Blender don't export particles as far as i know , and instancing particles has very limited options , this is a way around this limitation.
after Particle is done you can export it to any 3d App as animated objects dots whatever you assign the instance object option.
its limited to particle generated on the 1st frame and make lifetime bigger than the scene.

---Use:
-open on text editor in blender and run it
- you will find it on UI Properities panel (N)
-Fill the names of emmitter - instance obj and step frames and press "distribute objs" and thats it.

have fun.