【问题标题】:creating a box with a python script in 3ds max在 3ds max 中使用 python 脚本创建一个框
【发布时间】:2019-06-20 22:46:49
【问题描述】:

当我使用Scripting / New script 打开脚本窗口时,菜单中有一个选项可以将语言更改为 python Language / python。我不知道 python 在 3ds max 中可用。 3dsmax中是否有python接口可以编写常规脚本?例如,这个脚本在 maxscript 中工作:

mesh01 = Box()

它有 python 等价物吗? (当我执行它时它没有工作)或者是其他的python接口?

【问题讨论】:

    标签: 3dsmax maxscript


    【解决方案1】:

    你可以这样做:

    import pymxs
    mesh01 = pymxs.runtime.box()
    

    【讨论】:

      猜你喜欢
      • 2019-05-14
      • 2016-08-13
      • 2014-09-24
      • 2017-09-05
      • 2014-11-13
      • 2011-04-20
      • 2015-11-18
      • 2019-10-23
      • 2012-12-21
      相关资源
      最近更新 更多