Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling
This commit is contained in:
@@ -824,7 +824,6 @@ class TEXTURE_PT_mapping(TextureSlotPanel, Panel):
|
||||
idblock = context_tex_datablock(context)
|
||||
|
||||
tex = context.texture_slot
|
||||
# textype = context.texture
|
||||
|
||||
if not isinstance(idblock, Brush):
|
||||
split = layout.split(percentage=0.3)
|
||||
@@ -912,7 +911,6 @@ class TEXTURE_PT_influence(TextureSlotPanel, Panel):
|
||||
|
||||
idblock = context_tex_datablock(context)
|
||||
|
||||
# textype = context.texture
|
||||
tex = context.texture_slot
|
||||
|
||||
def factor_but(layout, toggle, factor, name):
|
||||
|
Reference in New Issue
Block a user