Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#125592 2024-09-06 20:39:18 +02:00
WIP: BLI: Boolean polygon clipping using the Greiner Hormann algorithm.

Can we just swap arguments on caller to avoid such case to be in api?

Iliya Katushenock commented on pull request blender/blender#125592 2024-09-06 20:39:17 +02:00
WIP: BLI: Boolean polygon clipping using the Greiner Hormann algorithm.

Weight is not needed, just call .finalize() after all mixing.

Iliya Katushenock commented on pull request blender/blender#125592 2024-09-06 20:39:16 +02:00
WIP: BLI: Boolean polygon clipping using the Greiner Hormann algorithm.

So, you can just did 2 loop pass with i and mod(i + 1), but here is one loop with 3 switch and mod(i + 1) for each element?

Iliya Katushenock commented on pull request blender/blender#125592 2024-09-06 20:39:14 +02:00
WIP: BLI: Boolean polygon clipping using the Greiner Hormann algorithm.

Do the mix here, no reason to wrap this into function.

Iliya Katushenock commented on pull request blender/blender#125592 2024-09-06 20:39:13 +02:00
WIP: BLI: Boolean polygon clipping using the Greiner Hormann algorithm.

Pass by reference.

Iliya Katushenock commented on issue blender/blender#127222 2024-09-06 20:08:02 +02:00
Geometry Nodes Using Object Info adjust materials of referenced object

This is not a bug, object materials is the problem which is need to be removed.

Iliya Katushenock commented on issue blender/blender#127191 2024-09-06 19:52:18 +02:00
GN Bake Node Options Disappear

Did a try and not able to reproduce this from my attempt/

Iliya Katushenock commented on issue blender/blender#127195 2024-09-06 19:48:45 +02:00
Changing curve mean weight/radius/tilt changes control point type (if ore than one point is pick selected)

Can't reproduce in/ Broken: version: 4.3.0 Alpha, branch: main, commit date: 2024-08-25 03:57, hash: 6bd515e0d2a2

Iliya Katushenock closed issue blender/blender#127214 2024-09-06 19:39:08 +02:00
Theme Preferences don't work
Iliya Katushenock commented on issue blender/blender#127214 2024-09-06 19:39:05 +02:00
Theme Preferences don't work

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

Iliya Katushenock commented on pull request blender/blender#127218 2024-09-06 19:32:38 +02:00
Cleanup: Specialize cavity occlusion automasking

Any such constructors are not necessary, you can just call () default on and {}-aggregate initialization.

Iliya Katushenock closed issue blender/blender#127219 2024-09-06 19:23:14 +02:00
Import STL's - Shading "issue". It shades smooth when imported rather than Flat since 4.1 Possibly add an option to change that in prefferences if it's not a bug.
Iliya Katushenock commented on issue blender/blender#127219 2024-09-06 19:23:11 +02:00
Import STL's - Shading "issue". It shades smooth when imported rather than Flat since 4.1 Possibly add an option to change that in prefferences if it's not a bug.

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock commented on issue blender/blender#127222 2024-09-06 19:22:00 +02:00
Geometry Nodes Using Object Info adjust materials of referenced object

I can change material domain from Object to Data and this resolve the issue. Issue is related with pointers deduplication, so the material on Object make it incorrect and next all becomes too…

Iliya Katushenock commented on pull request blender/blender#126655 2024-09-06 18:59:01 +02:00
Anim: Reuse action between related data

We have macro to iterate over linked lists to?/

Iliya Katushenock commented on issue blender/blender#127222 2024-09-06 18:44:45 +02:00
Geometry Nodes Using Object Info adjust materials of referenced object

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

Iliya Katushenock closed issue blender/blender#127222 2024-09-06 18:43:22 +02:00
Geometry Nodes Using Object Info adjust materials of referenced object