Blender Git Commits

Blender Git commits from all branches.

Page: 1057 / 2888

November 26, 2019, 15:32 (GMT)
Merge remote-tracking branch 'origin/master' into temp-sybren-usd-patch
November 26, 2019, 15:14 (GMT)
use array instead of map
November 26, 2019, 15:11 (GMT)
Fix Wireframe issue with infront objects

We were testing against the stencil buffer but the actual stencil was not
the one expected. But with current implementation it is not even required
so we just bypass it.
November 26, 2019, 15:03 (GMT)
deduplicate node creation
November 26, 2019, 14:50 (GMT)
Merge branch 'asset-uuid' into asset-engine
November 26, 2019, 14:49 (GMT)
Merge branch 'master' into asset-uuid
November 26, 2019, 14:39 (GMT)
Fix infront selectability of solid objects
November 26, 2019, 14:33 (GMT)
initialize ids of xnodes
November 26, 2019, 14:27 (GMT)
free memory of inlined node tree
November 26, 2019, 14:14 (GMT)
Fix In Front object selectability

We use the same trick as before but we now isolate it to a drawmanager
state to avoid loosing track of the state.
November 26, 2019, 13:16 (GMT)
USD: clarification of USDAbstractWriter::is_supported()
November 26, 2019, 13:08 (GMT)
USD: iterate() ? iterate_and_write()
November 26, 2019, 13:08 (GMT)
USD: 1024 ? FILE_MAX
November 26, 2019, 13:06 (GMT)
Merge branch 'master' into greasepencil-object
November 26, 2019, 13:00 (GMT)
USD: avoid term 'original' in non-CoW context

Instead of 'original object' the code now mentions 'source' or
'duplisource'.
November 26, 2019, 12:55 (GMT)
USD: renamed `prune_the_weak` ? `remove_weak_subtrees` + arguments
November 26, 2019, 12:51 (GMT)
USD: rename `link` to `dupli_object` and made variable loop-local

I added an explicit `!= nullptr` to make the formatter put the three parts
of the `for`-statement on three different lines (instead of two), which
increases readability.
November 26, 2019, 12:48 (GMT)
USD: made `bool weak_export` `const`
November 26, 2019, 12:46 (GMT)
USD: removed terminal colour codes
November 26, 2019, 12:44 (GMT)
USD: add unit test to test `HierarchyContext::operator<()`
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021