DLR-RM / BlenderProc

A procedural Blender pipeline for photorealistic training image generation
GNU General Public License v3.0
2.6k stars 432 forks source link

Update BlendLoader.py to also transfer hair_curves #1052

Closed sagoyal2 closed 3 months ago

sagoyal2 commented 4 months ago

fix(blendloader): add hair_curves support in blendloader

valid_object_types is not defined correctly, it should also have a curves in the list since as of Blender 3.3 it differentiates between curve and curves depending on the new hair system. See: https://github.com/DLR-RM/BlenderProc/issues/1050 for more details.

closes #1050

cla-bot[bot] commented 4 months ago

For contributing to BlenderProc you need to sign our Contributor License Agreement. As an individual please sign CLA_individuals.pdf, as a company please sign CLA_entities.pdf and send it to blenderproc@dlr.de

cornerfarmer commented 4 months ago

Thanks a lot for the PR! Could you please sign the CLA, so I can merge this?