blender/release
Willian Padovani Germano e7d3039d12 - Blender: added option 'scriptsdir' to Blender.Get();
- small updates to the docs;
- Object: small fix to getMatrix: check during_script() to avoid undesired loops; added old behavior (pre 2.34) as option: .getMatrix('oldlocal');
- tentative fix for bug #1275: scene REDRAW scriptlinks were not being executed (the call to do so was missing):
http://projects.blender.org/tracker/index.php?func=detail&aid=1275&group_id=9&atid=125
    added the call in drawview.c, in drawview3dspace().  This causes the scriptlink to be called for each visible view3d, but that's what happens with object redraw scriptlinks, too.  Anyway, this is still a test.  The place was chosen based on the idea that a scene redraw scriptlink is like an object redraw one, but for all objs in the scene at once.

- Window.Theme: new submodule, to get/set theme options in Blender;
- Added the script save_theme.py (Help menu for now), to save the current theme in Blender as an executable script (currently shown in the Scripts->Misc menu).

There's more work to do for themes, like defining a proper place for them in the interface, adding documentation (for now the added script and the ones it generates can give a pretty good idea of how to use the new module), probably extending themes to support SpaceScript and so on.
2004-09-21 05:28:17 +00:00
..
beos-4.5-i386 Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
beos-5.0-i386 Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
bpydata Script kloputils: 2004-08-01 01:07:28 +00:00
datafiles Forgot these two :) 2004-07-18 15:58:23 +00:00
irix-6.2-mips - more binary file patching 2004-04-24 18:38:04 +00:00
plugins Added #include <stdio.h> 2004-01-28 19:25:32 +00:00
scripts - Blender: added option 'scriptsdir' to Blender.Get(); 2004-09-21 05:28:17 +00:00
text Scripts: 2004-06-10 03:27:46 +00:00
windows Forgot to add the last script, tex2uvbaker.py to the 00.blender.nsi file. 2004-08-04 06:24:21 +00:00
Makefile Added a line in 'make release' that moves the .blender directory to the 2004-07-30 09:55:47 +00:00
VERSION This commit prepares for 2.34: 2004-08-04 22:00:41 +00:00