Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to accumulate_generic_new at mod_moder/blender 2023-02-08 17:13:59 +01:00
3328226330 try 4
Iliya Katushenock pushed to accumulate_generic_new at mod_moder/blender 2023-02-08 16:21:40 +01:00
4037b34486 checkout wrong changes
Iliya Katushenock pushed to accumulate_generic_new at mod_moder/blender 2023-02-08 16:09:53 +01:00
09599edf4b Merge branch 'main' into accumulate_generic_new
4390013458 Make update: Ignore submodules
a212d28ddf Un-ignore modules in .gitmodules configuration
c92cae64fb Fix references to the main branch in the .gitmodules
b6d83c0aaa Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 23 commits »
Iliya Katushenock pushed to accumulate_generic_new at mod_moder/blender 2023-02-08 15:01:11 +01:00
dc46826007 changes based on comments
Iliya Katushenock pushed to main at mod_moder/blender 2023-02-08 15:00:08 +01:00
9621f361cb undo changes in wrong branch
Iliya Katushenock pushed to main at mod_moder/blender 2023-02-08 14:53:02 +01:00
a5500c2e47 changes based on comments
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 12 commits »
Iliya Katushenock created pull request blender/blender#104468 2023-02-08 14:35:51 +01:00
Geometry Node: Multi-input socket tooltip
Iliya Katushenock pushed to multi_input_tooltip at mod_moder/blender 2023-02-08 14:31:27 +01:00
50dca6bee8 Merge branch 'main' into multi_input_tooltip
43f308f216 Make update: Ignore submodules
Compare 2 commits »
Iliya Katushenock created branch multi_input_tooltip in mod_moder/blender 2023-02-08 14:31:27 +01:00
Iliya Katushenock created pull request blender/blender#104465 2023-02-08 13:49:56 +01:00
Use ntreeContainsTree in more places
Iliya Katushenock commented on issue blender/blender#104439 2023-02-08 13:31:07 +01:00
Curve Bevel Object doesn't use Bevel Object's materials

I did this on the basis that it is more related to parametric modeling and closer to the responsibility of geometry nodes. But if you say that this is a modeling, then fine. I didn't have a solid…

Iliya Katushenock commented on issue blender/blender#104289 2023-02-08 12:07:58 +01:00
Geometry Node: Realized Instance of Object Instances in specific case cause wrong material indexing

Referring to my previous comment from the examples, a question to the developers: Should the user be able to set a material index larger than the number of materials? Can this be considered a bug?

Iliya Katushenock commented on issue blender/blender#104401 2023-02-08 11:04:30 +01:00
Geometry Nodes: Color mix nodes don't effect the alpha

This is not a regression, and geometry node haven't to copy shader functionality. So we have to wait some devs with answers.

Iliya Katushenock commented on issue blender/blender#104444 2023-02-08 00:27:38 +01:00
Rotation C++ API

Considering that access to axes of euler in random order in runtime can be in fast loops, and this will not require a large amount of code generation in all blender files, but only in bottlenecks,…

Iliya Katushenock closed issue blender/blender#104391 2023-02-07 23:45:08 +01:00
Regression: Crash on right mouse button click on 3d viewport
Iliya Katushenock commented on issue blender/blender#104401 2023-02-07 23:22:35 +01:00
Geometry Nodes: Color mix nodes don't effect the alpha

ramp_blend, that used in MixColorFunction work only for rgb channels. Seems to this on the plan. But this can be changed?

Iliya Katushenock deleted branch accumulate_generic from mod_moder/blender 2023-02-07 23:13:35 +01:00
Iliya Katushenock created pull request blender/blender#104440 2023-02-07 22:21:04 +01:00
Cleanup: Geometry Node: Make Accumulate Attribute node more generic