Skip to content

Commit

Permalink
RUV v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendinhat committed Oct 30, 2023
1 parent 1cdc056 commit c745fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RUV/context/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def script_check(self, context): # pylint:

def opt_AutoIMP(self,context):
return [
('Y_AutoIMP','Auto','Automatically imported after closing RizomUV','CONSTRAINT',0)
('N_AutoIMP','Manual','Manually imported UVs','MODIFIER',1),
('Y_AutoIMP','Auto','Automatically imported after closing RizomUV','CONSTRAINT',0),
('N_AutoIMP','Manual','Manually imported UVs','MODIFIER',1)
]

def preference_save(self, context): # pylint: disable=unused-argument
Expand Down

0 comments on commit c745fdc

Please sign in to comment.