Skip navigation.

Posts tagged with "Python"

KSL_CameraZoomControls - Updated

, , , ...

Happy New Year 2009 !
I'm currently busy a lot with work and other stuff. By the way I corrected a bug in KSL_CameraZoomControls.py : there was a problem when you tried to tweak sliders while active panel was not a "modelPanel". This release should fix it !
Download KSL_CameraZoomControls.py

Smart IBL And sIBL_GUI

, , , ...

Long Time with no updates, lot of work and I was developping two softwares to help loading sIBL files into your favorite 3D package : sIBL_GUI and sIBL_Framework. More infos about those two things here : http://www.hdrlabs.com/cgi-bin/forum/YaBB.pl?num=1219865135

KSL_CameraZoomControls

, , , ...

Here is a helpfull tiny script when you are doing a lot of 3d rotoscopy and need some extra precision in your viewport :

KSL_CameraZoomControls.py

Source the Python Script and call the main procedure with :

KSL_CameraZoomControls()

There are some similar scripts on Highend3D but with this you don't need to select a camera in a list : it will automatically connect to the active camera.


Download KSL_CameraZoomControls.py

KSL_RenderStatsToggler - Python

, , , ...

I'm currently in the process of learning Python and I converted the KSL_RenderStatsToggler from Mel to Python. It's interesting to compare both files side by side to see the syntax differences.

Here is the Python file :
Download KSL_RenderStatsToggler.py

And the first version in Melscript:
Download KSL_RenderStatsToggler.mel