...
Code Block | ||||
---|---|---|---|---|
| ||||
CmaxwellObject scene.getObject( 'myobject' );
if object.isNull():
print( 'Error: -myobject- not exists' );
else:
printf( "Good news: -myobject- readed successfully" ); |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
CmaxwellObject scene.getObject( 'myobject' );
if object.isNull():
print( 'Error: -myobject- not exists' );
else:
printf( "Good news: -myobject- readed successfully" ); |
...