Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock deleted branch fix_too_complex_fro_compile_optimizations from mod_moder/blender 2023-06-22 13:47:15 +02:00
Iliya Katushenock commented on pull request blender/blender#109222 2023-06-22 13:36:01 +02:00
Fix: Too complex to be optimized by compiler

I'm sure there's a lot more of this kind of stuff in this node as well as in other parts of blender, so when I have time I'll add other fixes of this kind here if I find it.

Iliya Katushenock commented on issue blender/blender#109231 2023-06-22 09:56:19 +02:00
In custom trees socket type in group input nodes is not changing.

Yes... You must do it explicitly now.

Iliya Katushenock created pull request blender/blender#109222 2023-06-22 00:55:45 +02:00
Fix: Too complex to compiler to be optimized
Iliya Katushenock commented on pull request blender/blender#109174 2023-06-21 21:36:26 +02:00
Geometry Nodes: Avoid index lookup from index mask

I added some tests result.

Iliya Katushenock pushed to avoid_mask_lookup at mod_moder/blender 2023-06-21 16:20:14 +02:00
a42bdd4dc7 merge main
d2ab277e2d progress
c38dd2da2b Fix: geometry nodes modifier property not working after changing it in Python
f857a91c18 Merge branch 'blender-v3.6-release'
9f30555faf Fix: geometry nodes modifier property not working after changing it in Python
Compare 30 commits »
Iliya Katushenock commented on pull request blender/blender#109174 2023-06-21 16:15:43 +02:00
Geometry Nodes: Avoid index lookup from index mask

Looking at this more closely, I see that the functions are different and not interchangeable.

Iliya Katushenock deleted branch tmp_fix_default_blur_att_result_in_other_buffer from mod_moder/blender 2023-06-21 16:03:19 +02:00
Iliya Katushenock commented on pull request blender/blender#109203 2023-06-21 15:25:18 +02:00
Fix: geometry nodes modifier property not working after changing it in Python

@lichtwerk No, this not related with updates. Just property type change internally, but result will be the same.

Iliya Katushenock commented on issue blender/blender#105816 2023-06-21 15:18:35 +02:00
Grease Pencil Tint / Also Vertex Paint on Grease Pencil Objects very slow with Cintiq Pro 24

Hi, thanks for report, sorry for too long respons. Is this problem still relevant for 3.6, 4.0? 3.4 is too old today (see [projects.blender.org/milestones/closed](https://projects.blender.org/miles

Iliya Katushenock commented on issue blender/blender#106741 2023-06-21 15:13:20 +02:00
Solidify Modifier wrong solidification normals in some cases

Hi, @Pierre-Samuel-GREAU-HAMARD can you reproduce this in 3.6, 4.0?

Iliya Katushenock commented on pull request blender/blender#109206 2023-06-21 14:44:33 +02:00
WIP: RNA: simplify filtering enum items

The filter should also automatically include special elements, break line, column breaks.

Iliya Katushenock commented on pull request blender/blender#109174 2023-06-21 13:02:02 +02:00
Geometry Nodes: Avoid index lookup from index mask

Haven't done any tests yet. But here, most likely, I simply overlooked the nested loop.

Iliya Katushenock commented on issue blender/blender#105761 2023-06-21 12:40:30 +02:00
Add Active Camera geometry node

@ChengduLittleA @IPv6 Global-Local transformation isn't related with this task.

Iliya Katushenock deleted branch tmp_fix_zero_offsets_curve from mod_moder/blender 2023-06-21 12:25:00 +02:00
Iliya Katushenock closed issue blender/blender#109181 2023-06-21 00:47:11 +02:00
Joining instance to real objects gets original geo to be joined object
Iliya Katushenock commented on issue blender/blender#109181 2023-06-21 00:47:09 +02:00
Joining instance to real objects gets original geo to be joined object

This expected behavior and not a bug.

  1. Ald+D not create instances. This just a linked object. Instances is Instancing option in object properties, or geometry node instances.
  2. For linked…
Iliya Katushenock commented on pull request blender/blender#109172 2023-06-21 00:29:38 +02:00
Fix #109171: Delete curve instead trying to create empty result

Everything seems to be ready.