Jordan-Henshaw
  • Joined on 2024-02-23
Jordan-Henshaw opened issue blender/blender#119998 2024-03-28 03:42:54 +01:00
Video Editor Keyframes Not Clearing Until Another Depsgraph Update
Jordan-Henshaw closed issue blender/blender#119263 2024-03-11 21:17:18 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."
Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 21:17:15 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

OK, so that's there to help diagnose crashing. I'm just going to go ahead and click the Comment and Close button since I don't see this going in a direction providing value to anyone or Blender.

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 20:25:47 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

Your file have nullptr socket.

Should the C++ be asking user to report a bug to Blender if that is the case? The only context where a user would even see that message is in a custom scripting…

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 20:21:10 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

Python API is working as designed, I reported this because it repeatedly and explicitly asked me to, the reporting burden is the only burden to me, it is definitely a broken file, and tat is why I…

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 16:31:13 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

Running the script will not reproduce it. The C++ code that seemingly called the BLI_assert_unreachable() macro seems to be code that runs specifically on startup of Blender. It seems to loop…

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 03:39:24 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

OK, I am attaching one of my scripts, which defines some nodes, but not all. However, I'm 70% sure that this message first popped up when I was trying to figure out how to create updaters,…

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 02:19:42 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

@Alaska You started Blender from command line? I know that .blend prints the error to MacOS's Terminal with a virgin 4.2 dmg build downloaded an hour ago.

The error has never happened after I…

Jordan-Henshaw commented on issue blender/blender#119263 2024-03-11 00:44:55 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."

OK. I deleted all my junior dev code and almost everything else. It still gave the error on startup. I then tried the small file on the 4.2 alpha build and got the same request to report a bug…

Jordan-Henshaw opened issue blender/blender#119263 2024-03-10 00:43:55 +01:00
"Code marked as unreachable has been executed. Please report this as a bug."