blender/release/scripts
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
..
addons@59ff66fa7a Fix T40983 Particle Texture use of generated coordinates is wrong. 2014-07-08 13:44:58 +02:00
addons_contrib@9c1b7252bb Fix T40983 Particle Texture use of generated coordinates is wrong. 2014-07-08 13:44:58 +02:00
freestyle Per-material line color settings for Freestyle. 2014-07-07 16:19:51 +09:00
modules Usual UI messages fixes. 2014-06-30 20:48:02 +02:00
presets Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
startup Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
templates_osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
templates_py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00