blender/release/scripts/presets/sunsky
Lukas Tönne cf3bb40c62 Fix T41081: Presets not working on pinned properties panels.
Preset operators should avoid using `bpy.context.object.data` as a base
path to properties. This path is not available in the buttons context
when using pinned datablocks! Instead use the specific
`bpy.context.camera` and `bpy.context.lamp.sky` paths now, which lead to
the correct datablocks in any case.
2014-07-18 11:37:57 +02:00
..
classic.py Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
desert.py Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
mountain.py Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00