Block a user
Fix #110037: Uninitialized result arrays and typos
Iliya Katushenock
pushed to tmp_fix_index_of_reREST_REGRESS at mod_moder/blender
2023-07-14 12:05:17 +02:00
862d722a3c
init
6220bfe31d
Sculpt: Fix memory leak
d70b36faed
Sculpt: Implement proper versioning code for Sculpt struct
27974faa57
Sculpt: Use DNA default system for Sculpt struct
7551767f9f
USD: more complete import and export of lights
Iliya Katushenock
created branch tmp_fix_index_of_reREST_REGRESS in mod_moder/blender
2023-07-14 12:05:17 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations
_Collections are now used as a way to organize light linking. If this were integrated into the compositor, would it be tedious to implement socket hiding for all four kinds of collection…
Iliya Katushenock
deleted branch fix_min_is_not_negative_inf from mod_moder/blender
2023-07-14 11:02:08 +02:00
Fix: Replace numeric_limits::min by numeric_limits::lowest due to -inf it is
Iliya Katushenock
pushed to fix_min_is_not_negative_inf at mod_moder/blender
2023-07-14 02:25:51 +02:00
ccad59519e
init
6220bfe31d
Sculpt: Fix memory leak
d70b36faed
Sculpt: Implement proper versioning code for Sculpt struct
27974faa57
Sculpt: Use DNA default system for Sculpt struct
7551767f9f
USD: more complete import and export of lights
Iliya Katushenock
created branch fix_min_is_not_negative_inf in mod_moder/blender
2023-07-14 02:25:51 +02:00
Iliya Katushenock
deleted branch tmp_fix_use_after_free_due_to_move_method from mod_moder/blender
2023-07-14 00:13:13 +02:00
Fix: Typo in transfer_ownership_from and dst deleting
Iliya Katushenock
pushed to tmp_fix_use_after_free_due_to_move_method at mod_moder/blender
2023-07-14 00:10:29 +02:00
22f65d9c4b
init
6220bfe31d
Sculpt: Fix memory leak
d70b36faed
Sculpt: Implement proper versioning code for Sculpt struct
27974faa57
Sculpt: Use DNA default system for Sculpt struct
7551767f9f
USD: more complete import and export of lights
Iliya Katushenock
created branch tmp_fix_use_after_free_due_to_move_method in mod_moder/blender
2023-07-14 00:10:29 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations
Our task is to remove such sockets, not to hide them. The end goal is just declarations. If the socket is hidden, then the user did it. Not a declaration.
Cleanup: Refactor Switch View node to use dynamic declarations
I see that still wip, so tag me if you`re be ready
Iliya Katushenock
deleted branch tmp_rot_sock_tooltip from mod_moder/blender
2023-07-13 13:37:47 +02:00
GPv3: Segment selection support for all relevant selection operators
Why does a segment have such complex implicit behavior? More precisely, if it must have such a complex behavior, why should it create complexity for other behaviors? First, if want to end up…
8de9b2197d
progress
2b65a1417b
Merge branch 'main' into tmp_rot_sock_tooltip
300cfecc46
Fix #109802: Outliner "Blender File" view cant delete scene
087612c042
Cleanup: Reduce use and scope of templates in vertex paint
efbca8d660
Cleanup: Remove unnecessary tree view function override, add comment
Geometry Nodes: Rotation socket tooltip
It seems this is a reason to clean up the code of the prog too?