You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to import module: bpy
process module: bpy
process module: bpy.path
:9: (ERROR/3) Unknown interpreted text role "class".
process module: bpy.props
process module: bpy.utils
process module: bpy.utils.units
Error: Not freed memory blocks: 8, total unfreed memory 0.008392 MB
This is the Blender API if you need to see what this is about.
I'm on MacOS.
I built the bpy.so module myself. Here it is if you need it for testing purposes. I couldn't upload here because of the file size, it's 26 MB and zipped. You should put bpy.so into pyextern folder.
And there's this Resources folder, it has to be placed in the pyextern folder's parent directory because bpy.so needs it there. Here it is, Resources.zip I can't upload it here, because it's 19,7 MB.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
The problem is that the bpy.utils.units modules contains tests that will be run when the modules are imported. We of course do not want to run them and we are not interested in using the tests, so let's simply skip those modules altogether.
To do so, add some lines to
Hello...
I run this:
python3 Main.py bpy /output/folder
and I get this:
This is the Blender API if you need to see what this is about.
I'm on MacOS.
I built the bpy.so module myself. Here it is if you need it for testing purposes. I couldn't upload here because of the file size, it's 26 MB and zipped. You should put bpy.so into pyextern folder.
And there's this Resources folder, it has to be placed in the pyextern folder's parent directory because bpy.so needs it there. Here it is, Resources.zip I can't upload it here, because it's 19,7 MB.
Thank you very much.
The text was updated successfully, but these errors were encountered: