Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I had a mel command that was working in 2022 but now is broken in 2024, not sure how to fix it.
mel.eval('source "cleanUpScene.mel"; scOpt_performOneCleanup( { "nurbsSrfOption", '
'"setsOption", "partitionOption", "transformOption", '
'"displayLayerOption", "renderLayerOption", "animationCurveOption", '
'"clipOption", "poseOption", "unusedNurbsSrfOption", '
'"cachedOption", "unusedSkinInfsOption", "expressionOption", '
'"groupIDnOption", "shaderOption", "locatorOption", "ptConOption", '
'"pbOption", "snapshotOption", "unitConversionOption", "referencedOption", '
'"brushOption", "unknownNodesOption" } );')
# line 1: file: C:/Program Files/Autodesk/Maya2024/scripts/startup/cleanUpScene.mel line 758: Cannot find procedure "setOptionVars".
Solved! Go to Solution.