Blender Git Commit Log

All Blender Git commits.

Page: 3271 / 8462

May 18, 2018, 11:23 (GMT)
Fix crash running in background mode, after recent changes.
May 18, 2018, 10:58 (GMT)
Cleanup: move unneeded struct out of DNA.

The real reason is that there is a conflict between Carbon header defining
a "Collection" struct, and this works around it.
May 18, 2018, 10:19 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 18, 2018, 10:16 (GMT)
Cleanup: use function to free weights
May 18, 2018, 09:57 (GMT)
Tool System: set cursors for draw & transform
May 18, 2018, 09:44 (GMT)
Tool System: support for tool cursors
May 18, 2018, 09:42 (GMT)
Fix operator execution resetting the cursor

Area and region are NULL in the context if the operator finishes.
May 18, 2018, 09:42 (GMT)
Fix manipulator resetting the cursor
May 18, 2018, 09:02 (GMT)
Merge branch 'master' into blender2.8
May 18, 2018, 09:00 (GMT)
Logging: add --show-log-backtrace

Useful in debug builds to see a functions callers.
May 18, 2018, 08:38 (GMT)
Replace CFRA with Depsgraph time to fix animation

The animation was not working because the number of current frame was not evaluated from depsgraph.
May 18, 2018, 07:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 18, 2018, 07:40 (GMT)
Tool System: store the active tool in ScrArea

Without this we need to have the context to get the
(space_type, mode) args for an active tool lookup.

For event handling & poll its more convenient to have direct access.
May 18, 2018, 06:14 (GMT)
Cleanup: unused DNA
May 18, 2018, 06:02 (GMT)
Cleanup: use '_Runtime' suffix

Allows for more easily finding runtime versions of any struct.
May 18, 2018, 05:58 (GMT)
Tool System: add cursor (currently unused)
May 18, 2018, 05:24 (GMT)
Cleanup: remove tool definition access function

No longer needed since names not values are compared
when checking if a tool is active.
May 17, 2018, 21:20 (GMT)
Color: Assume Rec 709 in remaining comp nodes

Part of T54798
May 17, 2018, 20:03 (GMT)
Tool System: tools now initialize on startup
May 17, 2018, 18:35 (GMT)
RNA: quiet warning

Harmless but annoying.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021