Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-07-24 17:18:49 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-07-24 17:18:49 +0400
commit36b6b691733c7c1683d0326a3b0ba80e98b221ff (patch)
tree07253ddb156bba11bf143849b4f4fdd66801bd60 /release/scripts
parentb7b1c09766a120cdb1f66a40a93590c2dcfe1120 (diff)
Fixes:
* Crash with image drag'n'drop * Drag'n drop color to paint 2d canvas not working * Change "Layers" to "Slots" to appease purists.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index e050c8fcdec..63b167282ce 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1049,7 +1049,7 @@ class TEXTURE_UL_texpaintslots(UIList):
class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
bl_context = "imagepaint"
bl_label = "Slots"
- bl_category = "Layers"
+ bl_category = "Slots"
@classmethod
def poll(cls, context):
@@ -1092,7 +1092,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
class VIEW3D_PT_stencil_projectpaint(View3DPanel, Panel):
bl_context = "imagepaint"
bl_label = "Stencil"
- bl_category = "Layers"
+ bl_category = "Slots"
@classmethod
def poll(cls, context):