Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 17:05:25 +02:00
Geometry Nodes: Implement Gabor noise node

This is bad what we have to do not change the backend code (without user-visible affect) due to such reason.

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:54 +02:00
Geometry Nodes: Implement Gabor noise node

(0, "Vector"), same below, no reason for counter (+ lines will be shorter - better formatting).

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:53 +02:00
Geometry Nodes: Implement Gabor noise node

Use switch statment.

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:52 +02:00
Geometry Nodes: Implement Gabor noise node

static constexpr int impulses_count = 8;

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:51 +02:00
Geometry Nodes: Implement Gabor noise node

No reason for compute in the name, this can be const float2 kernel = 2d_gabor_kernel(...);, same below.

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:50 +02:00
Geometry Nodes: Implement Gabor noise node

static float2 2d_gabor_noise_cell

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 16:59:49 +02:00
Geometry Nodes: Implement Gabor noise node

static float3 compute_3d_orientation, const orientation, ...

Iliya Katushenock closed issue blender/blender#125716 2024-07-31 16:43:17 +02:00
dxf
Iliya Katushenock commented on issue blender/blender#125716 2024-07-31 16:43:14 +02:00
dxf

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 dyntopo at mod_moder/blender 2024-07-31 14:43:17 +02:00
c8d1364c84 progress mvp
Iliya Katushenock created pull request blender/blender#125708 2024-07-31 14:42:56 +02:00
WIP: Mesh-base Dyntopo
Iliya Katushenock closed issue blender/blender#125707 2024-07-31 14:38:04 +02:00
In cycle render issue: Lanch exceeded timeout in CUDA queue copy_from_device(integrator_init_from_bake integrator_shade_surface integrator_sorted_paths_array)
Iliya Katushenock commented on issue blender/blender#125707 2024-07-31 14:38:01 +02:00
In cycle render issue: Lanch exceeded timeout in CUDA queue copy_from_device(integrator_init_from_bake integrator_shade_surface integrator_sorted_paths_array)

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 commented on pull request blender/blender#125545 2024-07-31 14:27:26 +02:00
Fix: Unable to select bezier handle with unselected control point

Span is trivial type, internal data that you can access via [] which overloaded operator, so even if here const MutableSpan, you still able to modify data under the internal pointed due to…

Iliya Katushenock commented on issue blender/blender#125368 2024-07-31 12:58:51 +02:00
Insert node on existing links from link drag search

No, check the blender/editors/node_editor folder.

Iliya Katushenock commented on pull request blender/blender#125545 2024-07-31 02:20:51 +02:00
Fix: Unable to select bezier handle with unselected control point

Any function call implice copy-paste of the data on the stack from caller to callee. Even if this will be shared_ptr<> &, there will be at least one copy of some bytes to pass pointer to memory…

Iliya Katushenock pushed to dyntopo at mod_moder/blender 2024-07-31 01:00:37 +02:00
588071e393 progress
Iliya Katushenock closed issue blender/blender#125683 2024-07-30 22:52:18 +02:00
I can't create a view node in the shader editor
Iliya Katushenock commented on issue blender/blender#125683 2024-07-30 22:52:15 +02:00
I can't create a view node in the shader editor

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…