### PSEUDOCODE ###
class plClassName:
def __init__(self,name,type=0x0006): # the 0x0006 is an example object type nr, these are different for each object
#initializes the object by inserting default variables
def read(self,stream):
# Read in the object-specific data into variables
def write(self,stream):
# Write out the variables into object-specific data
def export_obj(self,obj): # form can vary
# Reads in blender data from the blender object (the obj variable) and fills in the prp objectg fields based on that data
def import_obj(self,obj): # form can vary
# Reads in the prp-specific variables, and uses them to set the correct settings on the blender objects
Grogyan wrote:Its a great program Zrax, any idea about any upgrades to it?
Users browsing this forum: No registered users and 2 guests