Julian Eisel JulianEisel
  • Amsterdam
  • Asset system (development lead), UI (developer & module coordindator), VR (initial development).

  • Joined on 2013-12-12
Julian Eisel commented on issue blender/blender#38587 2024-06-13 12:08:48 +02:00
Multi-Button Drag: not working properly for Object Dimensions

For the records (since this was closed without comment), this seems to be resolved by now.

Julian Eisel commented on pull request blender/blender#123151 2024-06-12 21:41:20 +02:00
Refactor: UI: Free buttons without context

In own tests this seems to work all fine, maybe somebody else knows of more corner cases to check.

Julian Eisel created pull request blender/blender#123151 2024-06-12 21:39:38 +02:00
Refactor: UI: Free buttons without context
Julian Eisel pushed to main at blender/blender 2024-06-12 21:36:39 +02:00
fef0b18a72 Cleanup: Remove unused argument
Julian Eisel pushed to temp-but-free-no-context at JulianEisel/blender 2024-06-12 21:35:47 +02:00
6476561f52 Refactor: UI: Free buttons without context
8aeddb7d3d Cleanup: Add docstring to StrokeCache bstrength
ed66bd4245 Merge branch 'blender-v4.2-release'
1d45bb705e Fix: EEVEE assert rendering transparent pass
87dae7d800 Build: Clean up oneAPI cmake messages
Compare 10 commits »
Julian Eisel created branch temp-but-free-no-context in JulianEisel/blender 2024-06-12 21:35:47 +02:00
Julian Eisel commented on pull request blender/blender#122871 2024-06-12 19:13:42 +02:00
UI: Support semi-modal text input while other UI stays interactive - use for search button in asset shelf popup

Think this is ready now, would still like to get rid of context-dependent ui_but_semi_modal_state_free() in ui_but_free(), but that's just following existing code. Not a blocker for this PR…

Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 15:56:09 +02:00
f8c1f476fc Give priority to active fully modal buttons
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 15:24:55 +02:00
ba01cdf10e Improve naming/comments in handling code
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 15:17:57 +02:00
f1643e8349 Refactor semi-modal button activation code
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 14:43:19 +02:00
defcde7e50 Add missing check for setting flag, comment on flags
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 14:36:22 +02:00
d9c8353e07 Cleanup: Remove redundant and non-functioning flag use
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 14:35:32 +02:00
2bf9f9e516 Cleanup: Rename "priority button" to "semi modal"
Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-12 13:21:36 +02:00
75a29fe5d8 Merge branch 'brush-assets-project' into temp-brush-asset-shelf-popup-search
67b202946a Merge branch 'main' into brush-assets-project
64df87978a Merge branch 'blender-v4.2-release'
2cdd9c1b2c Fix: Syntax error after recent extensions change
ad0bd9ba9f Merge branch 'blender-v4.2-release'
Compare 138 commits »
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-12 13:20:04 +02:00
67b202946a Merge branch 'main' into brush-assets-project
64df87978a Merge branch 'blender-v4.2-release'
2cdd9c1b2c Fix: Syntax error after recent extensions change
ad0bd9ba9f Merge branch 'blender-v4.2-release'
4cfae88f09 Fix #122739: mix causes unnecessary evaluation when ints are used
Compare 137 commits »
Julian Eisel commented on pull request blender/blender#122767 2024-06-12 11:39:48 +02:00
Fix #122421: Setting 'render border' is usually not undoable.

Same here.

Julian Eisel commented on pull request blender/blender#122767 2024-06-12 11:39:47 +02:00
Fix #122421: Setting 'render border' is usually not undoable.

Would note that it does a manual undo push otherwise.

Julian Eisel pushed to temp-brush-asset-shelf-popup-search at JulianEisel/blender 2024-06-11 19:00:20 +02:00
830074bee6 Merge branch 'brush-assets-project' into temp-brush-asset-shelf-popup-search
57d9fa717a Cleanup: Apply clang format
0f82b2fd36 Merge branch 'main' into brush-assets-project
729bfe7800 Cleanup: Rename more paint variables
3f0114730d Anim: UI: Action selector now always lists layered Actions
Compare 34 commits »
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-11 19:00:01 +02:00
57d9fa717a Cleanup: Apply clang format