Jeff Knox knox
  • Joined on 2017-06-05
Jeff Knox commented on issue blender/blender#112461 2024-04-10 03:38:06 +02:00
Regression: bpy.utils.register_class() "can't run in readonly state" error when run from Text Editor

I had this same error and found that a modal operator was started by an addon, the operator returned {'RUNNING_MODAL'}, but then never finished. So the modal operator was "stuck" running…

Jeff Knox commented on issue blender/blender#61655 2024-04-06 22:59:50 +02:00
Python Nodes for Cycles, Eevee, Compositor and Textures

This issue was closed last month, but what is the status? The code above works (when updated to the new socket interface system). Was the documentation ever published?

Jeff Knox commented on issue blender/blender#98317 2023-12-05 20:22:15 +01:00
Equal Vs. Not Equal does not have opposite effect.

This is a little confusing from a mathematical perspective. All other operations in the Compare node are of the form: all(A.component <op> B.component)

But now the Not Equal operation…