Ekaterina-Moskovkina
  • Joined on 2024-07-09
Ekaterina-Moskovkina commented on issue blender/blender#126968 2024-09-02 21:11:57 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code

Yes, probably it's because reallocation (when we add elements to collection, links to previous elements, if they are saved in Python, can become invalid because of this. In the whole code this is…

Ekaterina-Moskovkina commented on issue blender/blender#126968 2024-08-31 14:59:22 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code

I tried to debug this with gdb and I probably found the related issue #127016.

Ekaterina-Moskovkina opened issue blender/blender#127016 2024-08-31 14:56:40 +02:00
heap-use-after-free when I access an element of bpy.props.Collection stored in Python after adding more elements to the same collection in debug developer version of Blender with gdb
Ekaterina-Moskovkina opened issue blender/blender#126968 2024-08-30 12:09:30 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code
Ekaterina-Moskovkina opened issue blender/blender#124428 2024-07-09 19:46:00 +02:00
Scripting: obj.evaluated_get(depsgraph).data gives not the same data as after applying the modifier