Blender Git Loki

Git Commits -> Revision fe79935

Revision fe79935 by Hans Goudey (master)
April 27, 2021, 03:16 (GMT)
Fix T87401: Drop-down can apply the wrong modifier

The trouble was that there was a context pointer "modifier" in the
property editor context that returned the active modifier. But the
"modifier" variable was already used in many places, for pointers
that are *not* equivalent to the active modifier.

The context pointer for the active modifier was unecessary anyway.
If we need to access a context pointer for the active modifier in the
property editor then we can add it. Until then it only adds confusion.

Commit Details:

Full Hash: fe79935f0021755ba133020a3414f6c29b46e9aa
Parent Commit: 51c13be
Lines Changed: +28, -32

3 Modified Paths:

/source/blender/editors/object/object_intern.h (+4, -4) (Diff)
/source/blender/editors/object/object_modifier.c (+24, -17) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+0, -11) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021