[TP]: thinkingParticles Plugin Template


■A thinkingParticles Plugin Template 

A scripted thinkingParticles plugin would at least look like the template shown below. To learn more about the function calls and features of thinkingParticles scripting, check out the "TP_Startup.ms" file placed in the Script startup folder of 3ds Max.


plugin  Geometry [plugin ID]
name:"[plugin name]"
category:"Script"
classid:#([your class id])
extends:TP_ScriptBase
invisible:true
replaceui:true
version:1
(

    //here is your plugin code it must contain at least those 3 functions:
    tp_color_type()                              
    tp_init_inoutputs() 
    tp_calculate()              
)


tp_register [your plugin ID] 1
  

TPのScript templateがユーザーフォルダの中にあった。相変わらずインストール場所がわかりずらい。

C:\Users\Public\Documents\cebas\Scripting\thinkingParticles5

0 コメント:

コメントを投稿