Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#109452 2023-06-28 17:10:32 +02:00
Impossible to move with G key an object scale to 0 and parent to an empty

Hi, thanks for report. I can reproduce this from scratch. It seems to me this issues caused by vector math...

Iliya Katushenock closed issue blender/blender#109331 2023-06-28 17:06:31 +02:00
Turning on Dyntopo automatically triangulate mesh globally
Iliya Katushenock created pull request blender/blender#109447 2023-06-28 16:32:16 +02:00
Refactoring: Explicit using of socket names to disconnect inactive mix branch
Iliya Katushenock created branch cleanup_socket_names_and_pointer_to_use in mod_moder/blender 2023-06-28 16:29:13 +02:00
Iliya Katushenock commented on pull request blender/blender#109411 2023-06-28 15:51:54 +02:00
Cleanup: Update ntree_shader_disconnect_inactive_mix_branches for Rotation socket

I have removed all indirectly related changes, I will send them as separate cleanups.

Iliya Katushenock pushed to tmp_cleanup_mix_preprocessing at mod_moder/blender 2023-06-28 15:51:19 +02:00
0f6fa9b1a0 progress
af5b58cd5a Merge branch 'main' into tmp_cleanup_mix_preprocessing
4060ba4024 Cleanup: reserve vector before an append loop
d886fc0238 Fix assert on startup with empty script directories
3ab8e9b144 PlayAnim: only load the built-in mono-space font
Compare 30 commits »
Iliya Katushenock commented on pull request blender/blender#109411 2023-06-28 15:32:40 +02:00
Cleanup: Update ntree_shader_disconnect_inactive_mix_branches for Rotation socket

although I personally wouldn't consider changing the if/elses for continues and switches an improvement.

To me, seems better

  default:
    BLI_assert_unreachable();

Instead…

Iliya Katushenock commented on issue blender/blender#109439 2023-06-28 14:29:02 +02:00
Spreadsheet menu not 'themeable'

Can confirm but not sure...

Iliya Katushenock commented on pull request blender/blender#109393 2023-06-28 14:28:26 +02:00
Geometry Nodes: Curve intersections

Is it really necessary to have a plane mode?

Iliya Katushenock created pull request blender/blender#109437 2023-06-28 12:02:26 +02:00
Cleanup: Fix debug lazy function name for Switch node
e8cb0f9ee3 init
4060ba4024 Cleanup: reserve vector before an append loop
d886fc0238 Fix assert on startup with empty script directories
3ab8e9b144 PlayAnim: only load the built-in mono-space font
d1e6c8f5a6 Cleanup: spelling in comments
Compare 10 commits »
Iliya Katushenock deleted branch tmp_cleanup_reserv from mod_moder/blender 2023-06-28 10:15:18 +02:00
Iliya Katushenock pushed to tmp_cleanup_reserv at mod_moder/blender 2023-06-28 03:13:02 +02:00
02c65332b6 progress
Iliya Katushenock commented on issue blender/blender#109429 2023-06-28 02:13:02 +02:00
Geometry Nodes: Extrdue Mesh, Faces, Individual is non-deterministic.

Hey, thanks for report. Just to be sure, can you added to extrude selection mask not just one but 2~3 polygone (connected) and deduce: if rings of extrusion now have changed topology, did we have…

Iliya Katushenock closed issue blender/blender#109425 2023-06-28 00:52:40 +02:00
Simulation Nodes: Sample Curve Stops Simulation Evaluation
Iliya Katushenock commented on issue blender/blender#109425 2023-06-28 00:52:38 +02:00
Simulation Nodes: Sample Curve Stops Simulation Evaluation

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

Iliya Katushenock commented on pull request blender/blender#109419 2023-06-27 21:01:05 +02:00
I18n: use proper name for the Convert Colorspace node

Is versioning required for this?