Skip to content

Commit

Permalink
Fixing maya version in the scene
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Dec 6, 2024
1 parent 699ecb0 commit 73679b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//Maya ASCII 2026ff02 scene
//Maya ASCII 2025ff02 scene
//Name: testInstanceablePrimsSelHighlight.ma
//Last modified: Fri, Dec 06, 2024 11:34:05 AM
//Codeset: 1252
requires maya "2026ff02";
requires maya "2025ff02";
requires -nodeType "mayaUsdLayerManager" -nodeType "mayaUsdProxyShape" -dataType "pxrUsdStageData"
"mayaUsdPlugin" "0.31.0";
currentUnit -l centimeter -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya 2026";
fileInfo "product" "Maya 2025";
fileInfo "version" "Preview Release";
fileInfo "cutIdentifier" "202412031025-000000";
fileInfo "osv" "Windows 10 Enterprise v2009 (Build: 19045)";
Expand Down

0 comments on commit 73679b3

Please sign in to comment.