GrabDoc icon indicating copy to clipboard operation
GrabDoc copied to clipboard

Unable to setup scene - MemoryError: couldn't create bpy_struct object

Open KaelynJaye opened this issue 9 months ago • 3 comments

Describe the bug New install of GrabDoc on recently updated Blender 4.4.0. Recent startup of windows, w/ nothing extra running in background.

When attempting to setup scene, blender kicks up this error -

Python: Traceback (most recent call last): File "...\Blender\4.4\extensions\blender_org\GrabDoc\operators\core.py", line 89, in execute baker = baker_prop.add() ^^^^^^^^^^^^^^^^ MemoryError: couldn't create bpy_struct object

nothing happens except error message. (no actors created, etc...)

To Reproduce Click Setup Scene button

Expected behavior i assume it should set up the scene, add props cameras etc, and load rest of menu. Does nothing but error.

Extra Information:

  • OS: Windows 11
  • Blender Version 4.4.0

KaelynJaye avatar Mar 30 '25 11:03 KaelynJaye

This is an incompatibility with Blender 4.4, this version is not supported yet but will be when I have a chance to get around to it.

oRazeD avatar Apr 14 '25 21:04 oRazeD

+1 just purchased on GumRoad to support!

Also seeing this on 4.4.1 (obviously) Thanks for your hard work!

zurie avatar Apr 23 '25 22:04 zurie

Here is an UNSTABLE build of GrabDoc with 4.4+ compatibility: https://github.com/oRazeD/GrabDoc/archive/refs/heads/4.4-UNSTABLE.zip

This version has MANY issues, most notably the UI in Map Preview is COMPLETELY BROKEN. I thought I may as well submit the files while I still can't find a full solve, as you can still get clean bakes out of it.

Not closing this issue as I still have a long way to go, but if you ABSOLUTELY NEEDED to use GrabDoc with 4.4+, this is how for now. The build is also backwards compatible with 4.3.

oRazeD avatar Apr 27 '25 05:04 oRazeD

Fixed in e7964f6!

Currently only available on the dev branch, I'll rectify this soon: https://github.com/oRazeD/GrabDoc/archive/refs/heads/dev.zip

oRazeD avatar Oct 17 '25 03:10 oRazeD