Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#125496 2024-07-29 12:08:14 +02:00
Curves: Smooth bézier positions function

Also would be hood to do this just in place..

Iliya Katushenock commented on pull request blender/blender#125496 2024-07-29 12:08:12 +02:00
Curves: Smooth bézier positions function

Why we need such function...

Iliya Katushenock commented on issue blender/blender#125560 2024-07-29 12:01:19 +02:00
Regression: Mesh deform does not work anymore with collision enabled and cloth sim on another object

Not a bug, please, fix dependency cycle and check if this will fix issue.

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:49 +02:00
Nodes: Implement Gabor noise as a geometry node

const int type

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:48 +02:00
Nodes: Implement Gabor noise as a geometry node

const float4 seed_for_orientation (cell.x, cell.y, cell.z, i * 3);

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:47 +02:00
Nodes: Implement Gabor noise as a geometry node

const float3, const float, const float3

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:46 +02:00
Nodes: Implement Gabor noise as a geometry node

Split all this loop for different types of noise.

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:45 +02:00
Nodes: Implement Gabor noise as a geometry node

const float

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:44 +02:00
Nodes: Implement Gabor noise as a geometry node

const int cel_i : IndexRange(impuls_count)

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:43 +02:00
Nodes: Implement Gabor noise as a geometry node

const float2, const float, const float

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:42 +02:00
Nodes: Implement Gabor noise as a geometry node

static constexpr int

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:40 +02:00
Nodes: Implement Gabor noise as a geometry node

float2 sum(0.0f);

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:39 +02:00
Nodes: Implement Gabor noise as a geometry node

const float

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:38 +02:00
Nodes: Implement Gabor noise as a geometry node

const float2

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:37 +02:00
Nodes: Implement Gabor noise as a geometry node

math::numbers::pi

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:35 +02:00
Nodes: Implement Gabor noise as a geometry node

Split all this loop for all such checks.

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:34 +02:00
Nodes: Implement Gabor noise as a geometry node

const int type

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:33 +02:00
Nodes: Implement Gabor noise as a geometry node

const float

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:32 +02:00
Nodes: Implement Gabor noise as a geometry node

constexpr float

Iliya Katushenock commented on pull request blender/blender#125443 2024-07-29 11:59:31 +02:00
Nodes: Implement Gabor noise as a geometry node

std::exp