Blender Git Commits

Blender Git commits from all branches.

Page: 640 / 2888

November 10, 2020, 02:37 (GMT)
LineArt: Reduce geometry threshold default to 0.01
November 10, 2020, 02:30 (GMT)
Tweaked value for smoothing in vcol boundary tool (a slight amount of
smoothing is applied to prevent normal discontiuties from perfectly
colinear triangles).

Also reverted some CLANG compiling stuff.
November 9, 2020, 18:56 (GMT)
GPencil: Fix compiler errors due merge conflicts

November 9, 2020, 16:49 (GMT)
avoid repacking the data for unmodified objects
November 9, 2020, 16:02 (GMT)
Merge branch 'master' into soc-2020-io-performance
November 9, 2020, 15:44 (GMT)
Merge branch 'master' into greasepencil-object
November 9, 2020, 15:25 (GMT)
Merge branch 'master' into greasepencil-edit-curve
November 9, 2020, 15:16 (GMT)
store geometry set in runtime object data
November 9, 2020, 15:16 (GMT)
initial C api for geometry sets
November 9, 2020, 15:08 (GMT)
cleanup, remove Node::time_stamp
November 9, 2020, 14:55 (GMT)
fix after merge
November 9, 2020, 14:48 (GMT)
Merge branch 'master' into geometry-nodes
November 9, 2020, 14:01 (GMT)
Merge branch 'master' into cycles_procedural_api
November 9, 2020, 12:56 (GMT)
Merge branch 'master' into outliner-cpp-refactor
November 9, 2020, 12:54 (GMT)
Cleanup: Split header for Outliner tree building into C and C++ headers

It's odd to include a C++ header (".hh") in C code, we should avoid that. All
of the Outliner code should be moved to C++, I don't expect this C header to
stay for long.
November 9, 2020, 12:37 (GMT)
Cleanup: Rename Outliner "tree-view" types to "tree-display" & update comments

"View" leads to weird names like `TreeViewViewLayer` and after all they are
specific to what we call a "display mode", so "display" is more appropriate.

Also add, update and correct comments.
November 9, 2020, 12:08 (GMT)
Geometry Nodes: rename Geometry type to GeometrySet

This should not change any functionality.

After talking to Brecht, we agreed that it might be good
not to have a class called Geometry for now. In the future
we might want to use a Geometry class as base class for
meshes, curves, etc.

This commit renames the Geometry class to GeometrySet,
because it is essentially a container that can contain
multiple geometries of different types.
November 9, 2020, 11:49 (GMT)
Geometry Nodes: cleanup Subdivision Surface node inputs

Ref T82370.

Differential Revision: https://developer.blender.org/D9487
November 9, 2020, 11:46 (GMT)
Fix merge issues
November 9, 2020, 11:44 (GMT)
Merge branch 'master' into geometry-nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021