Wednesday, 21. January 2009, 16:45:15
CG, Scripting, MelScripting, MelScripts
...
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
Sunday, 14. September 2008, 12:37:30
Python, CG, Smart IBL, HDR
...

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
Tuesday, 15. July 2008, 23:34:10
Scripts, Python, Maya, MelScripts
...
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
Tuesday, 8. July 2008, 21:37:57
Python, Scripts, Maya, MelScripts
...
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