Blender Git Commits

Blender Git "master" branch commits.

Page: 2376 / 5574

April 25, 2016, 09:27 (GMT)
Refactor BKE_blender into separate headers

- BKE_blender_version.h (only version defines & versionstr).
- BKE_blender_copybuffer.h (currently only used for view3d copy/paste).
- BKE_blender_undo.h (global undo functions).
- BKE_blendfile.h (high level blend file read/write API).
April 25, 2016, 08:44 (GMT)
Fix T48085: Select linked w/ seam delimit gives random results

This changes behavior so seams aren't used for the bmesh walker.
April 25, 2016, 08:04 (GMT)
Cycles: Don't pass RNA pointers by vlaue
April 25, 2016, 05:27 (GMT)
Recent pydriver update missed setting 'curval'

Using PyObject's for drivers (82b0a9e36) still needs to set the 'current value'
for debug info to display in the UI.

Resolves T48251
April 25, 2016, 04:57 (GMT)
Cleanup: use bool
April 25, 2016, 04:41 (GMT)
Fix T48263: Armature modifier crash w/ non-armature objects
April 25, 2016, 01:57 (GMT)
Docs: note that BMesh loops are accessed via faces

Resolves T48258
Revision 26564ff by Julian Eisel
April 23, 2016, 15:24 (GMT)
Event system: Let event pass through after menu poll fails

Part 2 of Fix for T48200. Without this, it's not possible to exit GPencil edit mode using tab key with pies enabled.

Menus are somehow similar to operators, which let the event pass through too after operator poll returns 0. So think we should handle them similar here.
Can't guarantee this is totally safe though ;)
April 23, 2016, 14:16 (GMT)
Cleanup: cmake
April 23, 2016, 13:52 (GMT)
Fix T48250: suppress CMake ranlib warnings to avoid issue with Qt Creator

Reviewed By: campbellbarton, brecht

Differential Revision: https://developer.blender.org/D1942
Revision 1631611 by Julian Eisel
April 23, 2016, 13:12 (GMT)
Fix weird wording in driver operator tooltip
April 23, 2016, 12:08 (GMT)
PyAPI: support writing compressed library blends
April 23, 2016, 08:44 (GMT)
GHOST/X11: print description of error event
April 23, 2016, 01:05 (GMT)
Fix T48173: event.mouse_prev_x/y unreliable.
April 23, 2016, 00:59 (GMT)
Fix T48216: Cycles light fallof node gives black emission in baking.
April 22, 2016, 14:48 (GMT)
Fix T48223: 3D View not refresh after changing Blending mode in NLA.

This fixes a lot of things in NLA RNA update handling (which basically did not update anything previously).

There are more update issues with this editor though...
April 22, 2016, 13:23 (GMT)
Fix (unreported) crash when listing available fmodifier types.

Some types are defined but not yet implemented...
April 22, 2016, 12:39 (GMT)
Fix T48230: Home key when only one keyframe makes the DopeSheet acting weird.

Simply apply same minimal range as in graph editor when we get a zero one from keyframes.
April 22, 2016, 11:34 (GMT)
Fix curve snap to surface w/ offset & taper

Adjusting the pressure wasn't re-adjusting the offset.
April 22, 2016, 10:02 (GMT)
BLF: use float vector passing color args
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021