Blender Git Commit Log
Git Commits -> Revision eaf1cdd
Revision eaf1cdd by Willian Padovani Germano (master) June 28, 2003, 07:38 (GMT) |
- More renaming all around to follow our conventions - Implemented partially Blender.Sys - Worked on issues related to sys, path - Took away most "debug" printfs |
Commit Details:
Full Hash: eaf1cdd3836aa425e3dc6f1a11d4556bd7e3e876
SVN Revision: 947
Parent Commit: 569a32a
Lines Changed: +1164, -818
3 Added Paths:
/source/blender/python/api2_2x/doc/Window.py (+117, -0) (View)
/source/blender/python/api2_2x/Sys.c (+87, -0) (View)
/source/blender/python/api2_2x/Sys.h (+66, -0) (View)
/source/blender/python/api2_2x/Sys.c (+87, -0) (View)
/source/blender/python/api2_2x/Sys.h (+66, -0) (View)
41 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+44, -51) (Diff)
/source/blender/python/api2_2x/Armature.h (+25, -25) (Diff)
/source/blender/python/api2_2x/Blender.c (+137, -143) (Diff)
/source/blender/python/api2_2x/Bone.c (+104, -110) (Diff)
/source/blender/python/api2_2x/Bone.h (+6, -6) (Diff)
/source/blender/python/api2_2x/Build.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Camera.c (+12, -14) (Diff)
/source/blender/python/api2_2x/Camera.h (+6, -6) (Diff)
/source/blender/python/api2_2x/constant.c (+28, -30) (Diff)
/source/blender/python/api2_2x/constant.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+2, -7) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+15, -7) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+22, -8) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Text.py (+4, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+0, -3) (Diff)
/source/blender/python/api2_2x/Effect.c (+11, -12) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Image.c (+47, -47) (Diff)
/source/blender/python/api2_2x/Image.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Metaball.c (+5, -6) (Diff)
/source/blender/python/api2_2x/modules.h (+29, -26) (Diff)
/source/blender/python/api2_2x/NMesh.c (+84, -84) (Diff)
/source/blender/python/api2_2x/NMesh.h (+12, -12) (Diff)
/source/blender/python/api2_2x/Object.c (+128, -121) (Diff)
/source/blender/python/api2_2x/Object.h (+6, -6) (Diff)
/source/blender/python/api2_2x/Particle.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+21, -25) (Diff)
/source/blender/python/api2_2x/Scene.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+12, -12) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Wave.c (+4, -7) (Diff)
/source/blender/python/api2_2x/Window.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Window.h (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+1, -3) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)
/source/blender/python/BPY_extern.h (+4, -6) (Diff)
/source/blender/python/BPY_interface.c (+93, -11) (Diff)
/source/blender/python/api2_2x/Armature.h (+25, -25) (Diff)
/source/blender/python/api2_2x/Blender.c (+137, -143) (Diff)
/source/blender/python/api2_2x/Bone.c (+104, -110) (Diff)
/source/blender/python/api2_2x/Bone.h (+6, -6) (Diff)
/source/blender/python/api2_2x/Build.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Camera.c (+12, -14) (Diff)
/source/blender/python/api2_2x/Camera.h (+6, -6) (Diff)
/source/blender/python/api2_2x/constant.c (+28, -30) (Diff)
/source/blender/python/api2_2x/constant.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+2, -7) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+15, -7) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+22, -8) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Text.py (+4, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+0, -3) (Diff)
/source/blender/python/api2_2x/Effect.c (+11, -12) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Image.c (+47, -47) (Diff)
/source/blender/python/api2_2x/Image.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Metaball.c (+5, -6) (Diff)
/source/blender/python/api2_2x/modules.h (+29, -26) (Diff)
/source/blender/python/api2_2x/NMesh.c (+84, -84) (Diff)
/source/blender/python/api2_2x/NMesh.h (+12, -12) (Diff)
/source/blender/python/api2_2x/Object.c (+128, -121) (Diff)
/source/blender/python/api2_2x/Object.h (+6, -6) (Diff)
/source/blender/python/api2_2x/Particle.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+21, -25) (Diff)
/source/blender/python/api2_2x/Scene.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+12, -12) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Wave.c (+4, -7) (Diff)
/source/blender/python/api2_2x/Window.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Window.h (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+1, -3) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)
/source/blender/python/BPY_extern.h (+4, -6) (Diff)
/source/blender/python/BPY_interface.c (+93, -11) (Diff)