yifanlu0227 / ChatSim

[CVPR2024 Highlight] Editable Scene Simulation for Autonomous Driving via LLM-Agent Collaboration
https://yifanlu0227.github.io/ChatSim
308 stars 20 forks source link

About datastruct of Blender model #14

Open szhang963 opened 5 months ago

szhang963 commented 5 months ago

Hi, I want to ask you something about how to convert the '.fbx' model to the '.blend' model ChatSim supported. I simply import '.fbx' to Blender and save it to '.blend'. However, I can not get the result, and report the message:

WARN (bke.customdata): source/blender/blenkernel/intern/customdata.cc:4319 CustomData_layer_ensure_data_exists: CustomDataLayer->data is NULL for type 46.
Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:31:15)
Writing: /tmp/blender.crash.txt
Writing: /tmp/blender.crash.txt
Writing: /tmp/blender.crash.txt
Writing: /tmp/blender.crash.txt

Could you provide some help if you have any time?

yifanlu0227 commented 5 months ago

Have you normalized the 3D asset? We need to merge all things (mesh, texture) into an object with a default name 'Car'. Details can be found in Appendix E.

When you save the .blend file, you also need to check the option below.

Screenshot 2024-04-12 at 20 18 58
szhang963 commented 5 months ago

Great. I will try it. Thank you.

aryan-sinha-neophyte commented 4 weeks ago

no result is coming out of it actually same error again