blender/source
Willian Padovani Germano 9282827720 New scripts:
- hotkeys, obdatacopier and renameobjectbyblock, all from Jean-Michel Soler (jms);
- bevel_center by Loic Berthe, suggested for inclusion by jms;
- doc_browser, by Daniel Dunbar (Zr)

  Thanks to them for the new contributions!

  (I included doc_browser at 'Misc' because only users interested in script writing would actually use it, but it could also be under 'Help'.  Opinions?)

BPython related:
- Added scriptlink methods to object, lamp, camera and world.
- Object: added object.makeTrack and object.clearTrack (old track method).
- sys: made sys.exists(path) return 0 for not found; 1 for file, 2 for dir and -1 for neither.
- doc updates and fixes.
- made ONLOAD event work.  G.f's SCENESCRIPT bit was being zeroed in set_app_data.
- Blender: updated functions Load and Save to support the builtin importers and exporters besides .blend (dxf, videoscape, vrml 1.0, stl, ...)
- Draw: added mouse wheel events.
- Scene: added scene.play to play back animations (like ALT+A and SHIFT+ALT+A).  Makes a good counter, too, when the 'win' attribute is set to a space that doesn't "animate".

The scene.play() addition and the fix to ONLOAD scriptlinks is part of the work for a Blender demo mode.  It already works, but I'll still add support for Radiosity calculations and fix a thing in main(): it executes onload scripts too early (BIF_Init), giving funny results in alt+a animations and renderings when firing up Blender.  Loading after the program is up has no such problems.  When I finish I'll post examples of demo mode scripts.
2004-07-03 05:17:04 +00:00
..
blender New scripts: 2004-07-03 05:17:04 +00:00
creator New scripts: 2004-07-03 05:17:04 +00:00
darwin Correct icons for OSX 2004-04-28 21:19:18 +00:00
gameengine Switch to using floats instead of shorts for normal data - they're supposed to be faster. 2004-06-30 13:41:19 +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 This commit removes the glue from Blender, and with it 2004-04-16 15:55:16 +00:00
nan_compile.mk Changes for OSX compiling with Makefiles; 2004-05-01 16:52:29 +00:00
nan_definitions.mk updated NAN_PYTHON_VERSION to 2.3 for all platforms... 2004-06-08 15:47:19 +00:00
nan_link.mk enable openal support for os x and linux-powerpc 2004-04-14 13:00:36 +00:00
nan_subdirs.mk Introducing the 'quicky' make. 2003-12-07 19:03:43 +00:00
nan_warn.mk removed -Wbad-function-cast -Wmissing-declarations -Wnested-externs 2004-03-05 21:29:34 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00