- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Houdini的表达式翻译--未定稿.
鉴于本人英语水平有限以及对Houdini的学习还不是很深入,所以拿来集思广益,恳求完美正解!希望您在修改的时候使用红色标记或者补充说明,发至satandancing@,我会再次修改,发给大家!
先谢谢各位兄台的大力支持与帮助!
-----------------satandancing 2010/2/26
EXPRESSION SYNTAX(表达式语法)
Here are some of the main syntax elements which you will encounter again and again when using expression functions:(以下是主要的语法元素,你会一次又一次地遇到一些使用表达式函数:
() Brackets Brackets are used in order to list all of the arguments that will be contained within a function. Whenever a function is used, there must be an open bracket and a closed bracket. One of the easiest mistakes to make when creating expressions is to accidentally have the incorrect number of brackets.
()括号 括号每当一个函数,必须有一个开放的和一个封闭的。最简单的错误之一创建表达式时,意外数目不正确括号。
“”Quotation When a string must be used as an argument inside a function, it must be contained within quotation marks. This can include parameter names, and file paths.
“”引号 当一个字符串必须被用作在一个函数的参数它必须包含在引号这可以包括参数名,和文件路径。
`` Back Ticks When an HScript expression has been entered into a string type parameter, it must be enclosed in backticks in order to be evaluated as an expression. For example, if you are attempting to use an expression function inside a file path, you will need to include the backticks on either end of your function.
``返回标记 当HScript表达式一个字符串类型的参数,它必须包含在,以便作为一个表达式的计算。例如,如果您正试图使用在一个文件路径表达式功能,
‘’ Apostrophe Text inside apostrophes are not expanded. It may be necessary at times to use these characters inside strings to prevent a variable from being recognized as a variable.
‘’单引号 文本中的单引号不是大写的。可能有必要在有的时候字符串内使用这些字符,以防止被承认为一个变量。
There are four main types of data that exist within Houdini(在Houdini中存在有四个主要的数据类型):
Float: Floating point numbers are single numerical values which may contain decimals i.e.: 15.5. It is possible to break this down further into integers, which do not contain decimals. An Alpha attribute/channel would be a good example of a float value.
浮点浮点数单一数值可能包含小数,即:15.5。很可能打破这种进一步
文档评论(0)