[Blender Export] 30deg -> _30deg in ID

This commit is contained in:
Salvador E. Tropea 2023-01-18 20:17:42 -03:00
parent 43746ed801
commit 02608daed8
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class Blender_Export(Base3D):
gb['comment'] = '3D view from 30 degrees (Blender)'
gb['type'] = name
gb['dir'] = '3D'
gb['output_id'] = '30deg'
gb['output_id'] = '_30deg'
gb['options'] = copy(out_ops)
gb['options'].update({'rotate_x': 30, 'rotate_z': -20})
outs.append(gb)