Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to Fix128616 at Harley/blender 2024-10-08 00:24:13 +02:00
76609874c9 Fix #128616: Allow Docking to work from Menu shortcut
207150affe Merge branch 'blender-v4.3-release'
983ef262d8 Fix #128618: Crash when using cloth brush and automasking
f0b804a371 Merge branch 'blender-v4.3-release'
99d73565d6 Geometry Nodes: optimize gathering attributes to fix regression
Compare 10 commits »
Harley Acheson pushed to main at Harley/.profile 2024-10-07 08:01:16 +02:00
4a444d1fdf Update reports/2024.md
Harley Acheson commented on pull request blender/blender#126477 2024-10-06 21:59:07 +02:00
UI Experiment: Operator Preferences on Status Bar

@pablovazquez

I added even more options, very likely more than we'd want, like turntable/trackball, invert, horizontal zoom, etc. Just so this can help us in judging this idea and how far…

Harley Acheson pushed to OpPrefs at Harley/blender 2024-10-06 21:57:40 +02:00
f42e5676e1 Adding more options
Harley Acheson commented on pull request blender/blender#126477 2024-10-06 20:03:43 +02:00
UI Experiment: Operator Preferences on Status Bar

@pablovazquez

With help from @mano-wii this might be working as intended. Seems to work. It is a little awkward to change these options while doing an operation that requires ctrl or shift,…

Harley Acheson commented on pull request blender/blender#126477 2024-10-06 19:53:51 +02:00
UI Experiment: Operator Preferences on Status Bar

The settings supported by the operator should be found in ViewOpsType::flag.

Oh, that is the trick. I didn't actually notice that vod->nav_type->flag was different than vod->viewops_flag

Harley Acheson pushed to OpPrefs at Harley/blender 2024-10-06 19:51:52 +02:00
018fb5f15f Changes based on suggestions from Germano
96cf52a494 Merge branch 'main' of projects.blender.org:blender/blender into OpPrefs
6d5d3ce975 Transform: Simplify and specialize the handling of events
ed1c708619 Merge branch 'blender-v4.3-release'
e82ce39e17 Fix: Snap Toggle not updating snap status after a transform operation
Compare 1479 commits »
Harley Acheson commented on pull request blender/blender#128563 2024-10-06 01:56:29 +02:00
Transform: Simplify and specialize event handling

This seems to be about navigation operations in View3d.

It is a bit more general than that, and the View3d navigation operations might not even be the best example, just the only one that…

Harley Acheson commented on pull request blender/blender#128563 2024-10-05 21:43:31 +02:00
Transform: Simplify and specialize event handling

An example of where I am confused with transforms is #126477. There the thought is adding some user preferences to the status bar that alter the behavior of some transforms. So changing "auto…

Harley Acheson created pull request blender/blender#128623 2024-10-05 06:46:22 +02:00
Fix #128112: Improve Display of Drag Overlays
Harley Acheson created branch Fix128112 in Harley/blender 2024-10-05 06:41:54 +02:00
Harley Acheson pushed to Fix128112 at Harley/blender 2024-10-05 06:41:54 +02:00
132d8f9f88 Fix #128112: Improve Display of Drag Overlays
3272b56190 Merge branch 'blender-v4.3-release'
40d20f023a Fix: gpu_shader_create_info_get_unfinalized_copy
8165d52f90 Fix: Overlay: Broken shader compilation
61ae777fbd Merge branch 'blender-v4.3-release'
Compare 10 commits »
Harley Acheson commented on pull request blender/blender#128563 2024-10-05 03:26:49 +02:00
Transform: Simplify and specialize event handling

It's mainly a cleanup and simplification of the code.

Sorry, when I said I was "mostly curious if it is not working as I intended or if it should be changed or improved" I was referring to…

Harley Acheson commented on issue blender/blender#128238 2024-10-05 01:05:05 +02:00
UI displaying just incorrect values for small float property values

To be fair, with our IEEE 754 floats they can distinguish between 0.0000001, 0.0000002, ... 0.0000009 as that is about the limit of what they can store.

I have a PR that increases our float…

Harley Acheson commented on issue blender/blender#127912 2024-10-05 00:19:27 +02:00
A string with unusual characters "fractures" after a certain length.

I'm not having any luck reproducing this. This string seems to work just fine in all the inputs, long or short, I try it in.

The only thing I notice odd is that our font stack does not include…

Harley Acheson pushed to main at blender/blender 2024-10-04 20:14:16 +02:00
61ae777fbd Merge branch 'blender-v4.3-release'
826ba8e27a Fix #128231: Wrong padding for gizmo and menu tooltips
Compare 2 commits »
Harley Acheson closed issue blender/blender#128231 2024-10-04 20:12:56 +02:00
Tooltips unnecessary large padding
Harley Acheson pushed to blender-v4.3-release at blender/blender 2024-10-04 20:12:50 +02:00
826ba8e27a Fix #128231: Wrong padding for gizmo and menu tooltips
Harley Acheson merged pull request blender/blender#128243 2024-10-04 20:12:50 +02:00
Fix #128231: Wrong padding for gizmo and menu tooltips