Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock created pull request blender/blender#110098 2023-07-14 12:08:38 +02:00
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
Compare 10 commits »
Iliya Katushenock created branch tmp_fix_index_of_reREST_REGRESS in mod_moder/blender 2023-07-14 12:05:17 +02:00
Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 11:16:15 +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
Iliya Katushenock created pull request blender/blender#110084 2023-07-14 02:27:34 +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
Compare 10 commits »
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
Iliya Katushenock closed pull request blender/blender#110082 2023-07-14 00:13:08 +02:00
..
Iliya Katushenock created pull request blender/blender#110082 2023-07-14 00:12:17 +02:00
Fix: Typo in transfer_ownership_from and dst deleting
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
Compare 10 commits »
Iliya Katushenock commented on issue blender/blender#110075 2023-07-13 20:06:29 +02:00
Motion Blur break position pass

Hi, can you check if this already fixed in today 3.6.1 / 4.0?

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-13 19:52: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.

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-13 19:50:18 +02:00
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
Iliya Katushenock commented on pull request blender/blender#109221 2023-07-13 01:33:57 +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…

Iliya Katushenock pushed to tmp_rot_sock_tooltip at mod_moder/blender 2023-07-12 22:44:33 +02:00
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
Compare 135 commits »
Iliya Katushenock commented on pull request blender/blender#109851 2023-07-12 22:15:54 +02:00
Geometry Nodes: Rotation socket tooltip

It seems this is a reason to clean up the code of the prog too?