zoukankan      html  css  js  c++  java
  • 常用脚本资料词汇

    角度转弧度

    degto rad
     随即地取值
    random

    ma

    select $shaps

    macroScript Macro112
     category:"DragAndDrop"
     
    (
     max hide command panel toggle
    )
    $box01.vertexticks=on 显示定点标记。


    curvelength $ 判断线的长度、


    判断语句。。if then elese
      for i in  do

       while do 时循环语句

    exit 退出语句、
    for a in selection do if a.length>15 then a.length=15 else a.length=20
    是 如果选择的物体大于。。。 反之。。。。  里被人的东西   “distance 是max距离的意思。


    for a in selection do if distance a $box03>100  then a.length=300 else a.length=20


    选着的东西距离两物体之间,有条件,怎么怎么样、。。。


    for a in selection do movekeys a.height.controller(random 10 30 )

    Rotate $(angleaxis 45 [1,0,0])是旋转的意思。有三种 

    showproperties $  显示物体属性


    macros.run "Tools" "Move"  转换,


    for a in selection do movekeys a.position.controller (random 0 20)

          across   moue

    表情口  撅嘴

              给不同的通道  for i in selection do i.gbufferchannel = (random 0 2000)

    tiptoe,x  z .  tiptoe01,x  z .heel x  y  z  calcaneal x  z  anklebone x y z

      ca= attributes  feet
    custAttributes.add $.modifiers[1] ca加入到卷展览的


    createDialog test_buttons 150 50 生成独立脚本的


    messagebox "Remember: Never press unknown buttons!"  点击按钮  里面再次生成窗口,很好哦啊啊


              $Cylinder01.baseobject[#lteration] 基础物体的下一集这样表示


              $Cylinder01.smooth=false说明他的开关这样表示

                 converttopoly $ 快速转多边型

  • 相关阅读:
    Java的注释,标识符,标识符的命名规范
    Java入门程序(Java的开发流程)
    EasyMock使用总结
    【转载】 Java并发编程:深入剖析ThreadLocal
    java.util.Stack类中的peek()方法
    Jquery和Ajax
    关于HTTP协议及SOCKET通信
    (转载)session token机制
    TCP/IP知识总结(TCP/IP协议族读书笔记四)
    TCP/IP知识总结(TCP/IP协议族读书笔记三)
  • 原文地址:https://www.cnblogs.com/gaitian00/p/2022160.html
Copyright © 2011-2022 走看看