Skip to content

Commit

Permalink
Merge pull request #1461 from Autodesk/donnels/fixup_unicode_char
Browse files Browse the repository at this point in the history
Fix AE template invalid char
  • Loading branch information
Krystian Ligenza authored Jun 4, 2021
2 parents f500e15 + f2fc526 commit 04a3317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/resources/ae/usdschemabase/ae_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def onCreate(self, *args):
self.active = cmds.checkBoxGrp(label='Active',
ncb=1,
cc1=self._onActiveChanged,
ann='If selected, the prim is set to active and contributes to the composition of a stage. If a prim is set to inactive, it doesnt contribute to the composition of a stage (it gets striked out in the Outliner and is deactivated from the Viewport).')
ann="If selected, the prim is set to active and contributes to the composition of a stage. If a prim is set to inactive, it doesn't contribute to the composition of a stage (it gets striked out in the Outliner and is deactivated from the Viewport).")

# Metadata: Instanceable
self.instan = cmds.checkBoxGrp(label='Instanceable',
Expand Down

0 comments on commit 04a3317

Please sign in to comment.