I added support for writing NodePaths to .bam in Panda3D earlier today, which means that instanced lights are now supported (assuming that the lights are below the root node of the model, which is always the case for BlenderPanda).
This change checks whether Panda supports this feature, and if so, avoids calling make_copy() on the light when writing out a .bam file.
I added support for writing NodePaths to .bam in Panda3D earlier today, which means that instanced lights are now supported (assuming that the lights are below the root node of the model, which is always the case for BlenderPanda).
This change checks whether Panda supports this feature, and if so, avoids calling make_copy() on the light when writing out a .bam file.