Revision beaa57d by Campbell Barton 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). |
Revision 9359983 by Campbell Barton 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. |
Revision 975a224 by Sergey Sharybin April 25, 2016, 08:04 (GMT) |
Cycles: Don't pass RNA pointers by vlaue |
Revision fc5a37b by Campbell Barton April 25, 2016, 05:27 (GMT) |
Revision 45835e2 by Campbell Barton April 25, 2016, 04:57 (GMT) |
Cleanup: use bool |
Revision e76f94e by Campbell Barton April 25, 2016, 04:41 (GMT) |
Fix T48263: Armature modifier crash w/ non-armature objects |
Revision 727f15f by Campbell Barton April 25, 2016, 01:57 (GMT) |
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 ;) |
Revision 35be6d8 by Campbell Barton 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 |
Revision 57d98a8 by Campbell Barton April 23, 2016, 12:08 (GMT) |
PyAPI: support writing compressed library blends |
Revision a3d6745 by Campbell Barton April 23, 2016, 08:44 (GMT) |
GHOST/X11: print description of error event |
Revision ab3c1de by Brecht Van Lommel April 23, 2016, 01:05 (GMT) |
Fix T48173: event.mouse_prev_x/y unreliable. |
Revision 23a9fed by Brecht Van Lommel April 23, 2016, 00:59 (GMT) |
Fix T48216: Cycles light fallof node gives black emission in baking. |
Revision c41b2bd by Bastien Montagne 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... |
Revision f69b364 by Bastien Montagne April 22, 2016, 13:23 (GMT) |
Fix (unreported) crash when listing available fmodifier types. Some types are defined but not yet implemented... |
Revision a2779a4 by Bastien Montagne 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. |
Revision f4ecd24 by Campbell Barton April 22, 2016, 11:34 (GMT) |
Fix curve snap to surface w/ offset & taper Adjusting the pressure wasn't re-adjusting the offset. |
Revision c12e1a0 by Campbell Barton April 22, 2016, 10:02 (GMT) |
BLF: use float vector passing color args |
|
|
|


Master Commits
MiikaHweb | 2003-2021