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

2014年1月9日

ui界面使用 DialogMonitorOPS 问题

摘要: -- 是类主要是实现对界面上元素的处理。实现效果的处理 struct gt_cl_hp_uiName ( fn help = ( gt_10000_help = " 类主要是实现对界面上元素的处理。实现效果的处理 property:: sorUIname 要抓取的ui 界面的名称 (只要填写一部分就可以了 ) desUIname 要更改ui 界面的新名称 method:: star... 阅读全文

posted @ 2014-01-09 14:46 盖天00 阅读(5190) 评论(0) 推荐(0) 编辑

转载

摘要: -- 代码开始DialogMonitorOPS.unRegisterNotification id:#fxxkTheScript /*注销之前可能未完成注销的这个ID回调函数*/-- 回调函数入口function Yvi_dlgMonitorNotification = ( /*句柄可以被用来作为大多用户接口(Interface: UIAccessor)的参数, 利用 Interface: UIAccessor 方法可以使用该句柄作为参数,来收集有关当前对话框的详细信息并操作*/ WindowHandle = DialogMonitorOPS.Get... 阅读全文

posted @ 2014-01-09 09:59 盖天00 阅读(224) 评论(0) 推荐(0) 编辑

2013年9月9日

给朋友写的批量渲染工具

摘要: (---- 2013.9.08 ----裴永超编写----实现简单文件批量渲染__ini__ = gt_max_namespace .gt_cl_hp_ini()__max__ = gt_max_namespace.gt_cl_hp_maxfile()__dotoutin__ = gt_max_namespace.gt_cl_hp_dateoutin()__ca__ = gt_max_namespace.gt_cl_hp_camera()__file__ =gt_max_namespace.gt_cl_hp_fileiooutin()----gt_p_wencong_tools 就是结构的名称 阅读全文

posted @ 2013-09-09 15:31 盖天00 阅读(283) 评论(0) 推荐(0) 编辑

2013年7月8日

在循环中断掉不连续的。

摘要: a=#(1,2,3,4,5,6,8)cc =#()v=a.count-1for i in 1 to v do ( s = a[i] ss = a[i+1] if ss-s ==1 then( append cc s print i )else ( append cc s exit ) )cc 阅读全文

posted @ 2013-07-08 18:22 盖天00 阅读(222) 评论(0) 推荐(0) 编辑

2013年3月8日

3dmax 中使用dotnet 对数据保存读取 (bip工具数据一部分)

摘要: 1 struct gt_cl_hp_bipxml 2 ( 3 -- 把数据保存成 xml 格式 4 fn bipXml bipPaths frames filePath= 5 6 ( 7 if bipPaths.count >0 then 8 ( 9 XmlDocumentXDoc = dotNetobject "System.Xml.XmlDocument"10 dotnetPath = dotNetClass "System.IO.Pat... 阅读全文

posted @ 2013-03-08 14:07 盖天00 阅读(835) 评论(0) 推荐(0) 编辑

max 中 dotnet 中实现保保存xml 数据

摘要: -- 把数据保存成 xml 格式fn bipXml bipPaths frames filePath= ( if bipPaths.count >0 then ( XmlDocumentXDoc = dotNetobject "System.Xml.XmlDocument" dotnetPath = dotNetClass "System.IO.Path" dotnetDirectory =dotNetClass "System.IO.Directory" dotnetFile = dotNetCl... 阅读全文

posted @ 2013-03-08 11:36 盖天00 阅读(252) 评论(0) 推荐(0) 编辑

2013年2月22日

max 处理界面自动化处理(转载)

摘要: fn AutoPressOK flag:true = ( if flag then ( DialogMonitorOPS.unRegisterNotification id:#autoPressYes fn autoPressOK = ( WindowHandle = DialogMonitorOPS.GetWindowHandle() if UIAccessor.GetWindowText WindowHandle == "F... 阅读全文

posted @ 2013-02-22 10:11 盖天00 阅读(298) 评论(0) 推荐(0) 编辑

2013年2月21日

dotnet 实现 RedioButton 单选问题 该名称问题

摘要: global TDTblRolloutrollout TDTblRollout "Untitled" ( dotnetcontrol one "System.Windows.Forms.RadioButton" width:60 height:20 pos:[10,10]-- dotnetcontrol two "System.Windows.Forms.RadioButton" width:60 height:20 pos:[10,40]-- dotnetcontrol cc "System.Windows.Forms.G 阅读全文

posted @ 2013-02-21 17:45 盖天00 阅读(245) 评论(0) 推荐(0) 编辑

有一片点通过比较找到最大的内部范围。

摘要: somePoint=#([0,0],[20,20],[20,40]) ---是一群点--通过比较找到最大矩阵_maxX;_maxY;_minX;_minY; --- 定义最大范围_nr= 1 for i in somePoint do ( if (_nr > 1) then( if (i.x > _maxX.x)then( _maxX = i; ) if (i.x < _minX.x)then( _minX = i... 阅读全文

posted @ 2013-02-21 14:56 盖天00 阅读(150) 评论(0) 推荐(0) 编辑

2012年11月6日

max 中对map 通道的拷贝 (首先要具有多通道)

摘要: fn CopyChnel nodep mapone maptwo =( ChannelInfo.CopyChannel nodep 3 mapone ChannelInfo.PasteChannel nodep 3 maptwo convertToMesh nodep ) 阅读全文

posted @ 2012-11-06 12:23 盖天00 阅读(174) 评论(0) 推荐(0) 编辑

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

导航