Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
when i run this python code
from maya import cmds
print(cmds.about(api=True))
i got
20180400
is it mean that:
2018 => major version?
04 => minor version?
00 => patch version?
am i understand correctly?
Solved! Go to Solution.