Blender Git Commit Log

All Blender Git commits.

Page: 1111 / 8462

November 18, 2020, 02:55 (GMT)
Merge branch 'blender-v2.91-release'
November 18, 2020, 02:51 (GMT)
Fix grease pencil draw mode icon color in outliner

ICON_GREASEPENCIL was defined as an object data icon when it was used as
a mode icon. This caused it to draw green in the outliner.
November 18, 2020, 02:49 (GMT)
Fix wrong grease pencil datablock icon in file browser

The datablock shown in the file browser was the draw mode icon rather
than the datablock icon.
November 18, 2020, 02:36 (GMT)
Cleanup: remove break after return statements
November 18, 2020, 02:36 (GMT)
Cleanup: clarify precedence of operations
November 18, 2020, 02:19 (GMT)
Cleanup: 'false' use as NULL pointer
November 18, 2020, 02:13 (GMT)
Fix use of operator flag as boolean

Error in cb9de95d61b32f90788875f20e046095bb6310ad
November 18, 2020, 01:59 (GMT)
Cleanup: use descriptive argument name for uv parametrizer
November 18, 2020, 01:50 (GMT)
Cleanup: simplify array usage for Python box packing API
November 18, 2020, 01:44 (GMT)
Cleanup: declare original function storage variables static

Also minor comment formatting changes.
November 18, 2020, 01:03 (GMT)
Merge remote-tracking branch 'origin/master' into geometry-nodes
November 18, 2020, 01:02 (GMT)
Geometry Nodes: Unify icons -> use ICON_NODETREE for everything

Until there is a icon made specially for this, the nodetree icon is up
for grabs. Using it in the nodegroup + modifier + editor helps the users
to make a connection on where to edit those modifiers.
November 18, 2020, 01:02 (GMT)
Cleanup: Remove all of "#ifdef WITH_POINT_CLOUD"

Since Point Cloud was removed from experimental this is no longer needed.
November 18, 2020, 01:02 (GMT)
Cleanup: Remove most of "#ifdef WITH_GEOMETRY_NODES"

The ones around the simulation datablock are still there, since they are not
needed for the features planned for master yet.
November 17, 2020, 23:31 (GMT)
Remove Point Cloud object from experimental

The point cloud object is the only one that will support instancing at
first. So we can expose it as a regular object.

It is limited since it has no edit mode. But this is not different than
the volume object.
November 17, 2020, 23:30 (GMT)
Remove Geometry Nodes Editor from experimental

As part of preparing this work for master, with an initial subset of
working functionalities the Geometry Nodes Editor can be exposed for
everyone.

(it also helps people that are testing the branch)
November 17, 2020, 22:10 (GMT)
Merge branch 'blender-v2.91-release'
November 17, 2020, 22:01 (GMT)
Fix T82542: Boundary brush crash with dyntopo

This brush needs to be disabled for dyntopo as it stores its custom data
and deforms from original coordiantes.

Reviewed By: sergey

Maniphest Tasks: T82542

Differential Revision: https://developer.blender.org/D9516
November 17, 2020, 20:33 (GMT)
LibOverride: PointCache: Add UI feedback about need to enable Disk Cache.

Note that I chose to modify the label of the main `Bake` button instead
of adding an extra label line, as that would disturb the UI in a
annoying way.
Revision df2bf16 by Hans Goudey (master)
November 17, 2020, 18:00 (GMT)
Cleanup: Use LISTBASE_FOREACH macro
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021