Andy-Abate
  • Joined on 2024-09-03
Andy-Abate commented on issue blender/blender#127546 2024-09-18 23:00:10 +02:00
Mutating scene objects in frame_change_post causes stochastic render-animation segfault with interface locked

As another datapoint, Viewport Render Animation works just fine

Andy-Abate opened issue blender/blender#127546 2024-09-13 06:34:52 +02:00
Mutating scene objects in frame_change_post causes stochastic render-animation segfault when stereoscopy is enabled
Andy-Abate commented on issue blender/blender#127125 2024-09-05 14:44:32 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

@mont29 yes, this sure seemed like a bug to me and no one in the 3x user forums I tried was able to help. Thanks for adding the note to the doc 🙏

Andy-Abate commented on issue blender/blender#127125 2024-09-05 01:41:01 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

@mont29 @lichtwerk I think I found the last piece of the puzzle: this is specifically related to PropertyGroups, where the library object holds a pointer to the property group. If I make an int…

Andy-Abate commented on issue blender/blender#127125 2024-09-04 20:09:04 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

More details: if there's a single override object (in addition to the 🔗 object) in the local file, then editing the API property will make a permanent change to the 🔗 object (as seen in the…

Andy-Abate commented on issue blender/blender#127125 2024-09-04 19:20:11 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

@lichtwerk do you mind having another look at this? I shared a screencast above. I think your snippet/instructions/screenshot represent a different issue than this one (i.e. they don't follow the…

Andy-Abate reopened issue blender/blender#127125 2024-09-04 19:03:51 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit
Andy-Abate commented on issue blender/blender#127125 2024-09-04 19:01:23 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

@mont29 They are; Philipp's comments appear to be a tangent. You don't even need to close the file to see this behavior, because it shows itself on save too. The API property I show in the example…

Andy-Abate reopened issue blender/blender#127125 2024-09-04 18:36:13 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit
Andy-Abate commented on issue blender/blender#127125 2024-09-04 18:36:08 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit

@mont29 can you please take another look at this? The issue is with API-defined properties, not Custom Properties, and the issue is specifically for library-overrides with multiple instances.…

Andy-Abate opened issue blender/blender#127125 2024-09-04 00:26:38 +02:00
API-Defined LIBRARY_OVERRIDABLE properties do not have Overrides created on edit