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 $ 快速转多边型

  • 相关阅读:
    gcc 工作流程和常用参数
    解决webstorm卡顿问题,下面详细设置方法,使得webstorm快速打开
    使用vue 3.0 初始化vue脚手架
    vue父组件更新,子组件也更新的方法
    vue 父子组件渲染
    数组对象去重 reduce()
    webstorm 点击右上角运行run 启动vue项目
    寻找的常用webstorm快捷键
    mORMot使用基础1(转)
    win7共享win10打印机提示无法连接到打印机 错误 bcb
  • 原文地址:https://www.cnblogs.com/gaitian00/p/2022160.html
Copyright © 2011-2022 走看看