Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#106827 2023-05-01 22:45:49 +02:00
Add Fractal Voronoi Noise V.2

I didn't follow your progress very much, sorry.

Iliya Katushenock commented on pull request blender/blender#107470 2023-05-01 22:30:01 +02:00
Geometry Nodes: Link drag search value moving improvement

A noticed a problem with the "value" node coming from an integer socket (see video below)

Yeah, i mention this little above. Right now a few nodes (in shader in many cases) implemented…

Iliya Katushenock pushed to instances at mod_moder/blender 2023-05-01 22:01:24 +02:00
462eca4dc1 progress
f9ccc5f3ae Merge branch 'main' into instances
c7f1ad1058 Fix #107474: Proportional Size not saved when canceling the operation
5525e5b942 Fix #107480: Crashes in mesh format conversion for old files
3c74575dac Fix #107062: support opacityThreshold when exporting USD
Compare 117 commits »
Iliya Katushenock commented on pull request blender/blender#106827 2023-05-01 20:58:38 +02:00
Add Fractal Voronoi Noise V.2

@Hoshinova And now you have 8500++ line changed OR, good luck and best health to reviewers, this main idea of splitting this in more PRs (:/

Iliya Katushenock commented on issue blender/blender#107500 2023-05-01 19:04:03 +02:00
Python API: Mesh editing: Editing uvs after normals with a previously assigned variable doesn't work

Ah, i see, well, i cannot check this due to i getting really a lot of exception related with segfault.

Iliya Katushenock commented on pull request blender/blender#107508 2023-05-01 19:01:11 +02:00
Cleanup: Move draw_manager_profiling to C++

I not sure if this is still wip, so: void DRW_stats_group_end(void);, NULL, ... other things also need to be changed?

Iliya Katushenock created pull request blender/blender#107509 2023-05-01 18:57:19 +02:00
Fix #107506: Dependency graph: geometry component is only geometry type
458088cdb3 init
d68ed238b9 Cycles: solve compilation errors with OptiX 7.7
3f6912ece2 Realtime Compositor: Implement Mask node
92983967cb Cleanup: Improve readability of Mask node flags
f8d2156dda Fix #104722: Outliner renaming uses wrong item
Compare 8 commits »
Iliya Katushenock created branch tmp_relation_for_geometry_cmp_only in mod_moder/blender 2023-05-01 18:54:39 +02:00
Iliya Katushenock commented on issue blender/blender#107500 2023-05-01 18:01:57 +02:00
Python API: Mesh editing: Editing uvs after normals with a previously assigned variable doesn't work
    uv_layer = mesh.uv_layers.new()
    uv_layer_data = uv_layer.data
    uv_layer_name = uv_layer.name
    del uv_layer

Hey, in this code you didn't create real copy of attribute.…

Iliya Katushenock commented on issue blender/blender#107500 2023-05-01 17:29:21 +02:00
Python API: Mesh editing: Editing uvs after normals with a previously assigned variable doesn't work

I can get exception in debug build, but without stack trace. Just to be sure, should i run script with selected default cube?

Iliya Katushenock commented on pull request blender/blender#107470 2023-05-01 15:58:55 +02:00
Geometry Nodes: Link drag search value moving improvement

Yes, thank for review and testing Hans.

Iliya Katushenock commented on pull request blender/blender#107470 2023-05-01 15:10:56 +02:00
Geometry Nodes: Link drag search value moving improvement

Right now we no have a convert_to_initialized and i not sure if that make some difference now too.

Iliya Katushenock deleted branch tmp_fix_socket-swap_operator from mod_moder/blender 2023-05-01 13:33:38 +02:00
Iliya Katushenock pushed to tmp_fix_socket-swap_operator at mod_moder/blender 2023-05-01 13:09:59 +02:00
647355c4b1 progress
6ea6948d10 Merge branch 'main' into tmp_fix_socket-swap_operator
d68ed238b9 Cycles: solve compilation errors with OptiX 7.7
3f6912ece2 Realtime Compositor: Implement Mask node
92983967cb Cleanup: Improve readability of Mask node flags
Compare 63 commits »
Iliya Katushenock commented on issue blender/blender#87006 2023-05-01 12:22:30 +02:00
Geometry Node: Changing modifier input values with python no cause update

cc rna_access.cc:

    /* Disclaimer: this logic is not applied consistently, causing some confusing behavior.
     *
     * - When animated (which skips update functions).
     * -…