gear_mc
 All Classes Namespaces Functions Variables
Namespaces | Classes | Variables
gear.xsi Namespace Reference

main xsi module, xsi constants, preferences mangement More...

Namespaces

 animation
 xsi animation methods, keys, mirror animation, apply action... test
 
 applyop
 library to easily apply operators This is not a UI to create operator within xsi but make the scripting easier.
 
 curve
 create, merge, split curves...
 
 display
 
 envelope
 
 fcurve
 
 geometry
 
 icetree
 
 icon
 
 io
 
 log
 
 mixer
 
 operator
 
 parameter
 
 plugin
 
 ppg
 
 primitive
 
 rig
 
 shape
 
 synoptic
 
 transform
 
 uitoolkit
 
 utils
 
 vector
 
 weightmap
 
 wireframe
 
 wireframes
 
 xmldom
 

Classes

class  XSIPreferences
 PREFERENCES. More...
 

Variables

tuple Application = Dispatch("XSI.Application")
 
tuple xsi = Dispatch("XSI.Application")
 
tuple XSIFactory = Dispatch("XSI.Factory")
 
tuple XSIUIToolkit = Dispatch("XSI.UIToolkit")
 
tuple XSIMath = Dispatch("XSI.Math")
 
tuple XSIUtils = Dispatch("XSI.Utils")
 
 lm = xsi.LogMessage
 
list comboItems_rotorder = ["XYZ", 0, "XZY", 1, "YXZ", 2, "YZX", 3, "ZXY", 4, "ZYX", 5]
 

Detailed Description

main xsi module, xsi constants, preferences mangement

    This file is part of GEAR_mc.
    GEAR_mc is a fork of Jeremie Passerin's GEAR project.

    GEAR is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/lgpl.html>.

    Author:     Jeremie Passerin    geerem@hotmail.com  www.jeremiepasserin.com
    Fork Author:  Miquel Campos       hello@miqueltd.com  www.miqueltd.com
    Date:       2013 / 08 / 16
Author
Jeremie Passerin, Miquel Campos