Cleanup: style
This commit is contained in:
@@ -769,7 +769,7 @@ class ConstraintButtonsPanel:
|
||||
rowsub.prop(con, "use_invert_cull")
|
||||
layout.prop(con, "project_limit")
|
||||
|
||||
if con.shrinkwrap_type in ['PROJECT', 'NEAREST_SURFACE']:
|
||||
if con.shrinkwrap_type in {'PROJECT', 'NEAREST_SURFACE'}:
|
||||
layout.prop(con, "use_track_normal")
|
||||
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user