Sample Dae Files For Blender
2020. 2. 28. 20:02ㆍ카테고리 없음
Collada File Example
MotivationRecently, I've noticed that the default Collada exporter in Blender (2.78) has some problems to export textured objects for usage in Second Life. Particularly, I've reported these two issues:.These issues prevent to quickly upload larger scenes (like a whole house) including all baked textures to SL and you need to apply textures by hand after upload, which is time wasting especially when you do many uploads to test your builds.I wanted to try to fix these issues. But alas the default Collada exporter is made in C and I didn't want to recompile whole Blender. So, I decided to write my own Python based exporter that would work as an addon.