shader - Maxscript Material/Slate editor? -


hey guys there way access "material editor: manual update toggle" both slate editor , compact in maxscript?? looking through docs cant seem find much. appreciated, thanks!!

doesn't updating materials happen automatically? or maybe mean "update preview"?

i know when loop materials, can via code update loop , of functions deciding when trigger function.

you can acces materials + of functions like:

(libile can external file of internal editor)

local templib = loadtempmateriallibrary libfile m in templib (                         global materialname = #(m)                      )  local materialcount = templib.count iterations = 1 materialcount                      ( -- whatever ) 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -