Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#108592 2023-06-05 12:25:34 +02:00
Fix #108591: Handle null material adding paint slot

I mean something like

      bNodeTree *ntree = nullptr;
      bNode *in_node = nullptr;
      if (me != nullptr && ma->nodetree != nullptr) {
        ma->nodetree->ensure_topology_cache
Iliya Katushenock commented on pull request blender/blender#108001 2023-06-05 12:12:35 +02:00
Nodes: Move preview images to an overlay

Ah, I get it. I very superficially saw the code of the interface. But in theory, you just need to paint the rounded box around the other one. True, it is better to find out from people related…

Iliya Katushenock commented on pull request blender/blender#108592 2023-06-05 11:55:00 +02:00
Fix #108591: Handle null material adding paint slot

You still don't check if the tree is null. And copying the color from the socket settings does not occur. If someone changes the socket, this code with constant will be deprecated. Is it better…

Iliya Katushenock commented on pull request blender/blender#108001 2023-06-05 11:42:12 +02:00
Nodes: Move preview images to an overlay

@Kdaf Drawing an overlay is really very cheap. Such a orner frame should not require a lot of cpu/gpu effort.

Iliya Katushenock commented on issue blender/blender#108520 2023-06-04 22:41:35 +02:00
Geometry Nodes: Store Named Attribute does not propagate existing data when the domain changes

@Artyom-5 Please do not use this site to request support for user issues.

Iliya Katushenock pushed to gizmos_bke_component at mod_moder/blender 2023-06-04 15:42:35 +02:00
8e8109ad6a progress
Iliya Katushenock pushed to gizmos_bke_component at mod_moder/blender 2023-06-04 15:14:57 +02:00
f6b9b39c9d progress
Iliya Katushenock pushed to gizmos_bke_component at mod_moder/blender 2023-06-04 15:10:24 +02:00
a68d1b0ada format
e7913e942c progress
328e64d556 Merge branch 'main' into gizmos_bke_component
493a1dd7c8 Cleanup: remove NULL literals in C++ (including comments & strings)
68256a1da7 Cleanup: remove unused argument
Compare 79 commits »
Iliya Katushenock commented on issue blender/blender#108573 2023-06-04 09:18:37 +02:00
Grease Pencil eraser acts as though full pressure was applied when tablet stylus is released

Can reproduce on Huion h430p + Windows 10 + Blender 4.0.

Iliya Katushenock commented on issue blender/blender#108564 2023-06-03 18:59:09 +02:00
sphere eyes inside so darkness

What you mean is that this asset is not related to blender (created and distributed by a random person). It uses pre-rendered (?) previews. And is this, potentially, so conceived by the author?

Iliya Katushenock commented on issue blender/blender#108570 2023-06-03 18:53:15 +02:00
Regression: Geometry Nodes: Normal Input node doesn't work

Normal Input node provide build-in normals, calculated for curve or mesh based on it's topology and positions. If you save your own normal, this should't broke built-in one. Due to this that still…

Iliya Katushenock closed issue blender/blender#108570 2023-06-03 18:48:10 +02:00
Regression: Geometry Nodes: Normal Input node doesn't work
Iliya Katushenock commented on issue blender/blender#108570 2023-06-03 18:48:08 +02:00
Regression: Geometry Nodes: Normal Input node doesn't work

If you save named attribute, this still is not a built-in one, named can find this / built-in input can't.

Iliya Katushenock closed issue blender/blender#108570 2023-06-03 18:36:44 +02:00
Regression: Geometry Nodes: Normal Input node doesn't work
Iliya Katushenock commented on issue blender/blender#108570 2023-06-03 18:36:42 +02:00
Regression: Geometry Nodes: Normal Input node doesn't work

Thanks for report, but that is expected behavior. Please, make sure if you trying to use build-in normal attribute on mesh or curve domains. In your file, you trying to do that from point cloud.

Iliya Katushenock closed issue blender/blender#108568 2023-06-03 15:54:33 +02:00
Blender2.81 crashing when opening
Iliya Katushenock commented on issue blender/blender#108568 2023-06-03 15:54:31 +02:00
Blender2.81 crashing when opening

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 pushed to node_modifier_gizmos at mod_moder/blender 2023-06-03 13:50:16 +02:00
0a6793faf5 progress
85c8029965 progress
3ea5fa3158 Merge branch 'main' into node_modifier_gizmos
3e8f85c743 Fix: VSE Channels region unhides when changing font
9726e4a0ad Nodes: Move data-block default values with link drag search
Compare 20 commits »
Iliya Katushenock created branch node_input_gizmo in mod_moder/blender 2023-06-03 13:44:25 +02:00