Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to points_to_curves at mod_moder/blender 2023-08-23 19:49:14 +02:00
50dd16b4c8 revert merge
Iliya Katushenock pushed to points_to_curves at mod_moder/blender 2023-08-23 19:42:42 +02:00
067542b020 Merge branch 'main' into points_to_curves
668b31c5d8 Outliner: Port layer collection elements to new tree-element code design
110eb666ca Fix #111439: liboverride object cannot be made local from 3DView, if it has a local parent.
1284e98ab8 Cycles: use low-distortion mapping when sampling cone and hemisphere
445fabeae9 Fix (unreported) crash when loading files with py-defined ID IDProperties.
Compare 88 commits »
Iliya Katushenock commented on pull request blender/blender#109610 2023-08-23 19:04:42 +02:00
Geometry Nodes: Points to Curves node

Do points have curve-domain attributes?

Iliya Katushenock deleted branch tmp_fix_extra_types from mod_moder/blender 2023-08-23 14:55:08 +02:00
Iliya Katushenock commented on issue blender/blender#110516 2023-08-23 14:00:06 +02:00
Geometry Nodes Input Attribute Toggle does not work after toggled via Python

Not sure, but it sounds similar.

Iliya Katushenock closed issue blender/blender#111419 2023-08-23 13:58:14 +02:00
Realize Instance Node Hides Weight Paint View Colors
Iliya Katushenock commented on issue blender/blender#111419 2023-08-23 13:58:12 +02:00
Realize Instance Node Hides Weight Paint View Colors

Hi, thanks for report, however this is expected behavior. Geometry node (every time than mesh is edited) convert all vertex weight to a attributes. And you can't paint weight for newly created…

Iliya Katushenock pushed to tmp_fix_extra_types at mod_moder/blender 2023-08-23 13:53:56 +02:00
d23bed4842 Merge branch 'main' into tmp_fix_extra_types
3cd14df7d8 Revert "Fix illegal address error in Cycles Light Tree when no emitter is selected"
beaf4854b1 Fix #110328: Clay Strip symmetry does not mirror rotation
7bb693581f UI: Move asset shelf out of experimental
206ab6437b Fix illegal address error in Cycles Light Tree when no emitter is selected
Compare 917 commits »
Iliya Katushenock pushed to tmp_edge_to_loop_speedup at mod_moder/blender 2023-08-23 13:49:58 +02:00
1ab2fba023 Merge branch 'main' into tmp_edge_to_loop_speedup
3cd14df7d8 Revert "Fix illegal address error in Cycles Light Tree when no emitter is selected"
beaf4854b1 Fix #110328: Clay Strip symmetry does not mirror rotation
7bb693581f UI: Move asset shelf out of experimental
206ab6437b Fix illegal address error in Cycles Light Tree when no emitter is selected
Compare 617 commits »
Iliya Katushenock pushed to tmp_cleanup_gfield_output at mod_moder/blender 2023-08-23 13:47:32 +02:00
7699670f4b Merge branch 'main' into tmp_cleanup_gfield_output
3cd14df7d8 Revert "Fix illegal address error in Cycles Light Tree when no emitter is selected"
beaf4854b1 Fix #110328: Clay Strip symmetry does not mirror rotation
7bb693581f UI: Move asset shelf out of experimental
206ab6437b Fix illegal address error in Cycles Light Tree when no emitter is selected
Compare 186 commits »
Iliya Katushenock commented on issue blender/blender#111411 2023-08-23 03:49:50 +02:00
Regression: Crash when selecting an object with an orphaned geo node link

Hm... caused by 1efc94bb2f7b0321935ce6564b23d5d92ee41594 ? I don't see any relation in the assertion and the only related commit for the entire bisect period...

Iliya Katushenock commented on issue blender/blender#111411 2023-08-23 00:28:24 +02:00
Regression: Crash when selecting an object with an orphaned geo node link

The socket drawing callback must check the node declarations to add attribute search. But the declaration may not be valid and require its updating. The callback takes a read-only node and socket.…

Iliya Katushenock pushed to edge_rings at mod_moder/blender 2023-08-22 20:45:57 +02:00
e54e504146 progress
01a3a34623 Merge branch 'main' into edge_rings
acd6dd96b7 Camera: Move panoramic projection settings to DNA
23fc8126be Color management: Shrink Filmic LUT size down without noticeable difference
47b431d3b6 Fix: Use correct byte size for GPU_DEPTH_COMPONENT24
Compare 27 commits »
Iliya Katushenock commented on pull request blender/blender#110439 2023-08-22 14:16:47 +02:00
Cleanup: Geometry Nodes: Unnecessary components to check

I don't have rights/) Any help is appreciated

Iliya Katushenock pushed to tmp_frame_on_selection at mod_moder/blender 2023-08-22 03:40:32 +02:00
ca6a418f44 format
fb53c1261f merge
5744fc866c mergre
d45f47a809 Cleanup: Make format
4f6785774a UI: Fix scrollbar highlighting outside of regions
Compare 1059 commits »
Iliya Katushenock commented on issue blender/blender#111365 2023-08-22 02:15:51 +02:00
Shape keys for surface not working - no active option

Have you try to go to object mode?

Iliya Katushenock commented on pull request blender/blender#110707 2023-08-22 02:14:27 +02:00
Mesh: Parallelize vertex and edge to corner topology map creation

Also, yes, new code can have problems with empty group indices, so it's also required to be intercepted.

Iliya Katushenock pushed to edge_rings at mod_moder/blender 2023-08-22 02:02:19 +02:00
ec2bb831a6 progress
ee5df93dfa Merge branch 'main' into edge_rings
9269afda59 Fix VSE strip text crashing on assert
7d9214d30f Cleanup: i18n: remove extraction macro from some geometry nodes
f1c6d61854 Fix #111342: Auto Perspective locks viewport into camera
Compare 74 commits »
Iliya Katushenock commented on pull request blender/blender#110042 2023-08-22 01:33:14 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

In theory, we should be ready, since declarations should apply to all nodes?