[Blender Export] Fixed file ID

- Now we don't inherit from 3D base
This commit is contained in:
Salvador E. Tropea 2023-01-24 16:18:07 -03:00
parent 87aa2565d0
commit f6251deb86
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class Blender_ExportOptions(Optionable):
""" *[top,bottom,front,rear,right,left,z,Z,y,Y,x,X] Point of view.
Compatible with `render_3d` """
super().__init__()
self._expand_id += '_blender'
self._expand_id = '3D_blender'
self._unkown_is_error = True
def config(self, parent):