Revision ede1947 by Brecht Van Lommel April 23, 2018, 11:42 (GMT) |
Fix T54765: build error on macOS. |
Revision 46a0e72 by Campbell Barton April 23, 2018, 10:59 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 7cb2727 by Sergey Sharybin April 23, 2018, 10:55 (GMT) |
Fix git submodules branch configuration |
Revision b14979f by Campbell Barton April 23, 2018, 10:53 (GMT) |
Cleanup: style |
Revision d68f7c8 by Sergey Sharybin April 23, 2018, 10:53 (GMT) |
Depsgraph: Make update flags debug print more useful Will print list of human-readable update flags, not the combined bitfield printed as a number. |
Revision 4df12b6 by Clément Foucault April 23, 2018, 10:49 (GMT) |
DRW: Antialiased 3D cursor. Common peeps! Why wasn't it already done? |
Revision 100e10e by Campbell Barton April 23, 2018, 10:36 (GMT) |
WM: use last_redo operator Was showing operators that weren't meant to display in the UI. |
Revision 8264b77 by Joshua Leung April 23, 2018, 10:35 (GMT) |
Fix T54766: "Record With"-NLA "Push Down" discards Blend Mode, Extrapolation, and Influence Applied similar fix to T54233 to get the "Record with NLA" feature working with active action blending + influence settings. Extrapolation is explicitly ignored though, as it shouldn't be used with this feature (i.e. it is already disabled with the new strips and also on the animdata by default) |
Revision dc16f6f by Bastien Montagne April 23, 2018, 10:31 (GMT) |
Fix T54767: Crash in versionning code for recent editors' removal. Always check for non-Null pointers there! This versionning code is called from many different places, with many different kind of Main's. |
Revision f19e8ea by Sergey Sharybin April 23, 2018, 10:18 (GMT) |
Depsgraph: Avoid redundant copy-on-write relations Was adding some relations twice. Harmless, but means extra stuff to do when evaluating the scene. |
Revision cd289f6 by Joshua Leung April 23, 2018, 10:01 (GMT) |
UI Tweak: Bring Graph Editor's mode selector left of the menus, as is now done for Dopesheet |
Revision fdf5834 by Sergey Sharybin April 23, 2018, 09:45 (GMT) |
Fix crash reading old userpref.blend While window manager is supposed to exist after file was fully read and do-versioned, we can not rely on window manager to exist while reading file and setting up an environment. |
Revision 63c4654 by Campbell Barton April 23, 2018, 09:04 (GMT) |
Cleanup: uninitialized variable |
Revision fc1374c by Campbell Barton April 23, 2018, 09:04 (GMT) |
Cleanup: style |
Revision 3aa75ba by Sergey Sharybin April 23, 2018, 07:35 (GMT) |
Merge branch 'master' into blender2.8 |
Revision fa7e19b by Sergey Sharybin April 23, 2018, 07:33 (GMT) |
Depsgraph: Add missing relations builder Was possible to miss some relations from being built when parent object is linked to the scene graph indirectly. |
Revision dea3ba6 by Campbell Barton April 23, 2018, 06:51 (GMT) |
UI: show arrow for popovers above buttons Also don't align popover buttons with activated popovers. |
Revision 9971eb4 by Campbell Barton April 23, 2018, 06:10 (GMT) |
Cleanup: includes & comments |
Revision 574c0fe by Inês Almeida April 22, 2018, 22:59 (GMT) |
Manipulators/Tools: always draw a cursor while interacting Cursor can be a system one or drawn with OpenGL. Before, dragging the transform manipulator would hide the cursor and reset it to the initial positon. |
Revision 93adbf8 by Inês Almeida April 22, 2018, 22:51 (GMT) |
Manipulators: tweak plane distance in move manipulator |
|
|
|


Master Commits
MiikaHweb | 2003-2021