Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to export without selected objects closes Blender #2

Open
FrancoTonutti opened this issue Feb 6, 2021 · 1 comment
Open

Comments

@FrancoTonutti
Copy link
Contributor

If I try to export the basic scene from blender without selecting any objects by mistake, blender closes showing the following error in console:

Error: Not freed memory blocks: 8, total unfreed memory 0.001205 MB

image

When I select the cube and then export the following error appears in console. However the .egg file apparently works fine.

Objects for export: ['Cube']
WRITE main EGG to D:\Bibliotecas\Escritorio\untitled.egg
INFO: Used materials:  {'Material'}
Found Panda3D compatible Principled BSDF shader. Collecting PBR textures
[bpy.data.objects['Cube.001']]
Processing object <bpy_struct, Object("Cube.001")>
ERROR (bke.library): c:\b\win64_cmake_vs2017\win64_cmake_vs2017\blender.git\source\blender\blenkernel\intern\library.c:263 id_us_min: ID user decrement error: MAMaterial.001 (from '[Main]'): 0 <= 0
ERROR (bke.library): c:\b\win64_cmake_vs2017\win64_cmake_vs2017\blender.git\source\blender\blenkernel\intern\library.c:263 id_us_min: ID user decrement error: OBCube.001 (from '[Main]'): 0 <= 0

image

@kergalym
Copy link
Owner

kergalym commented Mar 28, 2021

Hi, sorry for delay.

Error: Not freed memory blocks: 8, total unfreed memory 0.001205 MB

I think, it's Blender memory handling issues. There are few bugrepots since 2015, last fresh one is https://developer.blender.org/T83389

ERROR (bke.library):

I didn't do test for model exporting on Windows yet because my main OS is Linux. But I have same errors which could be treated as warnings. (3d Models exporting in loop and there probably some plugin code does something not very suitable for Blender API)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants