Skip to content

Commit

Permalink
Merge branch 'develop' into release-v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egtwobits committed Jul 13, 2022
2 parents 0334e42 + 81573ab commit a3b79df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mesh_mesh_align_plus/align_planes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,16 @@ def draw(self, context):
'apl_flip_normal',
text='Flip Normal'
)
apl_mods_row1.prop(
# Pop the trans. orientation checkbox into its
# own sublayout and disable it (either fix and
# re-enable or remove this if no longer supported)
transf_orientation_area = apl_mods_row1.row()
transf_orientation_area.prop(
addon_data.quick_align_planes_transf,
'apl_use_custom_orientation',
text='Use Transf. Orientation'
)
transf_orientation_area.enabled = False
apl_mods_row2 = apl_mods.row()
apl_mods_row2.prop(
addon_data.quick_align_planes_transf,
Expand Down

0 comments on commit a3b79df

Please sign in to comment.