summaryrefslogtreecommitdiff
path: root/tools/export/blender25/install.txt
blob: b245bbf3dfb4c3089a90148e890fd02867971cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Godot Author's Own Collada Exporter
-----------------------------------

1) Copy the "io_scene_dae" directory  to wherever blender stores the 
   scripts/addons folder (You will see many other io_scene_blahblah like
   folders). Copy the entire dir, not just the contents, make it just like
   the others.
2) Go to Blender settings and enable the "Khronos Collada" plugin
3) Enjoy proper Collada export.
4) If it's broken, you can:
   a) Flame the Blender developers in their mailing list for changing 
      the API every month.
   b) Flame the Blender developers for not giving a home to this script
      and mantaining it themselves, instead choosing to use the huge,
      bloated and buggy OpenCollada based implementation that is as big 
      as Blender itself, while this script is a little over 1000 lines 
      of code, works better and has more features.
   c) Cry to the poor Godot developers who are busy enough to fix it,
      because they are good people and will fix it for you anyway (submit 
      an issue to github).
   d) Be a Hero, save the day, fix it yourself and submit a pull request to
      github with the changes.