Blender Git Commits

Blender Git "master" branch commits.

Page: 4276 / 5574

August 2, 2010, 00:08 (GMT)
python mathutils change
quat * quat was returning the dot product (a float), rather then the cross product.
Use BLI_math's mul_qt_qtqt() function.
August 1, 2010, 23:37 (GMT)
Merged changes in the trunk up to revision 30952.
August 1, 2010, 23:19 (GMT)
August 1, 2010, 22:54 (GMT)
fix for py console autocomp. need to swap out __main__ module there too.
August 1, 2010, 22:33 (GMT)
Audaspace:
* Created awesome filter classes :)
* Made all filter effects use the filter classes instead of having the same implementation everywhere.
* Added a Python API for LTI IIR filters.
* Fixed a warning in creator.c that was introduced when adding game autoplay.
August 1, 2010, 22:20 (GMT)
patch [#23144] bpy.Image.gl_load() -- fix
from Dan Eicher (dna)
- image.gl_load() was using GL_UNSIGNED_INT rather then GL_UNSIGNED_BYTE channel type.
- changed image.gl_load() to use the image clamp settings (patch had this as an extra argument).
August 1, 2010, 22:11 (GMT)
Implemented "Distance from Object" color/alpha/thickness modifiers
in the new Parameter Editor mode.
Revision 20e6b52 by gsr b3d
August 1, 2010, 21:29 (GMT)
SVN maintenance.
August 1, 2010, 20:36 (GMT)
Fix preview render crash after recent G.main changes.

August 1, 2010, 16:38 (GMT)
Fix for the fix.
August 1, 2010, 16:35 (GMT)
Compile fix for recent changes. Function needed 1 more argument.
Chingiz can you please check?
August 1, 2010, 16:25 (GMT)
OSX/Cocoa : fix the Cmd modifier stuck after cancelling the quit dialog
August 1, 2010, 16:02 (GMT)
Implemented "Distance from Camera" color/alpha/thickness modifier in
the new Parameter Editor mode. Refactored shader class definitions
and the way of iteration over stroke vertices.
August 1, 2010, 15:42 (GMT)
bugfix [#23134] uv project modifier not working.
own recent commit introduced this bug. would like to have this working correctly but for now commenting.
August 1, 2010, 15:15 (GMT)
set blender binary name for python
August 1, 2010, 15:00 (GMT)
Smoke:
- Bugfix for not cleared smoke sim when doing alt-a and waiting for 2 sim cycles to complete
August 1, 2010, 14:23 (GMT)
- new __main__ module wasnt de-referenced after adding into sys.modules
- made int buttons round floats better 10.6 --> 11
August 1, 2010, 14:08 (GMT)
Fix for crash due to last commit.

August 1, 2010, 13:57 (GMT)
bugfix [#23129] alt-p in the texteditor doesn't work anymore
recent commit cleared the __main__ namespace once a script finished which meant classes defined there would loose their namespace.
now inset a new __main__ module into sys.modules for every script that runs, any classes that are registered will hold a reference to that modules namespace.
August 1, 2010, 12:57 (GMT)
2.5: more G.main changes.

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