Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#108057 2023-05-19 16:24:54 +02:00
WIP: Fix #108049: Nodes: Start to using node activity

Going be split in separate requests.

Iliya Katushenock created pull request blender/blender#108082 2023-05-19 16:12:57 +02:00
Fix #108049: De-duplicate copied active node
Iliya Katushenock pushed to tmp_fix_node_active at mod_moder/blender 2023-05-19 15:07:58 +02:00
8fc58240a3 progress
Iliya Katushenock commented on issue blender/blender#108049 2023-05-19 15:03:14 +02:00
Nodes: Copy-pasting nodes makes many active nodes

I did not set out to describe the steps here, sorry. I initially followed the behavior trail (selection is always considered an activity (which turned out to be just a consequence of duplication)).…

Iliya Katushenock commented on issue blender/blender#108049 2023-05-19 14:48:26 +02:00
Nodes: Copy-pasting nodes makes many active nodes

Rechecking everything now... seems like I misunderstood the bug. I will describe it like this: duplication of nodes can lead to a situation where you have several active nodes: ![image](/attachme…

Iliya Katushenock pushed to tmp_fix_node_active at mod_moder/blender 2023-05-19 14:12:58 +02:00
24520340f8 progress
9f94830141 Merge branch 'main' into tmp_fix_node_active
51923c09e2 Cycles: implement faster #make_orthonormals()
3a286a735f Merge branch 'blender-v3.6-release'
c007e6a346 Fix occasional crash on exit under Wayland
Compare 30 commits »
Iliya Katushenock closed issue blender/blender#108074 2023-05-19 13:13:24 +02:00
dragging a wire from one node input to an occupied node input, no longer swaps them over.
Iliya Katushenock commented on issue blender/blender#108074 2023-05-19 13:13:22 +02:00
dragging a wire from one node input to an occupied node input, no longer swaps them over.

Hi, thanks for report, but this is new expected behavior. See: Node Editor: Controlled node link swapping / [Release Notes of 3.5](https://wiki.blen

Iliya Katushenock commented on issue blender/blender#108062 2023-05-19 12:56:14 +02:00
Mesh suddenly become metallic

Hey, thank for report, can you reproduce this issues in 3.0+ versions?

Iliya Katushenock commented on issue blender/blender#108071 2023-05-19 12:46:31 +02:00
When pinning a block to the screen, nested tabs disappear in the composition of the particles

Hello, i can confirm this. But i really not sure if that is a bug.

Iliya Katushenock commented on issue blender/blender#105317 2023-05-19 09:53:00 +02:00
Face maps removal for 4.0

This sounds like the right thing to do:

  • Add a group index attribute.
  • Add group color attribute.
  • Weight float attribute. With a common prefix about the name.
Iliya Katushenock created pull request blender/blender#108057 2023-05-18 22:30:43 +02:00
WIP: Fix #108049: Nodes: Start to using node activity
Iliya Katushenock pushed to tmp_fix_node_active at mod_moder/blender 2023-05-18 22:28:14 +02:00
9e61e683c6 progress
28054338f4 Merge branch 'main' into tmp_fix_node_active
30a20b4def Nodes: Remove deprecated useless width_hidden property
0eba8ac85a Fix #108034: Multires simple subdivide crash
18954e404f init
Compare 10 commits »
Iliya Katushenock created branch tmp_fix_node_active in mod_moder/blender 2023-05-18 22:28:13 +02:00
Iliya Katushenock commented on issue blender/blender#108054 2023-05-18 19:41:11 +02:00
AMD: Rendering Instances On Points using a Collection crashes Blender on Linux

Hello, i can reproduce this (on windows / 3.6). Can you check, maybe this already fixed in 3.6?

Iliya Katushenock closed issue blender/blender#108036 2023-05-18 15:55:09 +02:00
Pasted node does not update edit_tree.nodes.active or context.space_data.active_node although the node outline seems to be drawn correctly