Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock closed issue blender/blender#106130 2023-03-27 08:03:55 +02:00
Weight Colourless Paint
Iliya Katushenock pushed to move_value_by_link at mod_moder/blender 2023-03-26 14:25:32 +02:00
df74307ee0 some little changes
08ddcd513e Merge branch 'main' into move_value_by_link
8c1090aeb0 Merge branch 'blender-v3.5-release'
16cb13b8a0 Fix: Vertex paint filter operators broken undo
Compare 4 commits »
Iliya Katushenock commented on issue blender/blender#84029 2023-03-25 23:24:03 +01:00
Geometry Nodes: Crash using Poisson Disk Point Distribution on mesh with no faces

Hello @Lon-B, it would be really good if you report this bug in another issues.

Iliya Katushenock commented on issue blender/blender#106141 2023-03-25 23:05:09 +01:00
Regression: Node duplication via menu results in a crash

Hello, i not sure that i can correct understand steps but i can't reproduce crash.

Iliya Katushenock commented on issue blender/blender#106139 2023-03-25 22:10:48 +01:00
Geometry Nodes: Float Curve input limits are not working unless "reset view" is used

The last time I looked at the limits, I found out that this node has no value limits. This is a parameter of curve editor, that is, by doing from 0 to 2x in Y, you simply change the scale of the…

Iliya Katushenock commented on issue blender/blender#106133 2023-03-25 19:27:09 +01:00
I just want to mirror the right foot and toe animation to the left but for some reason this rig is causing errors

This seems to be an addon issues and should be moved to the addon repository?

Iliya Katushenock commented on issue blender/blender#106134 2023-03-25 19:23:26 +01:00
Regression: Different triangulation in Cycles

To be honest, I also saw this effect, but did not pay attention to it, it seemed that I had simply not noticed before ...

Iliya Katushenock pushed to move_value_by_link at mod_moder/blender 2023-03-25 19:06:38 +01:00
007af16c61 changes based on last review
badec5bf7d Merge branch 'main' into move_value_by_link
847bc5c2fd Cleanup: DRW: Utility defines for retopology overlay
9678e6e7e5 Fix: Variable size blur implicitly works with Fast Gaussian
51bc44420b Cleanup: format
Compare 106 commits »
Iliya Katushenock commented on pull request blender/blender#105972 2023-03-25 18:21:27 +01:00
Nodes: Move data-block default values with link drag search

There is some confusion here, it seems.

Iliya Katushenock commented on pull request blender/blender#105972 2023-03-25 17:05:37 +01:00
Nodes: Move data-block default values with link drag search

Here the problem is that we must update the topology cache in advance in order to have access to the parent nodes of sockets from the function.

Iliya Katushenock commented on issue blender/blender#106127 2023-03-25 13:59:29 +01:00
MeshDeformModifier Crashing

Hello, i get a crash only one time, after that i can't reproduce this even debug/last builds of 3.6...

Iliya Katushenock commented on pull request blender/blender#106065 2023-03-25 10:38:59 +01:00
Add Active Camera geometry node

Yes, there is some difficulty here. In theory, it seems that we need to add a new update tag, which would be called when the active camera is changed in the scene properties. You can detect this,…

Iliya Katushenock commented on pull request blender/blender#106096 2023-03-24 16:10:29 +01:00
Fix #106043: Moving frame node jittering while cursor is still

Yes, I just forgot some specifics... Indeed, whenever it would be nice, we could have a cache of parametric node data and delegate the movement of children to the parent from statements, but not…

Iliya Katushenock closed issue blender/blender#106112 2023-03-24 16:02:08 +01:00
3.4.1 vertex color adjustment by mask
Iliya Katushenock commented on issue blender/blender#106105 2023-03-24 14:38:07 +01:00
Wrong object naming when using context.copy
<blender_console>:1: DeprecationWarning: Passing in context overrides is deprecated in favor of Context.temp_override(..), calling "object.duplicate_move"
Iliya Katushenock deleted branch fix_frame_node_jittering from mod_moder/blender 2023-03-24 14:30:50 +01:00
Iliya Katushenock closed pull request blender/blender#106050 2023-03-24 14:30:42 +01:00
Fix #106043: Don't use offset for free nodes
Iliya Katushenock commented on pull request blender/blender#106096 2023-03-24 14:30:40 +01:00
Fix #106043: Moving frame node jittering while cursor is still

I still don’t fully understand why you need to take into account local offset if there are no parents