V3.0 for Softimage 2011 SP1+ Win32/64/ Linux(?)

example for an xpop menu
New Features for XPOP V3.0
Function/Attribute reference and download @http://si-community.com/download/lb/rray/xpop/
XPOP v3.2 
Code: Select all
Set item = popup.AddItem ("Dragon", "ObjImport Application.InstallationPath( siUserPath ) & ""\Addons\XSI-Shelfy\Data\Obj\Dragon.obj"", 1, 0, False, False , False, False" )Sorry i forget to thanks you for the answer , it's what i want .rray wrote:You have two options, either use a subroutine or function defined in the same file where you build the menu, and call that in the string, or you can put several commands inside the string and separate them with a ":"