You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only enabled for component creator exports.
- Added a `copyAndRepathMaterials` (`-crm`) flag to the `mayaUSDExport` command.
- Added documentation about the new flag.
- Added `copyAndRepathMaterials` option in the `UsdMayaJobExportArgs` class.
- Added `copyAndRepathMaterials` to the job export tokens.
- Added `copyAndRepathMaterials` to the default merge options.
- Added `Copy and Repath` check-box in the export UI, enabled for `createComponent` exports.
Copy file name to clipboardExpand all lines: lib/mayaUsd/commands/Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,7 @@ their own purposes, similar to the Alembic export chaser example.
212
212
| `-selection` | `-sl` | noarg | false | When set, only selected nodes (and their descendants) will be exported |
213
213
| `-stripNamespaces` | `-sn` | bool | false | Remove namespaces during export. By default, namespaces are exported to the USD file in the following format: nameSpaceExample_pPlatonic1 |
214
214
| `-hideSourceData` | `-hsd` | bool | false | Hide the Maya nodes that were used as the source. |
| `-worldspace` | `-wsp` | bool | false | Export all root prim using their full worldspace transform instead of their local transform |
216
217
| `-staticSingleSample` | `-sss` | bool | false | Converts animated values with a single time sample to be static instead |
217
218
| `-geomSidedness` | `-gs` | string | derived | Determines how geometry sidedness is defined. Valid values are: `derived` - Value is taken from the shapes doubleSided attribute, `single` - Export single sided, `double` - Export double sided |
Copy file name to clipboardExpand all lines: plugin/adsk/scripts/mayaUSDRegisterStrings.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,8 @@
248
248
"kExportWorldspaceLbl": "Worldspace Roots",
249
249
"kHideSourceDataAnn": "Hide the Maya nodes that are used as the source data.",
250
250
"kHideSourceDataLbl": "Hide Source Data",
251
+
"kCopyAndRepathMaterialsAnn": "<b>Copy and Repath</b><br>Copies texture and material files to the export location and repaths references to the copied files.",
252
+
"kCopyAndRepathMaterialsLbl": "Copy and Repath",
251
253
"kExportRootPrimAnn": "Name the root/parent prim for your exported data.",
0 commit comments