Skip to content

bikemurt/gd3d_blender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bless

Blender Level Editor Software Suite

for bless users:

not working yet! come back later.

for bless developers:

if you want to work on Bless, you will need to:

  • symlink the reponame/bless directory to blenders addon directory.
  • example, Blender 4.2 on Windows: run Command Prompt as admin and then run: mklink /D "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bless" "C:\repofolder\bless"
  • bless should show up as a Built-In addon after restarting Blender

all exporting logic is done in gltf_export.py. it will export all meshes and attach shapes and bodies in the gltf file.

some issues:

  • textured materials seem to break the export, keep the export simple for now (just meshes)
  • for exporting, make sure full heirarchy in the gltf exporter is not selected (will be fixing this at some point)
  • convex shapes are generated incorrectly sometimes.

bless

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • PowerShell 0.4%