stig-atle / io_scene_pbrt

Exporter for blender that exports the scene into pbrt's ascii file format.
59 stars 16 forks source link

issue with subsurface modifier #24

Closed delepoulle closed 4 years ago

delepoulle commented 4 years ago

When a modifier is used, the mesh is not exported correctly unless the modifier is apply and the mesh turn in edit mode.

I use blender 2.82. The exporter work but if I use the subsurface modifier :

I think there is the same problem with many (all ?) modifier. A very cool solution would to have a checkbox like "apply modifier before export" in order to keep the modifiers in the blend file.

stig-atle commented 4 years ago

Hi, thank you for reporting the issue, it's the way I'm accessing the mesh that causes it. I have seen this problem before. I will prioritize this fix now and get it sorted. It's not good that it exports the way it does now, it needs to be fixed.

stig-atle commented 4 years ago

I have pushed some fixes for this now. Please give the latest version a test and reply back.

delepoulle commented 4 years ago

I've just test it and it's great ! The modifiers are now exported into the pbrt scene. Thanks a lot, I will appreaciate to use this fantastic plugin. As I think the problem is solved, I close the thread.