Blender Git Commit Log

Git Commits -> Revision 097e1ca

November 19, 2020, 19:35 (GMT)
Geometry Nodes: Add the concept of an active modifier

This commit adds functions to set and get the object's active
modifier, which is stored as a flag in the ModifierData struct,
similar to constraints. This will be used to set the context in
the node editor. There are no visible changes in this commit.

Commit Details:

Full Hash: 097e1ca1a1daa463e5fb62ffd5006d21ba2aba75
Parent Commit: dc628e7
Lines Changed: +74, -0

5 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+33, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021