Blender Git Commit Log
Git Commits -> Revision 1da3b9f
Revision 1da3b9f by Willian Padovani Germano (master) January 22, 2005, 02:48 (GMT) |
BPython: - Stephane Soppera added long missed support for edge data in Blender.NMesh + related doc; - Michael Reimpell improved script registration (fixes bug report #2160) and the file and image selectors in Blender.Window (improved with suggestions from Yann Vernier). They now suppport methods as callbacks; - World.get/setMode were not registered, so could not be directly called (reported by Ken Hughes). Still needs some work to improve things, including docs. Scripts: - Jean-Michel Soler updated his texture baker based on input from Appolux; - Campbell and Jean-Michel improved the bvh importer: faster, better float units scaling (by Campbell); supports Poser 3.01 files (by jms). Thanks guys! |
Commit Details:
Full Hash: 1da3b9f517103f6e04312faf08ca7c71edf7d0dd
SVN Revision: 3786
Parent Commit: 5822d46
Lines Changed: +1009, -147
8 Modified Paths:
/release/scripts/bvh_import.py (+88, -26) (Diff)
/release/scripts/tex2uvbaker.py (+65, -32) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+86, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+724, -65) (Diff)
/source/blender/python/api2_2x/NMesh.h (+12, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+26, -15) (Diff)
/source/blender/python/api2_2x/World.c (+7, -1) (Diff)
/source/blender/python/BPY_menus.c (+1, -5) (Diff)
/release/scripts/tex2uvbaker.py (+65, -32) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+86, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+724, -65) (Diff)
/source/blender/python/api2_2x/NMesh.h (+12, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+26, -15) (Diff)
/source/blender/python/api2_2x/World.c (+7, -1) (Diff)
/source/blender/python/BPY_menus.c (+1, -5) (Diff)