Ah, I thought it caused Blender to render those objects black - I didn't think about re-exporting to Plasma. Yeah, that could cause issues indeed. No problem, I'll remove it !
Doobes wrote:In any case, the work you guys have done and are still doing is making the conversion of the Cyan Ages to Korman-ready blend files much easier...so thank you.
You're welcome ! As someone who enjoys tinkering with Cyan's Ages, I understand how fun having them in Blender can be.
Thank you for your interest in it, this motivates me to keep improving it ! Don't hesitate to write about any issue you have with it, I'll do what I can to fix things.
And congrats to everyone who work on Korman - while I don't actually export Ages often, I still find it very pleasing to work with. HSPlasma too, obviously.
(Doobes, you'll stop thanking me once you get to reexporting the bigger Ages like Gahreesen or Teledahn. At that point, you'll probably run into so many issues you'll be cursing me instead
)
EDIT:
I wrote:And here is my current version of the physics importer, which sums it all up.
(Just in case: I noticed I forgot to remove a bogus line around l98 in this file.)
- Code: Select all
if version == pl.pvPots:
if phys.mass != 0 or phys.getProperty(pl.plSimulationInterface.kPhysAnim):
quatRot.identity()
vectPos = Vector()
self.collisionsInWorldSpace.append(blObj) # ← wrong - this definitely shouldn't be here.