上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页

2011年11月18日

max 4.0 添加

摘要: ---max 4.0 加入的 filters: GetSelectFilter() --SetSelectFilter 3 -- 选择的处理。GetNumberSelectFilters () --- 返回可供上面旋转的个数 GetSelectFilterName 1 ---返回我选择的名字 。SetDisplayFilter 1 onGetNumberDisplayFilters() ---就是下面另外加入的GetDisplayFilterName 1 ---对显示的下半部分就行操作运算。 ----max4.0 加入iDrop - drag and drop: --- 写的是配置文件的形式 阅读全文

posted @ 2011-11-18 20:06 盖天00 阅读(225) 评论(0) 推荐(0) 编辑

2011年11月16日

可在写脚本的时候多用这点。

摘要: max tor? 阅读全文

posted @ 2011-11-16 14:00 盖天00 阅读(183) 评论(0) 推荐(0) 编辑

2011年11月15日

场景骨骼 cs bone 的隐藏情况

摘要: local tempCSandBone,tempboneobj,tempbipedobj fn getboneNode num =---按骨骼物体处理---- ( try( tempCSandBone= #(); tempboneobj =#(); tempbipedobj =#() for obj in geometry do ( ---这个没有用到在这里就不进行运算了。 --if (classof obj==BoneGeometry) or (classof obj==Biped_Object) do tempCSandBone =append tempCSandBone obj---收集 阅读全文

posted @ 2011-11-15 15:34 盖天00 阅读(549) 评论(0) 推荐(0) 编辑

mesh poly 都可以用他进行面数的询问。

摘要: numfaces 阅读全文

posted @ 2011-11-15 10:20 盖天00 阅读(140) 评论(0) 推荐(0) 编辑

2011年11月11日

临时导入导出obj

摘要: /* export*vt.*输出*,*出口* *//* theClasses = exporterPlugin.classes */exportFile (GetDir #scene + "/exportTest"+".obj" ) #noPrompt selectedOnly:true --using:theClasses[1] -- [ #noPrompt ] [ selectedOnly:<boolean> ] [ using:<maxclass> ] 阅读全文

posted @ 2011-11-11 15:12 盖天00 阅读(173) 评论(0) 推荐(0) 编辑

从侦听器中索引

摘要: ( clearListener()z=( replace "#(1,2,3,\"kdofsgk\")" 1 1 "") as name print zglobal ListerText -- declare variable so its scope is higher-- than inside just the following block-- expression( setListenerSel #(0,-1) -- select all the textListenerText=getListenerSelText() -- 阅读全文

posted @ 2011-11-11 15:10 盖天00 阅读(153) 评论(0) 推荐(0) 编辑

把数组解出来的好办法 呵呵 同事

摘要: ( replace "#(1,2,3,\"kdofsgk\")" 1 1 "") as name上面的方法 看似是数组但是不是真正的数组要用下面的这个在进行一次。ef_oop= createFile "E:\op.tmp"format "%" z to:ef_oopclose ef_oopstd_oo=openFile "E:\op.tmp" id =#() id = readValue std_ooclose std_oo id [4] 阅读全文

posted @ 2011-11-11 13:35 盖天00 阅读(180) 评论(0) 推荐(0) 编辑

2011年11月10日

飞狼的收集元素第一个面。

摘要: fn getIDsOfElement obj =( --此函数用来获取每个element中的第一个face IDselect obj faceNum=polyOp.getNumFaces $ids=#{1} --储存face idtempID=1while tempID <= faceNum do ( polyOp.setFaceSelection $ #{tempID} --polyOp.setFaceSelection $ #{7} $.EditablePoly.SelectElement()selFace=polyOp.getFaceSelection $ids[tempID]=t 阅读全文

posted @ 2011-11-10 17:23 盖天00 阅读(194) 评论(0) 推荐(0) 编辑

poly 的择面分离知道

摘要: $.EditablePoly.detachToElement #Face keepOriginal:on $.EditablePoly.ConvertSelection #Face #Edge --$.EditablePoly.SetSelection #Face tempSel polyop.detachEdges $ ( polyop.getEdgeSelection $ ) delete:true asNode:true name:"Gt_10_Fen_Li" 阅读全文

posted @ 2011-11-10 12:24 盖天00 阅读(265) 评论(0) 推荐(0) 编辑

2011年11月9日

max 路径操作

摘要: maxFileNamemaxFilePath 阅读全文

posted @ 2011-11-09 16:59 盖天00 阅读(195) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页

导航