blender/source
Willian Padovani Germano fa9135385a BPython:
- Blender.Window: added function GetPerspMatrix() (Tom Musgrave's patch, thanks);
- added Chris Want's patch to tell argc, argv to the Python interpreter (thanks, Hos);
- Blender.Image: added image.glFree() to free textures bound by the recently added
  image.glLoad() (both suggested by Campbell Barton -- thanks, with these Blender can
  be used to load textures for scripts);
- Blender.Sound: removed for now at least a few get/set methods of vars that can't be
  accessed via interface;
- renamed Get/makeActive to Get/setCurrent in Blender.World (actually added alias for
  now), same in Blender.Sound: renamed makeActive to setCurrent.  Stephen Swaney
  pointed this some weeks ago, we should stick to one naming convention.
- added documentation for Sound and Window.Theme modules and the other added
  functions, made other small updates.
- Blender.Object: made 'worldspace' become the default output of .getMatrix and .mat/.matrix:
  after reading a discussion on blender.org's Python forum where eeshlo mentioned the
  pre 2.34 default was worldspace, I took a better look at Blender's relevant code,
  confirmed, talked to Theeth about this and as he suggested am changing the default
  back to 'worldspace'.
2004-10-20 05:51:24 +00:00
..
blender BPython: 2004-10-20 05:51:24 +00:00
creator BPython: 2004-10-20 05:51:24 +00:00
darwin Removed nantechnologies from identifierstring :) 2004-09-28 20:59:14 +00:00
gameengine remove std:: to please msvc6 2004-10-16 18:50:23 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
Makefile We don't use ODE anymore, so I commented out some lines that make it 2004-08-26 22:42:44 +00:00
nan_compile.mk Changes for OSX compiling with Makefiles; 2004-05-01 16:52:29 +00:00
nan_definitions.mk Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00
nan_link.mk We don't use ODE anymore, so I commented out some lines that make it 2004-08-26 22:42:44 +00:00
nan_subdirs.mk This should have been fixed long ago ... create important 2004-07-15 15:06:54 +00:00
nan_warn.mk I removed the following: 2004-09-01 12:09:22 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00