Blender Git Commits

Blender Git commits from all branches.

Page: 615 / 2888

November 30, 2020, 10:40 (GMT)
Fix thread-lock when re-generating material preview icon

Thought the spin lock supported recursion, it doesn't.
November 30, 2020, 09:27 (GMT)
Merge branch 'master' into geometry-nodes
November 29, 2020, 23:41 (GMT)
Merge branch 'master' into asset-browser
November 29, 2020, 23:39 (GMT)
Show asset preview in Asset Browser sidebar

Addresses T82977.
November 29, 2020, 23:36 (GMT)
Turn file previews into icons to allow access from BPY

That way we can expose an icon-id that scripts can use to reference the icon.
The Python API for file entries has the icon-id exposed.

To get this to work I had to make parts of the icon system thread safe. I added
a bunch of spin locks, but as a whole it's rather weak.

Part of T82977.
November 29, 2020, 23:28 (GMT)
Add debug timer prints to possion for fututer performance discussions
November 29, 2020, 11:59 (GMT)
Merge branch 'master' into soc-2020-io-performance
November 28, 2020, 16:48 (GMT)
Add reading and writing for ui data structs
November 27, 2020, 19:27 (GMT)
Fixes for adding and removing custom properties
November 27, 2020, 19:17 (GMT)
Fixes for custom properties API function
November 27, 2020, 18:44 (GMT)
Merge branch 'master' into geometry-nodes
November 27, 2020, 18:44 (GMT)
Geometry Nodes: do not create geometry depsgraph relation for empty object

This resulted in a warning.
November 27, 2020, 18:38 (GMT)
Geometry Nodes: support muted nodes

The handling of muted nodes is handled at the derived node tree
level now. This is also where expanding node groups is handled.
Muted nodes are relinked and removed from the derived tree
during construction. The geometry node evaluation code does
not have to know about muted nodes this way.
November 27, 2020, 18:25 (GMT)
Theme: Update shader node color to match socket color

Related to T82689

Reviewed by Brecht
November 27, 2020, 18:07 (GMT)
UI: Update node socket colors

Note: This also changes the Shader socket color, to match "Shading" in the Outliner.

Theme update for shader nodes will be committed separately.

Related to T82689
November 27, 2020, 18:06 (GMT)
Geometry Nodes: Fix building in Mac
November 27, 2020, 17:42 (GMT)
alembic : fix some crashes related to time sampling

reuse time sampling from alembic library to lookup the data arrays
November 27, 2020, 17:38 (GMT)
alembic : fix fps not taking into account base
November 27, 2020, 17:22 (GMT)
Merge branch 'master' into refactor-idprop-ui-data
November 27, 2020, 17:21 (GMT)
Geometry Nodes: Support exposing string sockets to the modifier

Create a string IDProperty in the modifier initialized with the socket's
default value.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021