Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#129270 2024-11-04 11:02:24 +01:00
Geometry Nodes: String Key Count and LineSelect

Ops, my mistake, start_iter += next_token_start + token.size(); -> start_iter = next_token_start + token.size();

Iliya Katushenock commented on issue blender/blender#129762 2024-11-03 23:05:09 +01:00
can no longer open a file without a crash report

Can you share simple example file?

Iliya Katushenock commented on pull request blender/blender#129709 2024-11-03 22:45:39 +01:00
VSE: Use snapping for retiming keys

Pass Map by reference, this is non-reference data type.

Iliya Katushenock commented on pull request blender/blender#129714 2024-11-03 22:42:48 +01:00
Fix #129671: GPv3: Cut tool not respecting material lock setting

Can be const.

Iliya Katushenock closed issue blender/blender#129753 2024-11-03 22:40:31 +01:00
Pose Bones heads and tails are Read only and Matrix of pose bone outputs edit bone and not pose bone
Iliya Katushenock commented on issue blender/blender#129753 2024-11-03 22:40:28 +01:00
Pose Bones heads and tails are Read only and Matrix of pose bone outputs edit bone and not pose bone

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 sample_field_node at mod_moder/blender 2024-11-03 22:36:09 +01:00
80c9b461f1 Cleanup
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-03 22:24:16 +01:00
a62e27b9d3 Renaming
b94c3716c9 Cleanup
f929dae622 Progress: Ritter's bounding sphere
ecd7aa4288 Merge branch 'main' into sample_field_node
a17ac76d13 BLI: support accessing underlying memory buffer of Vector container
Compare 16 commits »
Iliya Katushenock commented on pull request blender/blender#129270 2024-11-03 15:27:16 +01:00
Geometry Nodes: String Key Count and LineSelect

Just use Slice String node instead of new one.

Iliya Katushenock commented on pull request blender/blender#129270 2024-11-03 15:27:15 +01:00
Geometry Nodes: String Key Count and LineSelect

Use int.

Iliya Katushenock commented on pull request blender/blender#129270 2024-11-03 15:27:12 +01:00
Geometry Nodes: String Key Count and LineSelect

Add #include "BLI_string_ref.hh"

Iliya Katushenock commented on pull request blender/blender#129270 2024-11-03 15:27:11 +01:00
Geometry Nodes: String Key Count and LineSelect

Unrelated change.

Iliya Katushenock commented on issue blender/blender#129726 2024-11-03 15:03:34 +01:00
Blender freezes on islands selection

Thanks for report, can you provide simple example file with this issue and check if problem still there at 4.3 / 4.4?

Iliya Katushenock commented on issue blender/blender#129461 2024-11-03 15:00:37 +01:00
Grease Pencil: Sample Index (Layer) raises an error and says Grease Pencil is an unsupported geometry type

Fix seems correct, Sample Index node should be enough generic to support any component with random memory access attributes, feel free to send PR.

Iliya Katushenock opened issue blender/blender#129750 2024-11-03 14:43:34 +01:00
Assertion: Unused Workspace on save
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-03 12:35:57 +01:00
0a5f4419f3 progress