Script CG 動畫工具箱

3DsMax Maya AfterEffect MaxScript MayaMel JavaScript

2010/12/06

[MaxScript] 關注介面觸發

http://forums.cgsociety.org/showthread.php?f=98&t=868502

fn onWbGotFocus a b =
(
enableAccelerators = false -- enable focus on webbrowser
print ("enableAccelerators: " + enableAccelerators as string)
)
(
wb = dotNetObject "system.windows.forms.webbrowser"
wb.url = dotNetObject "System.Uri" "http://www.scriptcg.com/"
hForm = dotNetObject "System.Windows.Forms.Form"
hForm.controls.add wb
hForm.topmost = true
dotNet.addEventHandler wb "GotFocus" onWbGotFocus
hForm.show()
)
較新的文章 較舊的文章 首頁
  • ▼  2010 (9)
    • ▼  12月 2010 (9)
      • [MaxScript] 取得MacAddress
      • [MaxScript] 從網頁取得原始碼
      • [MaxScript] 網頁按鈕觸發
      • [MaxScript] 關注介面觸發
      • [測試] VrayRT CPU vs VrayRT GPU
      • [工具] Clone Effect 繁殖生成
      • [工具] Pixel Modeler 圖像建模
      • [工具] Mirror Morpher 表情對稱
      • [工具] Poly To Spline 物件轉線段
  • CGSharp 動畫相關教學
  • Tech-Artists 技術美術資訊
  • ArchiveTexture 貼圖資料庫
  • ScriptSpot 動畫工具下載
  • 3DSK 人體貼圖資料庫
  • 3DTotal 動畫相關資訊
  • Motiongraphic 動態圖像資訊
  • FindSounds 音效資料庫
  • Archive3d 模型資料庫
  • MaxUnderground 教學與資訊
  • CGTalk 動畫相關討論
  • CGGang 動畫相關討論(中文)
  • TextureLib 貼圖資料庫
  • CGTextures 貼圖資料庫
  • CGPersia 插件破解下載
  • GFXDomain 插件破解討論
  • DotNet In MaxScript
Copyright © 2011 ScriptCG. 圖片視窗主題. 技術提供:Blogger.