Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to CursorStepBounds at Harley/blender 2023-05-14 21:06:09 +02:00
38a30e8a97 Remove unused variable
Harley Acheson created pull request blender/blender#107927 2023-05-14 20:31:59 +02:00
BLI: New functions specifically for word/sequence selection
Harley Acheson pushed to CursorStepBounds at Harley/blender 2023-05-14 20:22:42 +02:00
1d1208fda1 BLI: New functions specifically for word/sequence selection
f62add82ab Sculpt: Fix #105326: Fill brush function invert(ctrl) only works one way
eb15da661e Sculpt: Fix #106895: Brush textures broken for round brushes
d17f9f4872 UI: Capitalize "Python" in UI messages, improve a few others
018f3dbf85 Cleanup: format
Compare 10 commits »
Harley Acheson created branch CursorStepBounds in Harley/blender 2023-05-14 20:22:41 +02:00
Harley Acheson commented on pull request blender/blender#106126 2023-05-14 18:37:47 +02:00
UI: Gray out Scene Auto-Masking option if equivalent Brush option is used #102971

@JulienKaspar - Who from the UI module should be included in the review process?

I added @JulianEisel as reviewer

Are there other modules that would have a stake in this?

I don't…

Harley Acheson deleted branch Solo from Harley/blender 2023-05-12 18:55:24 +02:00
Harley Acheson pushed to main at blender/blender 2023-05-12 18:55:22 +02:00
d9f5ce2546 UI: Changes to NLA Solo Button
Harley Acheson merged pull request blender/blender#107672 2023-05-12 18:55:15 +02:00
UI: Changes to NLA Solo Button
Harley Acheson commented on pull request blender/blender#107672 2023-05-12 18:24:50 +02:00
UI: Changes to NLA Solo Button
Harley Acheson commented on pull request blender/blender#107765 2023-05-12 18:06:09 +02:00
UI: Allow Configuration of Some Operator Confirmations

@ideasman42 - Can you think of any downsides to this?

Harley Acheson commented on pull request blender/blender#106126 2023-05-12 17:51:27 +02:00
UI: Gray out Scene Auto-Masking option if equivalent Brush option is used #102971

Taking a quick look I see nothing obviously wrong so I might be a good time to remove "WIP", assuming it does everything it intends to. But I'd guess the review could be a longer process. This is…

Harley Acheson commented on issue blender/blender#106621 2023-05-11 04:44:26 +02:00
Regression: Accessing a GN submenu via Quick Favorites causes crash in

@HooglyBoogly - If tree isn't null, tree.catalogs will never be null

At the time of the crash the tree existed in that I could examine its contents, but for its "catalogs" my MSVS debugger…

Harley Acheson commented on issue blender/blender#107825 2023-05-11 00:40:27 +02:00
Pie menu incoherence (Addon)

Not able to reproduce it here.

Tested with 3.5. Installed "3D viewport pie menus" addon. Alt-Q to bring up the "View Numpad" pie. It looks the same no matter what input language is selected:

Harley Acheson commented on issue blender/blender#106621 2023-05-10 21:25:46 +02:00
Regression: Accessing a GN submenu via Quick Favorites causes crash in

@HooglyBoogly

Following these instructions exactly I see this same error with an exception in uiTemplateNodeAssetMenuItems while iterating through an AssetCatalogTree with find_root_item.

A…

Harley Acheson commented on pull request blender/blender#107817 2023-05-10 19:57:17 +02:00
UI: Adjust menu sorting order in Preferences

First I should say that I am entirely and enthusiastically in favor of all content keeping the same vertical direction regardless of where it is spawned. I have proposed this many times in the…

Harley Acheson commented on pull request blender/blender#107803 2023-05-10 18:36:23 +02:00
Fix #107789: Prevent area maximizing when dragging

Seems reasonable. Although I'd probably use BLI_listbase_is_empty(&wm->drags) though.

Harley Acheson commented on pull request blender/blender#107762 2023-05-10 18:28:39 +02:00
UI: Word Boundary Seeking

@ideasman42 - I'd rather avoid exposing internal implementation details and instead have...

Yes, it is much nicer like that. Added BLI_str_cursor_at_word_boundary_utfx() to clean that up and…

Harley Acheson pushed to WordBoundaries at Harley/blender 2023-05-10 18:23:29 +02:00
e7ab62b8c4 Review changes