Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock closed issue blender/blender#105269 2023-02-27 21:07:26 +01:00
Motion Blur incompatible with simulation nodes
Iliya Katushenock closed issue blender/blender#105267 2023-02-27 21:07:09 +01:00
Node add menu is really slow
Iliya Katushenock commented on issue blender/blender#105268 2023-02-27 20:36:54 +01:00
Lattice Modifier Slowdown even when hidden or unassigned

Hello @Sergey This is a really old thing ... : blender/blender#45238 I'm not sure what the function of the `DEG_add_object_relation(node, object, DEG_OB_COMP_T…

Iliya Katushenock commented on issue blender/blender#105267 2023-02-27 20:11:02 +01:00
Node add menu is really slow

Are you talking about the menu for creating nodes, or objects? Can you test it in the new paler (3.6)? Is it possible to see the example file? Does this happen with factory settings loaded?

Iliya Katushenock commented on pull request blender/blender#105266 2023-02-27 20:07:43 +01:00
Mesh: Set bounds eagerly for cube and grid primitive nodes

Is the Transform Geometry node suitable for this, or can it be later?

73514e5327 Merge branch 'main' into more_lazynes_capture_attribute_node
f37077ae5a Mesh: Clear loose edges bitmap with count of zero
52104c1a0c Mesh: Avoid recalculating bounds after some operations
Compare 3 commits »
Iliya Katushenock created pull request blender/blender#105264 2023-02-27 18:59:54 +01:00
Geometry Node: Make Capture Attributes more laziness
Iliya Katushenock created branch more_lazynes_capture_attribute_node in mod_moder/blender 2023-02-27 18:48:46 +01:00
e045eb40aa init commit
96abaae9ac Cleanup: Remove legacy argument from mesh creation functions
494becdec9 Cleanup: Remove redundant parenthesis
17e92711d3 UI: Refactor path dropping so logic doesn't depend on icons
1d4abfb537 Merge remote-tracking branch 'upstream/blender-v3.5-release'
Compare 10 commits »
Iliya Katushenock commented on issue blender/blender#105098 2023-02-27 18:00:18 +01:00
Unnecessary evaluation of object referenced in Geometry Nodes?

I'll tell you right away. There's a bunch of stuff in here.

  1. If an object is entered into the modifier input panel (and preferably if this input is used in nodes), the modifier is completely…
Iliya Katushenock commented on issue blender/blender#105098 2023-02-27 16:24:03 +01:00
Unnecessary evaluation of object referenced in Geometry Nodes?

Hey @Piyush-Aniruddha-Udhao for starters, it would be nice to understand what is not working at all.

Iliya Katushenock commented on issue blender/blender#105098 2023-02-27 16:22:51 +01:00
Unnecessary evaluation of object referenced in Geometry Nodes?

I don't think this is related to your report (since in it you say that the Whole Program lags, in which the object with geometry nodes is updated, if you move the object without geometry nodes?):…

Iliya Katushenock commented on issue blender/blender#105251 2023-02-27 15:43:27 +01:00
Simulation Nodes: File Format for cached/baked simulation states

Data blocks cannot be a simulation layer

Iliya Katushenock commented on issue blender/blender#105249 2023-02-27 15:35:20 +01:00
Nodes Operator design

It seems that objects can have a list of groups as an overload to call some action on themselves. Then selecting a set of objects would spread the effect of a specific group from the active object…

Iliya Katushenock commented on issue blender/blender#104909 2023-02-27 14:58:02 +01:00
Geometry Node: Input Color node: Custom color and value color is the same property

@lichtwerk I know that the geometry nodes are much less than other nodal systems, maybe just a legacy of generations. Indeed, it makes sense to expect a response from a more serious developer

Iliya Katushenock commented on pull request blender/blender#105195 2023-02-27 14:55:51 +01:00
I18n: add per-socket translation contexts for nodes

At first check socket.runtime->declaration, and after that dereference pointer

Iliya Katushenock commented on issue blender/blender#104969 2023-02-27 14:30:20 +01:00
Blender does not create debug and crash logs

Hello. There will be no stack trace if the error was in a piece of code that doesn't give a full stack trace... Most of the C code seems to be...

Iliya Katushenock commented on issue blender/blender#105245 2023-02-27 14:28:22 +01:00
Uncontrolled orbit in the viewport

Hello, i can't confirm that in 3.6

Iliya Katushenock commented on issue blender/blender#105243 2023-02-27 14:25:21 +01:00
Cannot limit IK minimum stretch

Hello @SophonHuang. Not sure if that directly related but i see cycles dependencies in your example file.

Dependency cycle detected:
  OBArmature/L ArmUpper IK/POSE_IK_SOLVER() depends on
…
Iliya Katushenock commented on issue blender/blender#104909 2023-02-27 14:14:07 +01:00
Geometry Node: Input Color node: Custom color and value color is the same property

@lichtwerk This is because only nodes need to own this kind of data in order to have a consistent api.