blender/scripts/startup
Philipp Oeser cbbeeccd08 Fix #124027: EEVEE light influence UI disappears when light is pinned
As desribed in #90039, we dont have a context object when pinning data,
this was accessed though leading to python errors.

The object was only used for the active state of certain layouts, do to
resolve the errors (and disappearing UI), check if we actually get an
object from context. That means the correct active state of certain
layouts is lost (it could either be always ON or always OFF, PR is using
the former -- since the default visibility is ON, so that would be more
common).

Pull Request: https://projects.blender.org/blender/blender/pulls/124091
2024-07-03 13:43:39 +02:00
..
bl_app_templates_system Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
bl_operators Extensions: detect external changes on startup & loading preferences 2024-07-01 15:08:14 +10:00
bl_ui Fix #124027: EEVEE light influence UI disappears when light is pinned 2024-07-03 13:43:39 +02:00
keyingsets_builtins.py Fix #122372: Keyingsets not keying custom properties of type EnumProperty 2024-06-13 13:17:32 +02:00
nodeitems_builtins.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00