nunono

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年9月13日

摘要: 1 print '######---load max file---#######' 2 maxFilePath='d:/nono/scene/max2016.max' 3 fm = MaxPlus.FileManager 4 fm.Open(maxFilePath) 5 6 7 print ... 阅读全文
posted @ 2015-09-13 12:29 nunono 阅读(1213) 评论(0) 推荐(0) 编辑

2015年9月4日

摘要: 一、maxscript直接执行python命令python.Executepython.Execute后面跟的是要执行的python命令,命令用双引号引起来。例:-----------------------mascript editor-----------------python.Execute... 阅读全文
posted @ 2015-09-04 21:39 nunono 阅读(3166) 评论(0) 推荐(0) 编辑

2015年9月3日

摘要: 1. stringstring类型的变量是一个数组,下列操作合法:strName = $.name -- output: "Shemmy_03"strName[1] --得到字符串strName第一个元素 "S"strName[3] --得到字符串strName第一个元素 "e"strName.co... 阅读全文
posted @ 2015-09-03 17:48 nunono 阅读(5334) 评论(1) 推荐(0) 编辑

摘要: -------------垃圾回收-------------------gc()------------释放给位图的内存----------------freeSceneBitmaps()---------------清除撤消/重做缓冲区-----------------------clearUnd... 阅读全文
posted @ 2015-09-03 17:18 nunono 阅读(901) 评论(0) 推荐(0) 编辑