Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#107172 2023-04-20 15:14:05 +02:00
Fix #107152: Automate link indexing updates

It seems that this was a bug even in the python interface. So this simplification should be effective. And also, I do not think that this will create problems in speed. ![image](/attachments/628…

Iliya Katushenock created pull request blender/blender#107172 2023-04-20 15:02:24 +02:00
Fix #107152: Automate link indexing updates
Iliya Katushenock created branch tmp_fix_link_index_update in mod_moder/blender 2023-04-20 15:00:28 +02:00
Iliya Katushenock pushed to tmp_fix_link_index_update at mod_moder/blender 2023-04-20 15:00:28 +02:00
c8e4e7e44a init
475f9a3e23 Cycles: Break up geometry.cpp and scene.cpp file into smaller pieces
100f37af49 Fix #100053: Incorrect saving asset catalogs after renaming parent item
7ce10ebbbf Cycles: oneAPI: Remove excess quotes in a capabilities output
770b193253 Cleanup: use function style casts & nullptr, spelling in comments
Compare 10 commits »
Iliya Katushenock closed issue blender/blender#107158 2023-04-20 14:08:33 +02:00
keyframe bug
Iliya Katushenock commented on issue blender/blender#107158 2023-04-20 14:08:30 +02:00
keyframe bug
Iliya Katushenock commented on issue blender/blender#107169 2023-04-20 14:03:31 +02:00
Alpha mistakenly affected other channels when using Combine Color node in Compositor

I'm not that familiar with this part of blender, but poking around at the buttons just seems like a misunderstanding.

Iliya Katushenock closed issue blender/blender#106985 2023-04-20 13:53:59 +02:00
Crash when muting two nodes using chained boolean from primitive
Iliya Katushenock commented on issue blender/blender#106985 2023-04-20 13:53:57 +02:00
Crash when muting two nodes using chained boolean from primitive

Yep, indeed after testing in fixed build it really look like duplicate of blender/blender#106982 and that fixed in today 3.6 build, and will be pushed in 3.5.

Iliya Katushenock commented on issue blender/blender#107152 2023-04-20 06:43:58 +02:00
Not updating links when deleting node group sockets

Funny bug, thanks for the report, I'll check later. But this is very close to the truth.

Iliya Katushenock commented on issue blender/blender#107142 2023-04-19 20:23:13 +02:00
Light artifacts and incomplete renders.

Can't reproduce

Iliya Katushenock commented on pull request blender/blender#107010 2023-04-19 20:17:04 +02:00
WIP: Subtype for input function nodes

This is not very practical, because in fact, it cannot be applied to the properties of an object, for example? Is it possible to make property references without statically specifying the structure type? It seems one of the node_layout arguments might be useful. That is, it seems that the update function should do this itself and pass in RNA_property_subtype_set prop as argument?

Iliya Katushenock closed issue blender/blender#107140 2023-04-19 20:01:30 +02:00
Geometry node Set Curve Tilt shows degrees but wants radians
Iliya Katushenock commented on issue blender/blender#107140 2023-04-19 20:01:28 +02:00
Geometry node Set Curve Tilt shows degrees but wants radians

Hello, thanks for report but that is not a bug. Internally this any angle-base value is radians. But you can choose way to show this in interface in scene popertyes: ![image](/attachments/f9b08113…

97151d8a2a Merge branch 'main' into cleanup_get_good_type_conversions
ff30921200 progress
097b9c5a36 Fix: Build error after last commit
2ef0c6abb6 Merge branch 'main' into cleanup_get_good_type_conversions
98ccee78fe Geometry Nodes: Slightly optimize mesh to curve node
Compare 63 commits »
Iliya Katushenock closed issue blender/blender#107132 2023-04-19 18:28:24 +02:00
Rendering boolean Object problem in Cycles (blender 3.6)
Iliya Katushenock commented on pull request blender/blender#106937 2023-04-19 18:13:40 +02:00
Simulation Nodes: bake simulation states to disk

Voice against the magic four.

Iliya Katushenock pushed to index_of_nearest at mod_moder/blender 2023-04-19 17:15:27 +02:00
3dc61ed809 take off extra option
ba3f503382 Merge branch 'main' into index_of_nearest
86611a5fcc Tests: add tests for BLI_path_extension ensure & replace
7f2c7feaee Fix #107113: VSE channel buttons invisible in Light theme
c0f7801660 Fix regression in BLI_path_extension_ensure
Compare 52 commits »
Iliya Katushenock commented on issue blender/blender#107132 2023-04-19 16:23:08 +02:00
Rendering boolean Object problem in Cycles (blender 3.6)

This seems to have been fixed, can you test it in today's 3.6 build?