Message 1 of 4
Running Unfold3D in standalone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use Unfold3D in a maya.standalone session, however the command is trying to access the global progress bar and fails.
Since Unfold3D is a separate plugin, the "Unfold3D" is undocumented.
RuntimeError: progressBar -edit -beginProgress -isInterruptable true -status "Unfold3D" -maxValue 100 $gMainProgressBar; Line 1.106: "$gMainProgressBar" is an undeclared variable. progressBar -edit -status "Collecting data..." $gMainProgressBar;progressBar -edit -progress 1 $gMainProgressBar; Line 1.65: "$gMainProgressBar" is an undeclared variable. progressBar -edit -status "Collecting data..." $gMainProgressBar;progressBar -edit -progress 1 $gMainProgressBar; Line 1.113: "$gMainProgressBar" is an undeclared variable. progressBar -edit -status "[1/4] Import Data" $gMainProgressBar;progressBar -edit -progress 1 $gMainProgressBar; Line 1.64: "$gMainProgressBar" is an undeclared variable. progressBar -edit -status "[1/4] Import Data" $gMainProgressBar;progressBar -edit -progress 1 $gMainProgressBar; Line 1.112: "$gMainProgressBar" is an undeclared variable. progressBar -query -isCancelled $gMainProgressBar; Line 1.50: "$gMainProgressBar" is an undeclared variable. Unfold3D command failed: