Blender Git Commit Log

All Blender Git commits.

Page: 2771 / 8462

January 5, 2019, 15:38 (GMT)
GP: Allow different cap shape in each extrem of the stroke
January 5, 2019, 15:33 (GMT)
Fix T60183: Images as Planes (addon) Attribute Error.

Partially revert rB1b8c3774a86ebc04fceb9cd, there is no good reason to
make object.dimensions read-only, it works perfectly well from python
API! Only breaking case was that weird multi-editing UI feature, due to
how it sets things. But RNA setter itself works fine, and it's a handy
shortcut/helper for scripts.

Also when breaking API, it is good practivce to at least check official
add-ons...
January 5, 2019, 15:03 (GMT)
separate callPointer function
January 5, 2019, 14:45 (GMT)
ExecuteFunctionNode
January 5, 2019, 13:45 (GMT)
print integer node
January 5, 2019, 12:10 (GMT)
make nodes separate classes
January 5, 2019, 11:22 (GMT)
GP: New option to toggle Caps mode

Now it's possible to have flat or rounded (default) stroke caps.

The operator is accessible in edit mode.
January 5, 2019, 11:11 (GMT)
use tabs
January 5, 2019, 11:10 (GMT)
cleanup iterator
January 5, 2019, 10:53 (GMT)
cleanup
January 5, 2019, 10:50 (GMT)
use own type system
January 5, 2019, 10:32 (GMT)
Theme: update
January 5, 2019, 10:10 (GMT)
Merge branch 'master' into greasepencil-object
January 5, 2019, 09:29 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2018-npr

# Conflicts:
# release/datafiles/locale
# release/scripts/addons
# release/scripts/addons_contrib
# source/blender/makesdna/DNA_scene_types.h
# source/blender/makesrna/intern/rna_scene.c
# source/tools
January 5, 2019, 09:09 (GMT)
UI: length now scales proportionally w/ multi-but

Use for object dimensions.
January 5, 2019, 08:56 (GMT)
Cleanup: 3d view panel median value storage
January 5, 2019, 08:56 (GMT)
Cleanup: avoid function call for pointer compare
January 5, 2019, 08:06 (GMT)
GP: Rename isect property
January 5, 2019, 08:06 (GMT)
GP: Add Keymap for segment mode
January 5, 2019, 07:52 (GMT)
NLA: rewrite evaluation channel data structures.

Implementing a new intelligent mixing mode that combines quaternions
via multiplication requires rewriting the NLA code to recombine array
properties from separate scalar channels during evaluation.

In addition, stable evaluation of NLA stack requires that any channel
that is touched by any of the actions in the stack should always be
set to a definite value by evaluation, even if no strip affects it
at this point of the timeline. The obvious choice for the fallback
is the default value of the property.

To make scanning all actions reasonably efficient, mapping paths to
channels should be done using hash tables.

Differential Revision: https://developer.blender.org/D4120
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021