Dion Moult Moult
  • Joined on 2020-01-23
Dion Moult opened issue blender/blender#112885 2023-09-26 07:41:28 +02:00
Beveled mesh objects are double counted in object statistics
Dion Moult closed issue blender/blender#109551 2023-07-01 09:42:30 +02:00
Segfault on Linux when running third-party Python library function
Dion Moult commented on issue blender/blender#109551 2023-07-01 09:42:27 +02:00
Segfault on Linux when running third-party Python library function

@ChengduLittleA thanks for the tip! I think you're right the minor version bump would've led to an incompatibility on the hppfcl side. I've managed to fix it by upgrading hppfcl! Thank so much for…

Dion Moult opened issue blender/blender#109551 2023-06-30 11:29:34 +02:00
Segfault on Linux when running third-party Python library function
Dion Moult commented on issue blender/blender#105063 2023-03-01 02:04:38 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail

Thanks for the explanation!

Dion Moult reopened issue blender/blender#105063 2023-02-28 23:00:04 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail
Dion Moult commented on issue blender/blender#105063 2023-02-28 23:00:02 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail

Apologies if this is not the right etiquette, but I've reopened the bug due to the side effects (even if not initially designed that way).

Dion Moult commented on issue blender/blender#105063 2023-02-28 04:42:10 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail

To clarify, we'd need to reliably detect the deletion, or copy / paste, or duplication of objects. (FYI add-on in question is https://blenderbim.org/ which turns Blender into an authoring platform…

Dion Moult commented on issue blender/blender#105063 2023-02-28 04:33:30 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail

Oh wow, this significantly breaks our add-on :( Is there a reason @erik 's solution of removing the old operator and overriding it not an acceptable solution?

We use it to hook into events like…

Dion Moult commented on issue blender/blender#105063 2023-02-22 10:43:22 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail

@erik85 that seems odd, because the override has an effect for me as well as other users who are using the add-on. Here's also a SO post describing how they use an override: https://blender.stackex

Dion Moult opened issue blender/blender#105063 2023-02-22 05:00:08 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail