- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
TDtool
CryTools for TDs
CryTools: 外部应用程序
在根目录下(maxscript)有很多的exe执行程序
scmd.exe – 这个应用程序会执行一个dos命令。在最新的导出器插件上已近不再使用了,因为新的导出器插件已经有了这个功能了。下面的例子是一个目录被强制同步:(这句话翻译我不确信,所以我给出原文In the example below a directory is synced via perforce:)
scmd (p4 sync \ + BuildPathFull_crytools + Tools\\...\) true
md5.exe- 这是一个免费的md5 哈希产生器软件。被CryTool md5函数调用
CryTools:全局结构
(对于一些不太确定的翻译我保留了原文)
这些全局变量可以通过crytool struct来访问。
fnStore, _fnStoreIndex, _varStore, _varStoreIndex –这些是全局的存储数组。通过使用_storeFn, retrieveFn, storeVar, retrieveVar函数,这些数组允许变量被存储和读取
localBuildNumber – 返回本地build的号码(当前crytools/maxscript目录所加载的build)
returns the number of the local build. (The build that the current crytools /maxscript dir is loaded from)
print crytools.localBuildNumber5571
BuildPathFull – bin32目录下build的路径
returns string of the artists build path to the bin32 directory
print crytools.BuildPathFullJ:\Game02\bin32\
maxDirTxt – max根目录
print crytools.MaxDirTxtC:\3dsmax7\
editorPath – editor的路径
crytools.editorPathJ:\Game02\bin32\Editor.exe
cryINI – CryTool ini的路径
crytools.cryINIC:\Program Files\Autodesk\3ds Max 2008\plugins\CryExport.ini
maxVersionNum – 当前运行的脚本所在的max的版本
print crytools.maxVersionNum8
project_name – 从build path中取得当前工程的名字
returns the name of the project the artist resides on, taken from the build path.
print crytools.project_nameGame02
latest_build –(这个翻译我不确信,所以仅做参考)返回最近的一次创建的名字。这个全局变量是从UpdateTools.ms中设置的。这个会更新cry_temp中的latest_builds.txt文件。如果在网络上找不到本地路径将会返回”NET_ERROR”.
returns the name of the latest build on S:\, this global variable is set from within UpdateTools.ms, which refreshes the latest_builds.txt stored in cry_temp. This is set to NET_ERROR if the location cannot be found on the network.
print crytools.latest_buildGame02(2670)_03_27_FastBuild
latestBuildNumber – 返回最近一次可用的build的号码。这个全局变量是从UpdateTools.ms中设置的。这个会更新cry_temp中的latest_builds.txt文件。
returns the number of the latest build available on S:\, this global variable is set from within UpdateTools.ms, which refreshes the latest_builds.txt stored in
您可能关注的文档
- SIMATIC S7 培训教材-22.顺序控制.ppt
- Simpack 大作业.pptx
- single breaker.doc
- SJ-80-1500高低压吹膜机.doc
- smthome_spc全部资料.ppt
- SOAPdenovo_Readme.doc
- Solaris基础手册.doc
- Some Knowledge about Bearing.docx
- solaris问题总结6.doc
- SN轴承座.doc
- TEM-4 2009(完形填空和单项选择).doc
- Test 6 Model Test Bank 4.doc
- TEM基础阶段短语表.doc
- Test Paper For Marine Officers(26-A).doc
- TESTING PROTOCOLS 4-04-2013 -418.doc
- The english homework.doc
- THE APPLE LOGO.doc
- The Elements of Style_Lecture 3.ppt
- THE HEATING POWER OF THE SEAT HEATER STRIP.ppt
- The Tao Of Programming —— 编程之道.doc
文档评论(0)