![]() |
|
#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 03:15 PM |
| retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 04:26 AM |
| Making an object to appear after other object done animating | jaylocco | Vizard | 2 | 07-13-2009 06:17 PM |
| Pick porblem with arrays | shivanangel | Vizard | 3 | 08-27-2007 10:10 AM |
| rotate to object | jargon | Vizard | 1 | 08-08-2005 12:20 PM |