Blender Git Commits

Blender Git "master" branch commits.

Page: 4275 / 5574

August 2, 2010, 22:52 (GMT)
[#23156] Cannot Edit Custom Properties

Missing import after moving operators around.
August 2, 2010, 18:22 (GMT)
Audaspace:
* Added a stopCallback function that is called when the end of a sound is reached.
* Fixed the scrubbing not working.
* Minor SoundActuator cleanup.
August 2, 2010, 17:34 (GMT)
added capabilty to limit color spill by an input mask
August 2, 2010, 16:57 (GMT)
bugfix [#23151] UV Project not update in realtime until you save the file and reopen it.
August 2, 2010, 16:41 (GMT)
patch [#23054] Fix for bug #22725 "text editor doent scroll with cursor"
fixes [#22725] text editor doent scroll with cursor
from Justin Dailey (dail)
August 2, 2010, 16:27 (GMT)
SCons
- remove scons option WITH_BF_FHS, its not needed anymore.
- comment WITH_BF_DOCS, was using epydocs which we dont use now.
- blenderlite target was broken, always using openmp.
- building without python wasnt working.

- fixed some warnings.
August 2, 2010, 16:23 (GMT)
cmake
- more strict warnings for gcc/unix, still <50 for a clean build.
- install files to /usr/local/share/blender/2.53 rather then /usr/local/share/blender/.blender
August 2, 2010, 14:25 (GMT)
use try/except when unloading modules too.
August 2, 2010, 13:41 (GMT)
give better feedback when a class doesnt register correctly.
August 2, 2010, 13:31 (GMT)
Based on recent feedback, the copyright.txt file contained
statements that were restricting the GNU GPL, which is not
allowed for binaries. Now the text restricts to summarizing
the freedom of GPL and a disclaimer.

August 2, 2010, 12:35 (GMT)
py addons: much faster scanning of addons by only parsing the dictionary rather then the entire file.
August 2, 2010, 12:07 (GMT)
fix for parsing scripts
August 2, 2010, 07:50 (GMT)
update userpref's addon code to support new register/unregister, now the modules are parsed rather then being imported since it become quite tricky to import once without registering the classes, then again in a way that registered the existing modules classes without a reload() - which had problems too.
August 2, 2010, 06:56 (GMT)
minor changes to registration before committing addons fixes
August 2, 2010, 04:20 (GMT)
minor changes to Martni's commit 30961
- removed the immediate option from C/api and now store in python only, when python loads modules it sets it to False.
- unloading a module would clear the entire TypeMap for all modules, only remove the module types that is being unloaded.
- added some checks for bad class registering, report errors rather then crashing.
August 2, 2010, 04:10 (GMT)
fix for sequencer panel registration, a parent class panel was being registered as well as its children which crashed running the poll() function.
theres not much point in having 3 classes here, just use 1.
August 2, 2010, 03:30 (GMT)
remove register/unregister from templates
August 2, 2010, 02:55 (GMT)
RNA Types metaclass registration

See mailing list posts for details [1][2][3]

Addons still need to be fixed; Campbell said he'd do it today.

See any of the py files (outside netrender) in this commit for how to do it (it's rather simple).

[1] http://lists.blender.org/pipermail/bf-committers/2010-February/026328.html
[2] http://lists.blender.org/pipermail/bf-committers/2010-August/028311.html
[3] http://lists.blender.org/pipermail/bf-committers/2010-August/028321.html
August 2, 2010, 01:58 (GMT)
== povray ==

Removing Povray from here, it is now an addon in bf-extensions (after discussion with Campbell).
This will let us manage better the transition to PovRay3.7 and later versions.

August 2, 2010, 01:37 (GMT)
== addons ==

Loads addons from usual .blender/scripts/addons but also from .blender/scripts/addons_contrib if this folder exists

To get latest contrib scripts, we can checkout
https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/
into release/scripts/addons_contrib/

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021