Blender Git Commits

Blender Git "master" branch commits.

Page: 1809 / 5574

April 23, 2018, 11:42 (GMT)
Fix T54765: build error on macOS.
April 23, 2018, 10:59 (GMT)
Merge branch 'master' into blender2.8
April 23, 2018, 10:55 (GMT)
Fix git submodules branch configuration
April 23, 2018, 10:53 (GMT)
Cleanup: style
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.
April 23, 2018, 10:49 (GMT)
DRW: Antialiased 3D cursor.

Common peeps! Why wasn't it already done?
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)
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.
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
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.
April 23, 2018, 09:04 (GMT)
Cleanup: uninitialized variable
April 23, 2018, 09:04 (GMT)
Cleanup: style
April 23, 2018, 07:35 (GMT)
Merge branch 'master' into blender2.8
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.
April 23, 2018, 06:51 (GMT)
UI: show arrow for popovers above buttons

Also don't align popover buttons with activated popovers.
April 23, 2018, 06:10 (GMT)
Cleanup: includes & comments
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.
April 22, 2018, 22:51 (GMT)
Manipulators: tweak plane distance in move manipulator
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021