STEAM GROUP
Blender to Holo BlendToHolo
STEAM GROUP
Blender to Holo BlendToHolo
2
IN-GAME
9
ONLINE
Founded
21 March, 2018
Language
English
ABOUT Blender to Holo

Blender to Holo

Welcome to the official steam group of Blender to Holo, a project that lets you build with E2 holos using blender!

It consists of a blender plugin for the exporter, and a blend file with all the holo models, some sprops and textures pre-imported that you can use to build with.

Current features:
  • Resize props to any size you want
  • Set materials/colors of props directly in blender
  • Holoclip support (better than visclip, doesn't (usually) require people to do manual refreshing!)
  • Holo parenting support
  • Custom mesh support. Objects named "Mesh" will be treated as such. (Your holo contraption can be a hybrid of both props and custom meshes! Use sparingly as this can create a lot of holos)
  • Export whole blender scene to an autogenerated self-contained E2 script (you don't need any knowledge of e2 to use blender to holo!)

Announcement / tutorial video
Feel free to discuss anything blender to holo related in the Discussions section! (But if you need help with using Blender in general, you should look elsewhere. Youtube has a ton of good tutorials, for example.)

Join the group if you want notifications on new versions!
POPULAR DISCUSSIONS
VIEW ALL (7)
RECENT ANNOUNCEMENTS
Version 1.2.2 released!
Version 1.2.1 released!
3 Comments
Jagy 24 Nov, 2019 @ 4:19pm 
Blender 2.81
Jagy 24 Nov, 2019 @ 4:18pm 
And errors:
Traceback (most recent call last):
File "C:\Users\Jagyna\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\e2holo_export.py", line 222, in execute
generateFile(self)
File "C:\Users\Jagyna\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\e2holo_export.py", line 166, in generateFile
res = e2arrayline(operator,obj,0)
File "C:\Users\Jagyna\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\e2holo_export.py", line 120, in e2arrayline
alpha = material.alpha
AttributeError: 'Material' object has no attribute 'alpha'

location: <unknown location>:-1

Jagy 24 Nov, 2019 @ 4:18pm 
Hey, can you update the addon?? I managed to update the module registering so it loads now but it throws errors when i try to export anything.

New module registering:
classes = (
ExportClass,
)

def register():
for cls in classes:
bpy.utils.register_class(cls)
bpy.types.TOPBAR_MT_file_export.append(menu_func_export)

def unregister():
for cls in reversed(classes):
bpy.utils.unregister_class(cls)
bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)

if __name__ == "__main__":
register()
VIEW ALL (26)
GROUP MEMBERS
2
IN-GAME
9
ONLINE
3 IN CHAT
Enter chat room
Founded
21 March, 2018
Language
English