1.0.5 • Published 1 year ago

3dsmaxversion v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago