1.0.5 • Published 29 days ago

3dsmaxversion v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

Build Status

3dsmaxversion

获取.max文件对应的3dsmax的版本

install

npm install 3dsmaxversion

Documentation

3dsmaxversion.get3dMaxVersion(filename)

返回.max文件的版本号


Example

const { get3dMaxVersion } = require("3dsmaxversion");
const basePath = "E:\\";
get3dMaxVersion(
  path.join(basePath, "test.max")
).then(version => {
  console.log(version);
});
1.0.5

29 days ago

1.0.4

30 days ago

1.0.3

30 days ago

1.0.2

30 days ago

1.0.1

30 days ago

1.0.0

30 days ago