Changeset 9117
- Timestamp:
- 07/01/11 00:43:18 (2 years ago)
- Location:
- media/trunk/blender_25
- Files:
-
- 2 modified
-
stk_panel.py (modified) (3 diffs)
-
stk_track.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
media/trunk/blender_25/stk_panel.py
r9101 r9117 450 450 'item' : StkEnumChoice('Item (Gift Box)', {}), 451 451 'lap' : StkEnumChoice('Lap line', 452 {'activate' : Stk Property(id='activate', name="Activate", default="")452 {'activate' : StkObjectReferenceProperty(id='activate', name="Activate", default="", contextLevel=CONTEXT_OBJECT, filter=lambda self, o : 'type' in o and o['type'] == 'check') 453 453 #'toggle' : Stkproperty("Toggle"), 454 454 #'inner_radius' : StkFloatProperty("Color radius"), … … 600 600 ('falling_effect', StkBoolProperty( id='falling_effect', name="Falling Effect", default="false", contextLevel=CONTEXT_MATERIAL)), 601 601 ('graphical_effect', StkEnumProperty( id='graphical_effect', name="Graphical Effect", default='none', contextLevel=CONTEXT_MATERIAL, values=GFX_VALUES)), 602 ('high_adhesion', StkBoolProperty( id='high_adhesion', name="High tires adhesion", default="false", contextLevel=CONTEXT_MATERIAL)), 602 603 ('ignore', StkBoolProperty( id='ignore', name="Ignore (ghost material)", default="false", contextLevel=CONTEXT_MATERIAL)), 603 604 ('mask', StkProperty( id='mask', name="Mask image", default="")), … … 607 608 ('sphere', StkBoolProperty( id='sphere', name="Sphere mapping", default="false", contextLevel=CONTEXT_MATERIAL)), 608 609 ('surface', StkBoolProperty( id='surface', name="Surface", default="false", contextLevel=CONTEXT_MATERIAL)), 609 ('friction', StkFloatProperty( id='friction', name="Tires adhesion", default=50000.0)),610 610 ('zipper', StkBoolProperty( id='zipper', name="Zipper (speed boost)", default="false", contextLevel=CONTEXT_MATERIAL, subproperties=ZIPPER_PROPERTIES)) 611 611 ]) -
media/trunk/blender_25/stk_track.py
r9103 r9117 1691 1691 'sphere' : ("N", None), 1692 1692 'surface' : ("N", None), 1693 ' friction' : (50000.0, None),1693 'high_adhesion' : ('false', None), 1694 1694 'slowdown_time' : (1.0, 'use_slowdown'), 1695 1695 'max_speed' : (1.0, 'use_slowdown')