3dsmaxversion

1.0.5 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i 3dsmaxversion

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

2.57 kB

Total Files

3

Last publish

Collaborators

  • hughjayne