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 |
Revision dd7feb0 by Jacques Lucke 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. |
Revision a00249d by Bastien Montagne 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. |
Revision 18b87e2 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Remove unneeded complexity `determineDependingMemoryProxies` was mapping a value in a temp vector. |
Revision 50c5435 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: compositor - chunk order No functional changes. |
Revision de504e6 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Use enum class for CompositorPriority. |
Revision 9c2d4ff by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Use enum class for CompositorQuality. |
Revision b5f70d9 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: enum class ChunkOrdering. |
Revision e5ffefe by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Use enum class for DataType. |
Revision b9447ab by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Replace ptr with ref. |
Revision c905dd2 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Replace ptr with ref (COM_MemoryBuffer). |
Revision 260e50e by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Use ref to read from encapsuled data. MemoryBuffer->getRect was returning a ptr. |
Revision dc9aea9 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Add copy constructor to MemoryBuffer. |
Revision 8cb1089 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: Rename copyContentFrom to fill_from. |
Revision 31d5c50 by Jeroen Bakker March 19, 2021, 16:11 (GMT) |
Cleanup: MemoryBuffer do not store width and height. |
|
|
|


Master Commits
MiikaHweb | 2003-2021