* Crash with image drag'n'drop
* Drag'n drop color to paint 2d canvas not working
* Change "Layers" to "Slots" to appease purists.
This commit is contained in:
2014-07-24 15:18:49 +02:00
parent b7b1c09766
commit 36b6b69173
3 changed files with 10 additions and 7 deletions

View File

@@ -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):