Blender Git Commits

Blender Git "master" branch commits.

Page: 4222 / 5574

October 8, 2010, 02:08 (GMT)
move tracking functions into math_rotation.c (no functional changes)
October 7, 2010, 23:17 (GMT)
bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight painting mode
pose operators now run in weightpaint mode when the weight paint objects pose armature is in pose mode.
October 7, 2010, 21:25 (GMT)
append was using a freed Main pointer to refer to the curlib when instancing group objects and centering objects around the cursor.
October 7, 2010, 16:41 (GMT)
Fix #24167: Timeline keyframes don't update when selecting objects from outliner

Based on patch from Alexander Kuznetsov. Own changes:
- Keyframes in timelime depends on active object, so timelime better be
listeing to ND_OB_ACTIVE notifier rather than ND_OB_SELECT
- When scene is changing in this operator NC_WINDOW notifier would be send
and the whole interface would be redrawed, so no need in ND_OB_ACTIVE in
this case
October 7, 2010, 12:18 (GMT)
Fix #24180: Make duplicates real doesn't update immediatly the outliner
Revision 97576cd by Janne Karhu
October 7, 2010, 10:57 (GMT)
Fix for [#22250] Retopo projects to the wrong object when multiple objects are behind.
* Scaling of objects wasn't properly taken into account when projecting the verts.
October 7, 2010, 10:04 (GMT)
misc fixes found with clang's static checker.
Revision c9453b1 by gsr b3d
October 7, 2010, 01:20 (GMT)
SVN maintenance.
October 7, 2010, 00:24 (GMT)
COLLADA: Split EffectsExporter into separate files.
October 7, 2010, 00:14 (GMT)
bugfix [#24158] Object text fields immediately search based on existing content
also remove some unused struct members from uiBlock/uiBut.
October 6, 2010, 22:29 (GMT)
bugfix [#24155] Operator Cheat Sheet doesn't work properly
October 6, 2010, 21:54 (GMT)
remove calls to WM_event_add_mousemove r22031, from view2d operators since it would cause a feedback loop where the operator apply function would keep using mousemove events and creating them.

This was added for view updates but think it needs to be solved a better way.
Revision 4796986 by gsr b3d
October 6, 2010, 20:40 (GMT)
SVN maintenance.
October 6, 2010, 20:39 (GMT)
bugfix [#24168] verts[] was replaced with vertices[] but gives the old info to user.
October 6, 2010, 20:29 (GMT)
bugfix [#23988] The Maya preset as default
October 6, 2010, 18:51 (GMT)
bugfix [#24157] AddPresetBase class writes incorrect values for float_vector properties
October 6, 2010, 16:23 (GMT)
COLLADA: Split ImagesExporter into separate files.
October 6, 2010, 14:53 (GMT)
remove unused vol_get_density() call.
October 6, 2010, 14:47 (GMT)
minor edits so traceray() uses less stack memory, also remove memset() usage, initialize as {0}.
no functional change.
October 6, 2010, 14:17 (GMT)
bugfix [#23311] Half a colour picker appears

all popups which are positioned based on an existing button are now clamped to window bounds.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021