PRP Importing

Before I begin: I know that this isn't a feature of PyPRP, which is why I didn't put it in that forum. I'm also aware that support had stopped at some point for an importer, but I'm not sure if that's the case with the one available on the wiki, so I'm sorry if I'm not meant to be asking about this.
I've been trying to import PRP files into blender, and some import well. There are others that throw up this error:
The above error happened while trying to import Kadish_District_kdshForest.prp. Any ideas as to what could be causing this?
Cheers,
AR
I've been trying to import PRP files into blender, and some import well. There are others that throw up this error:
- Code: Select all
Traceback (most recent call last):
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/uruprp_import.py", line 150, in open_file
import_prp(filename,basepath)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/uruprp_import.py", line 111, in import_prp
import_age(agename,basepath,pagename,version)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/uruprp_import.py", line 93, in import_age
age.import_page(pagename)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alcresmanager.py", line 979, in import_page
page.import_all()
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alcresmanager.py", line 213, in import_all
scn.data.import_all(scene)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alc_ObjClasses.py", line 149, in import_all
o.data.import_all(scene)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alc_ObjClasses.py", line 264, in import_all
plDrawInterface.Import(self,root,obj)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alc_DrawClasses.py", line 1542, in _Import
draw.data.import_obj(obj)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alc_DrawClasses.py", line 1536, in import_obj
drawspans.data.import_mesh(obj,group)
File "/Applications/blenderimport/blender.app/Contents/MacOS/.blender/scripts/alc_DrawClasses.py", line 1181, in import_mesh
mat.mode |= Blender.Material.Modes.GROUP_EXCLUSIVE
ValueError: invalid bit(s) set in mask
The above error happened while trying to import Kadish_District_kdshForest.prp. Any ideas as to what could be causing this?
Cheers,
AR