Revision 5b89d49 by Hans Goudey (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup, temp-modifiers-instancing) October 30, 2020, 14:57 (GMT) |
Geometry Nodes: Allow node group inputs with the same name If we add the "name" label manually with uiItemR, we can use the socket identifier instead of the name for the IDProperty name. This will also allow us more flexibility in how to draw the settings in the future, and removes the empty _RNA_UI proprety that was drawn before. |
October 30, 2020, 14:48 (GMT) |
Merge branch 'master' into greasepencil-object |
October 30, 2020, 14:48 (GMT) |
Merge branch 'master' into greasepencil-edit-curve Conflicts: source/blender/editors/gpencil/gpencil_edit.c |
October 30, 2020, 14:45 (GMT) |
GPencil: New material parameter to rotate texture Add a parameter to rotate the texture for Dots and Squares Differential Revision: https://developer.blender.org/D9369 |
October 30, 2020, 14:34 (GMT) |
Merge branch 'blender-v2.91-release' into master |
October 30, 2020, 14:33 (GMT) |
Fix (unreported) buffer-overflow in new lattice code. Follow-up to rBc0beeeb5de0cbc, fixing overflow accesses on arrays introduced by rB042143440d76. It's never 'OK' to access invalid memory... |
October 30, 2020, 14:28 (GMT) |
Refactor: move Area .blend I/O to blenkernel There should be no functional changes. Eventually, it would be good to handle the different space types using callbacks. Ref T76372. |
October 30, 2020, 14:16 (GMT) |
Merge branch 'blender-v2.91-release' |
October 30, 2020, 14:04 (GMT) |
Merge branch 'asset-metadata' into asset-browser |
October 30, 2020, 14:00 (GMT) |
Merge branch 'master' into asset-metadata |
October 30, 2020, 13:58 (GMT) |
Fix Cycles map range node missing clamp socket No effect on the Blender integration yet, but needs to be solved for the upcoming change to encapsulate sockets. |
October 30, 2020, 13:56 (GMT) |
Fix buffer-overflow in lattice deform evaluation Caused Victor.blend from the cloud to crash with ASan. Four floats are fetched from the stack, but the buffer was only three wide. Caused by 042143440d. Issue was probably harmless since the fourth element wasn't actually touched. |
October 30, 2020, 13:44 (GMT) |
October 30, 2020, 12:43 (GMT) |
Refactor: move ParticleSettings .blend I/O to IDTypeInfo callbacks |
October 30, 2020, 12:17 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
October 30, 2020, 11:40 (GMT) |
Parenting: fix return value when parenting object to itself Ensure parenting an object to itself is seen as error, by returning `false`. This error was introduced as part of a supposed-to-be-non-functional cleanup rBb8d4a2aff8069dd7d6fb91ad0d9427eed489b68f. |
October 30, 2020, 10:51 (GMT) |
Fix undo steps not allowing re-using old BMain in non-global undo. Non-memfile undo steps never properly initialized the flag allowing to re-use old Main data during undo/redo. This lead to doing a complete full re-reading of data when undoing/redoing mode switches e.g. Note that current undo system is supposed to support any kind of mode switch across those steps, however this needs to be properly deeply tested, so only comitting this to master. It would be way too risky for 2.91 release. |
October 30, 2020, 10:15 (GMT) |
Fluid: Cleanup for APIC debug build setup Fixes build issue |
October 30, 2020, 10:10 (GMT) |
Cleanup: malformed doxygen sections |
October 30, 2020, 10:01 (GMT) |
Animation: move group colors switch to user preferences Move the "Show Group Colors" toggle from a per-editor option to a single user preference in the Animation preferences. The old "Show Group Colors" toggle had to be set per editor, and was on by default. This meant that disabling group colors would require an action for every file, for every editor. Differential Revision: https://developer.blender.org/D9391 |
|
|
|


Master Commits
MiikaHweb | 2003-2021