Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock closed issue blender/blender#110120 2023-07-14 23:44:59 +02:00
Crash when evaluating Index of Nearest node with Group ID field
Iliya Katushenock commented on issue blender/blender#110120 2023-07-14 23:44:57 +02:00
Crash when evaluating Index of Nearest node with Group ID field

I can confirm, however this issue has been reported before, see #110037. Will merge reports. Please subscribe in #110037 if you want to see further updates

Iliya Katushenock pushed to points_to_curves at mod_moder/blender 2023-07-14 23:20:28 +02:00
859b621a40 progress
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 364 commits »
Iliya Katushenock pushed to tmp_frame_on_selection at mod_moder/blender 2023-07-14 21:47:36 +02:00
806d23d00c cleanup
62c4381d5b progress
Compare 2 commits »
Iliya Katushenock pushed to tmp_frame_on_selection at mod_moder/blender 2023-07-14 21:15:32 +02:00
2a62973619 progress
Iliya Katushenock pushed to tmp_frame_on_selection at mod_moder/blender 2023-07-14 21:10:26 +02:00
ec01113c5b progress
Iliya Katushenock pushed to tmp_frame_on_selection at mod_moder/blender 2023-07-14 20:05:11 +02:00
d6642f6bd1 progress
4405292f78 Merge branch 'main' into tmp_frame_on_selection
6220bfe31d Sculpt: Fix memory leak
d70b36faed Sculpt: Implement proper versioning code for Sculpt struct
27974faa57 Sculpt: Use DNA default system for Sculpt struct
Compare 196 commits »
Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:33:34 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Yep (if you wanna do this). For now, changes in unrelated functions should not be included in pr.

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:23:24 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Also, "No View" make sense to keep too in early retern.

Iliya Katushenock suggested changes for blender/blender#110042 2023-07-14 14:23:24 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

A few comments. Haven't tested behavior yet. It makes sense to check how it works now. We can be sure that old files are opened correctly. As updated when editing, ..

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:23:24 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I'm not sure about this, but should we remove the output socket in this case?

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:23:23 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I mean, new code should be kept clean.

Iliya Katushenock deleted branch tmp_fix_index_of_reREST_REGRESS from mod_moder/blender 2023-07-14 14:09:01 +02:00
Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:08:31 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Also, if you think you have solved the problem, you can click Resolve conversation.

Iliya Katushenock commented on pull request blender/blender#110042 2023-07-14 14:05:38 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Do not use C-style cast in C++ code. To cast void ptr to any other ptr type, use static_cast. See: https://wiki.blender.org/wiki/Style_Guide/C_Cpp

Iliya Katushenock pushed to tmp_fix_sample_curves_crash at mod_moder/blender 2023-07-14 13:47:34 +02:00
26ef0b7ff0 progress
Iliya Katushenock commented on pull request blender/blender#110099 2023-07-14 13:43:10 +02:00
Fix: Geometry Nodes: Sample curve crash with invalid curve indices

Yeah, i was try, but it mask.complement(range), not mask.complement(mask)

Iliya Katushenock created pull request blender/blender#110099 2023-07-14 12:48:57 +02:00
Fix: Crash Smaple Curve node
Iliya Katushenock pushed to tmp_fix_sample_curves_crash at mod_moder/blender 2023-07-14 12:36:31 +02:00
cbb3cef4ab init