Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 341 / 5574

Revision 17a5db7 by Hans Goudey
March 19, 2021, 19:30 (GMT)
Geometry Nodes: Add geometry instances data to the spreadsheet

This patch adds data about instances generated by geometry nodes
to the spreadsheet. The transform data is decomposed into position,
rotation, and scale, and there is a name column to display the name
of the instanced object or collection.

This data is implemented specifically for the spreadsheet, because
we're not sure that we want to expose this data as attributes for the
use elsewhere.

Differential Revision: https://developer.blender.org/D10770
Revision 9de8c2f by Hans Goudey
March 19, 2021, 19:28 (GMT)
BLI: Add accessors for translation, rotation, and scale of float4x4
March 19, 2021, 19:24 (GMT)
Cleanup: rename x1/x2/y1/y2 to x/y/width/height
Revision 9b806c4 by Hans Goudey
March 19, 2021, 19:09 (GMT)
Geometry Nodes: Refactor / fix point separate node

The point separate node was failing in situations where one of the
outputs was empty. In addition, the code was not structured very well.
This new implementation stores less temporary information, is more
geometry component type agnostic, and is more self-descriptive.
It also solves the problems mentioned above.

Fixes T86573

Differential Revision: https://developer.blender.org/D10764
March 19, 2021, 17:56 (GMT)
LineArt: Added back the missing "allow_clipping_boundaries" option.

This option was missing from the UI.
Also add missing camera settings depsgraph relation.
March 19, 2021, 17:31 (GMT)
LineArt: Modifier defaults settings optimization.

Make options that are usually only useful in edge cases off by default.
These settings would requite extra work and thus the modifier evaluation
would be needlessly slower as most users do not need these options to be
on.
March 19, 2021, 17:26 (GMT)
LineArt: Remove geometry space chaining

It caused some chaining errors when used in combination with image space
chaining. After some internal discussion, we realized it is not
useful as chaining in image space essentially does the same thing.
March 19, 2021, 16:33 (GMT)
LibOverride: Stash away 'leftover' objects/collections from auto-resync process.

Instead of storing those in scne's master collection, which is fairly
annoying, we now add them to a (hidden) specific collection. Easy to
ignore, or check and cleanup.
March 19, 2021, 16:11 (GMT)
Cleanup: Remove unneeded complexity

`determineDependingMemoryProxies` was mapping a value in a temp vector.
March 19, 2021, 16:11 (GMT)
Cleanup: compositor - chunk order

No functional changes.
March 19, 2021, 16:11 (GMT)
Cleanup: Use enum class for CompositorPriority.
March 19, 2021, 16:11 (GMT)
Cleanup: Use enum class for CompositorQuality.
March 19, 2021, 16:11 (GMT)
Cleanup: enum class ChunkOrdering.
March 19, 2021, 16:11 (GMT)
Cleanup: Use enum class for DataType.
March 19, 2021, 16:11 (GMT)
Cleanup: Replace ptr with ref.
March 19, 2021, 16:11 (GMT)
Cleanup: Replace ptr with ref (COM_MemoryBuffer).
March 19, 2021, 16:11 (GMT)
Cleanup: Use ref to read from encapsuled data.

MemoryBuffer->getRect was returning a ptr.
March 19, 2021, 16:11 (GMT)
Cleanup: Add copy constructor to MemoryBuffer.
March 19, 2021, 16:11 (GMT)
Cleanup: Rename copyContentFrom to fill_from.
March 19, 2021, 16:11 (GMT)
Cleanup: MemoryBuffer do not store width and height.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021