Robin-Hogerhuis
  • Joined on 2023-06-21
Robin-Hogerhuis commented on issue blender/blender#112887 2023-09-27 17:09:16 +02:00
EXCEPTION_ACCESS_VIOLATION when running Blender for a long time

To come back to you, I have changed my code in the object_join function to only run when necessary and otherwise return None this seems to have fixed the issue. I still dont understand the…

Robin-Hogerhuis commented on issue blender/blender#112887 2023-09-27 09:08:16 +02:00
EXCEPTION_ACCESS_VIOLATION when running Blender for a long time

Thank you @mano-wii, I shall test my code by breaking it down into parts to see where exactly the error is thrown. It still seems weird why I dont get this error consistently when executing my…

Robin-Hogerhuis opened issue blender/blender#112887 2023-09-26 09:10:23 +02:00
EXCEPTION_ACCESS_VIOLATION when running Blender for a long time
Robin-Hogerhuis commented on issue blender/blender#112218 2023-09-11 11:49:43 +02:00
Joining objects results in an error

@ChengduLittleA , thank you very much. I tested it and it works!!

Robin-Hogerhuis commented on issue blender/blender#112218 2023-09-11 10:59:03 +02:00
Joining objects results in an error

@ChengduLittleA , Thank you for your reply. I have tried to manually set the active window and screen with your code, but the error still occurs.

@lichtwerk. Also thank you for your reply. I…

Robin-Hogerhuis opened issue blender/blender#112218 2023-09-11 09:26:54 +02:00
Joining objects results in an error
Robin-Hogerhuis commented on issue blender/blender#109196 2023-06-23 08:34:32 +02:00
Deleting and creating a new world results in an error

Thank you @lichtwerk and @mont29 for you helpfull comments. bpy.data.worlds.new indeed solved the issue.

Robin-Hogerhuis opened issue blender/blender#109196 2023-06-21 10:25:00 +02:00
Deleting and creating a new world results in an error