Ludvik Koutny Rawalanche
  • Joined on 2017-03-08
Ludvik Koutny pushed to themes-save-button at Rawalanche/blender 2023-08-25 10:18:49 +02:00
79689d149e UI: Add save button to theme selection UI
1954baaed3 Fix frame-rate display with multiple viewports open
09f61f6881 Cleanup: enforce documented convention for RNA enum naming
4d757510be Cleanup: remove unnecessary context arg to transform drawing functions
89c2e3c9dc Cleanup: remove unnecessary context argument to drawSnapping
Compare 10 commits »
Ludvik Koutny commented on issue blender/blender#111352 2023-08-24 17:12:58 +02:00
Mesh Auto Smooth Essentials Asset

The existing feature everyone is well familiar with in Blender is called "Auto Smooth". The node group also internally uses node called "Set Shade Smooth".

The node group name should contain…

Ludvik Koutny commented on pull request blender/blender#111427 2023-08-24 12:11:51 +02:00
Fix #111174: dropped nodegroups from the asset browser show selector

Just to be sure, if I now have Outliner open in Blender File mode and I drag a node group which is not an asset from it into a node editor, that node group will still have the datablock selector,…

Ludvik Koutny commented on issue blender/blender#111174 2023-08-24 11:51:46 +02:00
Geometry Nodes: Node groups not created during current session won't have datablock selector

This is working as expected and designed. Just to reiterate on the design:

Asset node-groups should be (almost) indistinguishable from built-in nodes. They are effectively intended to…

Ludvik Koutny pushed to main at Rawalanche/blender 2023-08-23 18:54:19 +02:00
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.
8bb5916183 Readfile: Replace the 'expand' specific code by generic usage of foreach_id.
Compare 51 commits »
Ludvik Koutny commented on issue blender/blender#111174 2023-08-23 17:08:38 +02:00
Geometry Nodes: Node groups not created during current session won't have datablock selector

Hiding the data-block selector for node groups added as assets is done on purpose. The idea is to make node groups more similar to builtin nodes. Node groups added as assets are used more like…

Ludvik Koutny commented on issue blender/blender#111174 2023-08-23 15:40:33 +02:00
Geometry Nodes: Node groups not created during current session won't have datablock selector

Possible fix is up here #111427

I am really confused. How is that a fix? The issue here is that there was inconsistency where sometimes added node group would be missing datablock selector.…

Ludvik Koutny pushed to main at Rawalanche/blender 2023-08-22 09:50:56 +02:00
8bae4427ed Fix #111238: Arrow keys in some menus work in the opposite direction
7d688edbd3 Fix tool-tip memory leak
f58d596c36 GHOST/Wayland: print the exception message on failure
920271da42 Keymap: Left and Right Click consistency improvements
e611ef4312 Cleanup: use term even_xy for window relative coordinates, not mval
Compare 50 commits »
Ludvik Koutny pushed to main at Rawalanche/blender 2023-08-18 20:06:59 +02:00
e2af12d368 Cleanup: Update copyright to the new format
9e71b84f1d UI: Error Logging for Some Screen Operations
d5e50460e7 CMake/MSVC: Use /debug:fastlink for debug builds
0df3aedfa8 CMake/MSVC: Only generate/install stripped PDB for release builds
99e78f1c7a Cleanup: Move Object' FluidModifier internal data handling from 'lib_link' into 'read_data' code.
Compare 16 commits »
Ludvik Koutny created pull request blender/blender#111281 2023-08-18 20:05:34 +02:00
UI: Fix incorrectly hidden Data-View theme preference section.
Ludvik Koutny created branch fix-hidden-dataview-themepref in Rawalanche/blender 2023-08-18 20:02:57 +02:00
Ludvik Koutny pushed to fix-hidden-dataview-themepref at Rawalanche/blender 2023-08-18 20:02:57 +02:00
a7e131563e Fixes incorrectly hidden Data-View theme preference section.
9e71b84f1d UI: Error Logging for Some Screen Operations
d5e50460e7 CMake/MSVC: Use /debug:fastlink for debug builds
0df3aedfa8 CMake/MSVC: Only generate/install stripped PDB for release builds
99e78f1c7a Cleanup: Move Object' FluidModifier internal data handling from 'lib_link' into 'read_data' code.
Compare 10 commits »
Ludvik Koutny created pull request blender/blender#111265 2023-08-18 15:04:46 +02:00
Fix #94148: Top bar and Status bar have hardcoded color offset
Ludvik Koutny pushed to fix-topbar-color at Rawalanche/blender 2023-08-18 14:59:13 +02:00
5c70a0db78 Fix #94148: Top bar and Status bar have hardcoded color offset
Ludvik Koutny created branch fix-topbar-color in Rawalanche/blender 2023-08-18 14:59:13 +02:00
Ludvik Koutny pushed to main at Rawalanche/blender 2023-08-18 14:29:45 +02:00
6f8011edf7 Cycles: new Principled Hair BSDF variant with elliptical cross-section support
d06a6105a7 Fix: GPv3: TreeNode::is_locked() function
725f1dbf2d Revert: GPv3: DNA rename of name
eda58d6419 Fix #110635: VSE: strip color multiplication affecting alpha channel
Compare 4 commits »
Ludvik Koutny pushed to auto-offset-user-pref at Rawalanche/blender 2023-08-18 13:48:41 +02:00
e86bb80962 Remove "Node" words from the setting labels as
Ludvik Koutny created pull request blender/blender#111261 2023-08-18 13:18:09 +02:00
WIP: UI: Dedicated panel for Node Editor user preferences
Ludvik Koutny created branch auto-offset-user-pref in Rawalanche/blender 2023-08-18 12:41:14 +02:00
Ludvik Koutny pushed to auto-offset-user-pref at Rawalanche/blender 2023-08-18 12:41:14 +02:00
99aa724cfa UI: Dedicated panel for Node Editor user preferences