Tobias Heinke Tobias
  • Joined on 2016-01-18
Tobias Heinke created pull request blender/blender#122354 2024-05-28 08:39:43 +02:00
WIP: UI icons: cleanup by using classes
Tobias Heinke pushed to main at Tobias/blender 2024-05-28 08:05:42 +02:00
099c283178 style to class
4274c9e017 reorder layers
6ec09c232d remove garbage
6b6be775d2 group into layers, use tag for sheet
c80b3a8551 ui: icons clean-up: remove default styles
Compare 5 commits »
Tobias Heinke created repository Tobias/blender 2024-05-28 07:43:31 +02:00
Tobias Heinke pushed to switcher-two at Tobias/blender-manual 2024-05-24 05:48:24 +02:00
beb88b5ced declare type as attr instead of id
Tobias Heinke commented on pull request blender/blender-manual#104778 2024-05-15 10:22:53 +02:00
version switch: turn into a custom element

It has no disadvantages and it's the current way of implementing custom widgets so it's better comparable. Also this points to the element instead of having two with this.menu. A small lib…

Tobias Heinke pushed to switcher-two at Tobias/blender-manual 2024-05-06 01:15:09 +02:00
7409670ef6 back to use class to store state
d965fd1dbc version switch: turn into a custom element
ba37c64cfd scene_3ds: Added light nodes image
5fc26981a0 scene_3ds: Delete light nodes image for replace
538e01ebf0 scene_3ds: Added light nodes image
Compare 28 commits »
Tobias Heinke pushed to switcher-two at Tobias/blender-manual 2024-05-06 00:47:33 +02:00
77febf6234 back to use class to store state
Tobias Heinke commented on pull request blender/blender-manual#104778 2024-04-28 14:30:23 +02:00
version switch: turn into a custom element

multiple states? like a deactivated attr minimize var names? rename to "variant selector" better in a separate commit

Tobias Heinke created pull request blender/blender-manual#104778 2024-04-28 14:25:31 +02:00
WIP: version switch: turn into a custom element
Tobias Heinke pushed to switcher-two at Tobias/blender-manual 2024-04-28 14:23:10 +02:00
25223ebe4d version switch: turn into a custom element
ba11f3cba3 VSE: Add back "Display Waveform" checkbox for strips (hidden in 4.2.0, not removed as initially thought)
054a2953e5 Mention "Set Curve Radius" node on page of "Curve to Mesh" node
1c6741801f Update and improve snapping documentation
def29d7747 Update basic Movie Clip Editor documentation
Compare 10 commits »
Tobias Heinke created branch switcher-two in Tobias/blender-manual 2024-04-28 14:23:10 +02:00
Tobias Heinke deleted branch glitch from Tobias/blender-manual 2024-04-27 21:01:53 +02:00
Tobias Heinke commented on pull request blender/blender-manual#104777 2024-04-27 14:32:28 +02:00
version switch: reapply fix for mouse out glitch between button and dialog

Can please someone confirm this because it is browser, dpi, fps or something dependent:

  1. Click the button to open the dialog.
  2. Move the mouse slowly between the button and dialog.
  3. The…
Tobias Heinke created pull request blender/blender-manual#104777 2024-04-27 14:22:33 +02:00
reapply fix for mouse out glitch between button and dialog
Tobias Heinke pushed to glitch at Tobias/blender-manual 2024-04-27 14:20:59 +02:00
b6457b17dd reapply fix for mouse out glitch between button and dialog
ba11f3cba3 VSE: Add back "Display Waveform" checkbox for strips (hidden in 4.2.0, not removed as initially thought)
054a2953e5 Mention "Set Curve Radius" node on page of "Curve to Mesh" node
1c6741801f Update and improve snapping documentation
def29d7747 Update basic Movie Clip Editor documentation
Compare 10 commits »
Tobias Heinke created branch glitch in Tobias/blender-manual 2024-04-27 14:20:59 +02:00
Tobias Heinke pushed to my at Tobias/blender-manual 2024-04-27 14:07:18 +02:00
e099054a8f fix unused loop exit was forEach function
Tobias Heinke pushed to my at Tobias/blender-manual 2024-04-25 14:32:30 +02:00
03166d82f5 remove dev residue
Tobias Heinke deleted branch axs from Tobias/blender-manual 2024-04-02 06:54:11 +02:00
Tobias Heinke commented on pull request blender/blender-manual#104748 2024-04-02 06:06:52 +02:00
theme: add missing reduced-motion user preference query

Sure, but this should be part of a bigger refactor (no/ less class properties, toggling event handler really needed?). It probably needs to be interrupted with requestAnimationFrame or…