PDA

View Full Version : Image reviewer python script for Blender


iluvblender
21-04-2007, 11:10 PM
Hey folks.

l wrote this tool to help me collate my test renders. This runs inside of blender's text editor. You can check it here (http://iluvblender.googlepages.com/bp_openglimageviewerforblender). Python code included. This script works hand-in-hand with my renderscript.py. (http://iluvblender.googlepages.com/bp_prepostrenderscript) My renderscript saves images and their descriptions (which i enter when prompted). By saving useful descriptions i can easily review images.

I will be adding more features soon.

Greetings,
Satish


http://3dnitz.com/iluvblender/pyscripts/imageviewer.py

http://3dnitz.com/iluvblender/pyscripts/renderscript.py

iluvblender
23-04-2007, 09:33 AM
Hello.

I will be adding the following features soon:
1. Dump material/texture/render settings used for the render
2. Ability to swipe horizontally/vertically between two images (for critial comparision)
3. Export renders along with descriptions to html files.

This will help in maintaining a database of renders and their settings. Also it will help me write tutorials faster.

Greetings,
Satish.

gauravanim
23-04-2007, 10:35 AM
I forgot to mention!! This script works hand-in-hand with my renderscript (http://cgtantra.com/forums/showthread.php?t=6932) (http://cgtantra.com/forums/showthread.php?t=6932%29).

I will be adding the following features soon:
1. Dump material/texture/render settings used for the render
2. Ability to swipe horizontally/vertically between two images (for critial comparision)
3. Export renders along with descriptions to html files.

This will help in maintaining a database of renders and their settings. Also it will help me write tutorials faster.

Greetings,
Satish.



testing it now

keep it goin...;)

iluvblender
23-04-2007, 11:33 AM
Hello Gaurav.

Thanks bro for testing. I am sure the scripts have some bugs (i caught one yesterday) so please post any bugs you run into. I will squish em to smithereens.

Also i am open to feature requests. So keep the ideas coming.


Greetings,
Satish.

iluvblender
24-04-2007, 03:41 AM
Small update. I cleaned up the code big-time for adding new functionality easily. Added menus for LEFT/RIGHT/MIDDLE mouse button presses and implemented an autoplay mode, with custom or default interval.

Code updated in first post.

Greetings,
Satish.