Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
15d9f70010 fix merge conflict in merge main
aa82afaaf7 Cleanup: regenerate the default theme file
f0257aa71b Cleanup: use camel-case for struct name, wrap function arguments
2eaa55272d Cleanup: use function style casts, nullptr in C++
b4eef99973 Cleanup: use C-style code comments, format
Compare 13 commits »
Iliya Katushenock created pull request blender/blender#105394 2023-03-03 06:54:49 +01:00
Cleanup: Don't do recursion where possible in node.cc
458a3df5b0 fix merge conflict
52bf2eb5b4 Merge branch 'main' into use_const_in_bke_node_cc
617f383216 Merge branch 'main' into use_const_in_bke_node_cc
f38f25f4f4 delete nodeUnlinkNode from this commit
97cc782cbc Merge branch 'main' into use_const_in_bke_node_cc
Compare 15 commits »
Iliya Katushenock created pull request mod_moder/blender#1 2023-03-02 20:48:13 +01:00
Cleanup: Don't do recursion where possible in node.cc
Iliya Katushenock pushed to use_const_in_bke_node_cc at mod_moder/blender 2023-03-02 20:46:36 +01:00
52bf2eb5b4 Merge branch 'main' into use_const_in_bke_node_cc
2a9f792c9e Draw Next: Fix shader orco computation
8c29d84139 BLI: Prevent Overflow in Grouped Number Output
ff6ce25926 Add a basic support to BKE library linking code to generate liboverrides.
Compare 4 commits »
Iliya Katushenock created branch cleanup_bke_nodes_unwrap_recursion in mod_moder/blender 2023-03-02 20:45:14 +01:00
652360c42c init commit
2a9f792c9e Draw Next: Fix shader orco computation
8c29d84139 BLI: Prevent Overflow in Grouped Number Output
ff6ce25926 Add a basic support to BKE library linking code to generate liboverrides.
Compare 4 commits »
Iliya Katushenock commented on issue blender/blender#105365 2023-03-02 20:31:17 +01:00
percent bevel by weight doesn't work properly

I guess: (blue arrows). But maybe everyone here is talking about different things /:? image

Iliya Katushenock commented on issue blender/blender#104126 2023-03-02 19:42:28 +01:00
Remove unavailable sockets and links

I don't know how it got into good first corrections, I seem to confuse something

Iliya Katushenock pushed to use_const_in_bke_node_cc at mod_moder/blender 2023-03-02 17:08:24 +01:00
617f383216 Merge branch 'main' into use_const_in_bke_node_cc
f5c56b4cd6 Animation: Remove the 'Weight Paint: Fix Deforms' operator
1d3a2fb5bb Merge branch 'blender-v3.5-release'
422f3d0b0f Fix #105278: IDProperty UI missing library overridable toggle
fa044c453f Cleanup: Unused fields and API for tracks map
Compare 76 commits »
Iliya Katushenock commented on issue blender/blender#105365 2023-03-02 16:25:48 +01:00
percent bevel by weight doesn't work properly

https://docs.blender.org/manual/en/latest/modeling/modifiers/generate/bevel.html#options

The percentage of the length of adjacent edge length that the new edges slide along.

I will assume…

Iliya Katushenock commented on issue blender/blender#105365 2023-03-02 16:14:54 +01:00
percent bevel by weight doesn't work properly

offset is vector in some direction percent of what? in n-gon...

Iliya Katushenock commented on issue blender/blender#105361 2023-03-02 15:29:13 +01:00
Cycle crash

can't confirm...

Iliya Katushenock commented on issue blender/blender#105363 2023-03-02 15:26:47 +01:00
Node editor. Scaling nodes, parented to frame gives weird result

Okay, this is not a regression...

Iliya Katushenock commented on issue blender/blender#105365 2023-03-02 14:50:36 +01:00
percent bevel by weight doesn't work properly

Hello. The problem is that N-gon doesn't allow bevel to work correctly.

Iliya Katushenock commented on issue blender/blender#105366 2023-03-02 14:48:26 +01:00
X-Ray and Wireframe-Only modes not working in weight painting mode

I can confirm, but I'm not sure if this is a bug.

Iliya Katushenock commented on issue blender/blender#105367 2023-03-02 14:40:14 +01:00
new Simple Deform Helper Addon

Seems like this should be moved to the addons repository? Not sure

Iliya Katushenock commented on issue blender/blender#105371 2023-03-02 14:34:03 +01:00
Copy as a new driver operator can't have a shortcut

Isn't there a reason why this feature is missing?

Iliya Katushenock commented on issue blender/blender#105372 2023-03-02 14:31:01 +01:00
Cycles geometry preparation and upload refactor

It would be nice to ever be able to calculate render attributes using buitin groups of geometry nodes. They are already trying to provide acceptable speed and unification for things like vertex…