Blender Git Commits

Blender Git "master" branch commits.

Page: 4238 / 5574

September 18, 2010, 21:04 (GMT)
nodetree -> node_tree (rna pointer not found)
September 18, 2010, 19:38 (GMT)
* Update BGE for change in r32001
* Fix var declaration in bpy_interface.c
* Remove forward declarations from py_capi_utils.h: they are unnecessary and break compiles (there were probably many warnings about this during compile with GCC).
September 18, 2010, 16:17 (GMT)
Fix #23879: added undo/redo to object/paint/sculpt/pose menus as well,
and made some small modifications to object menu to make it a bit
shorter, still much too long though, but at least not worse now.

September 18, 2010, 15:57 (GMT)
Fix #23850: hide cloth cache step from the UI because it can only be set to 1
anyway, which is confusing.

September 18, 2010, 15:30 (GMT)
move namespace creation function into py_capi_utils.c, to be used in more general cases, not just the blender/rna api.
September 18, 2010, 14:47 (GMT)
bugfix [#22767] parenting object causes rotation/scale/location information to be corrupted
September 18, 2010, 12:50 (GMT)
Fix for [#23753]: Enable QTKit import to run in background thread
Was crashing file browser when there was some quicktime movies in the folder
September 18, 2010, 10:43 (GMT)
use is rather then == when comparing against None.
September 18, 2010, 10:37 (GMT)
scons now gets the blender version from BKE_blender.h.
September 18, 2010, 08:49 (GMT)
Apply patch [#23887] Fix for [#23886] Timeline region update missing when adding/select/moving markers
Reported and patched by Torsten Rupp

When a time marker is added in the timeline window via keyboard (keycode M) or existing markers are selected/moved via
the mouse the marker resp. the selection state is not draw immediately in the timeline window region.

The patch adds notifiers where necessary to ensure updates.
September 18, 2010, 08:37 (GMT)
Fixed problems with outliner update in same cases caused by my previous commit.
This troubles were caused by "break" of ND_OBJECT case in outliner area listener,
so not all cases were handled.

Handle more data and actions in outline listener, but not refresh when it's
actually unneeded (there where problems with it without that "break" -- extra
refreshing could be made).
September 18, 2010, 07:19 (GMT)
bugfix [#23706] SEGFAULT: File Load of EXR
image node was modifying the original buffer color management, now only modify a copy.
September 18, 2010, 04:24 (GMT)
missed renaming this function call.
September 18, 2010, 04:08 (GMT)
bugfix [#23884] Crash On Delete of a Duplicated Object
September 18, 2010, 03:55 (GMT)
warning fixes and minor cmake changes.
September 18, 2010, 03:46 (GMT)
fix for a (probably harmless) bug in makesdna where 1 byte off the end of the buffer was used in a comparison.
also fixed a memory leak.
September 18, 2010, 00:50 (GMT)
Merged changes in the trunk up to revision 31987.
September 18, 2010, 00:31 (GMT)
Added support for animation of line style parameters.

Most stylization parameters in line style datablocks are now
animatable by means of keyframes. Right click on a line
style parameter, and you will see a list of keyframe-related
commands in the context menu.

Concerning the implementation, RNA path resolution has been
extended to properly address color ramps in line style color
modifiers. File I/O has been also improved to load/save the
animation data associated with line style datablocks.

Known issue: Freestyle-related options in render layers are
not animatable at the moment, because of general inability (or
maybe a bug) that keyframes cannot be inserted with respect to
render layer options.
September 18, 2010, 00:19 (GMT)
UI fix: psys.hair_dynamics -> psys.use_hair_dynamics
September 17, 2010, 23:50 (GMT)
Apply patch [#23745] fix #23078 operator panel disappears.
Patch by Shane Ambler
Reported by Anthony Edlin

From the patch details:
"
In response to bug #23078 the operator panel disappears when dragged above the top of the 3dview without showing the
azone icon to restore it.

This patch properly hides the operator panel if dragged near the top of the 3dview so that the azone icon is in place
"

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