Talk:Modifying an existing level: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 89: Line 89:


==Blender add-ons==
==Blender add-ons==
===Import===
* [https://github.com/ekztal/Blender-v5-DAE-Importer-Add-on Blender-v5-DAE-Importer-Add-on] (broken but fixable)
* [https://github.com/ekztal/Blender-v5-DAE-Importer-Add-on Blender-v5-DAE-Importer-Add-on] (broken but fixable)
** At first glance, positions of individual objects from collective files like lab_furn.dae are all set to 0, 0, 0. So, until that is fixed too, we should only support Blender 4.x. As for April 2026, the latest LTS blender version is 4.5.8 which also supports drag and drop of dae. DnD was for long time an unsupported feature.
** At first glance, positions of individual objects from collective files like lab_furn.dae are all set to 0, 0, 0. So, until that is fixed too, we should only support Blender 4.x. As for April 2026, the latest LTS blender version is 4.5.8 which also supports drag and drop of dae. DnD was for long time an unsupported feature.
* BetterCollada (untested)
* BetterCollada (untested)
===Export===
GenAI wrote dae addons to import and export dae. Unexpectedly, the problem with technique tag and missing attributes seems to be go by now. Works right now, but onisplit compatibility remains untested.
===CLI support?===
To establish full modding support, blender needs to be able to load dae when called from CLI. Untested. This probably require source code changes. In order to keep up full modding support one would need to always fork ans update the new blender versions.
===XSI addon replacement?===
For this the implementation of displaying custom values (from oni xmls) must be tested first.
===Oni asset panel?===
If this is also possible, there is no more reason left why Blender should not become the community’s editor.
==Revive demo level alpha helix==
8,914

edits