#1
|
|||
|
|||
Jumping to a class object from one of it's components
I've got a class, within it is a geometry file. Structured like so:
Code:
import viz class someObject(object): def __init__(self): self.geometry = viz.add('box.ive') newObject = someObject() |
Tags |
child, class, classes, objects, parent |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to render a texture of the transparent object and then blur it | whj | Vizard | 1 | 09-25-2012 04:15 PM |
retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 05:26 AM |
Making an object to appear after other object done animating | jaylocco | Vizard | 2 | 07-13-2009 07:17 PM |
Pick porblem with arrays | shivanangel | Vizard | 3 | 08-27-2007 11:10 AM |
rotate to object | jargon | Vizard | 1 | 08-08-2005 01:20 PM |