Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson created pull request blender/blender#120043 2024-03-29 01:18:13 +01:00
WIP: UI: Operator to Save Custom Keymap
Harley Acheson deleted branch RemoveConfirmations from Harley/blender 2024-03-29 01:09:30 +01:00
Harley Acheson merged pull request blender/blender#120036 2024-03-29 01:09:27 +01:00
UI: Removal of Five Operator Confirmations
Harley Acheson pushed to main at blender/blender 2024-03-29 01:09:27 +01:00
6dd0f6627e UI: Removal of Five Operator Confirmations
Harley Acheson pushed to SaveKeymap at Harley/blender 2024-03-29 01:06:15 +01:00
8bcdcabfd9 WIP: UI: Operator to Save Custom Keymap
99f93aa4c8 Cleanup: assign object & space variables from the context for reuse
ff92a23fe6 Cleanup: odd indentation, also assign a variable for reuse
a2dae7e4b4 Cleanup: consistent quotes for Python scripts
6e997cc757 Sculpt: Add Line Hide tool
Compare 8 commits »
Harley Acheson created branch SaveKeymap in Harley/blender 2024-03-29 01:06:15 +01:00
Harley Acheson commented on pull request blender/blender#120036 2024-03-29 00:17:59 +01:00
UI: Removal of Five Operator Confirmations
Harley Acheson pushed to RemoveConfirmations at Harley/blender 2024-03-29 00:03:57 +01:00
957514e880 Keymaps, the only thing to remove is "confirm" for FILE_OT_directory_new
c4320a0cab Merge branch 'main' of projects.blender.org:blender/blender into RemoveConfirmations
5ed99e6361 Cleanup: Remove unused MeshRenderData variable
931206d3dc Cleanup: Rename mesh face deformed edit position variables
72347f11fe Cleanup: Use float3, Span, Array for vertex positions
Compare 10 commits »
Harley Acheson commented on pull request blender/blender#120036 2024-03-28 22:50:55 +01:00
UI: Removal of Five Operator Confirmations
Harley Acheson commented on pull request blender/blender#120036 2024-03-28 22:24:55 +01:00
UI: Removal of Five Operator Confirmations

@HooglyBoogly - I'd just add some reasoning to the commit message though

Good point, will do.

it would be nice if the meeting notes were a bit less terse and contained some of the…

Harley Acheson commented on issue blender/blender#119974 2024-03-28 21:33:42 +01:00
Proposal for User Count Icons

@lone_noel - I think the task description is missing a few examples

You are right. This was mostly a doodle...

This starts with the desire to add a way to manage user and fake users…

Harley Acheson created pull request blender/blender#120036 2024-03-28 20:52:43 +01:00
UI: Remove of Five Operator Confirmations
Harley Acheson created branch RemoveConfirmations in Harley/blender 2024-03-28 20:51:25 +01:00
Harley Acheson pushed to RemoveConfirmations at Harley/blender 2024-03-28 20:51:25 +01:00
92a135ede7 UI: Remove of Five Operator Confirmations
b37e825d89 Fix: MSVC ICE in MatBase stream output operator
a5c5cf473e Fix #119992: Object transform ignored for shrinkwrap and flat shading
d5a61a8f55 Fix: Missing early return when asset isn't found
a7cdb9e94d Cleanup: Use "this" keyword to access class methods
Compare 6 commits »
Harley Acheson closed pull request blender/blender#120029 2024-03-28 19:05:33 +01:00
Refactor: BLF API Function Overloading
Harley Acheson commented on pull request blender/blender#120029 2024-03-28 19:05:30 +01:00
Refactor: BLF API Function Overloading

Sorry to be negative...

Don't be sorry at all. I honestly had no idea if this would be considered an improvement at all.

There are times when I wished we had overloading, like with…

Harley Acheson created pull request blender/blender#120029 2024-03-28 18:53:10 +01:00
Refactor: BLF API Function Overloading
Harley Acheson pushed to BLFOverloading at Harley/blender 2024-03-28 18:51:15 +01:00
bac19eb83a Refactor: BLF API Function Overloading
8b7d5f8587 GPv3: Simplify Modifier
598819049e Fix #120007: Crash rendering when using OptiX and Grease Pencil on recent drivers
e3a02b9b02 Fix: GP: Vertex Paint is very slow in heavier files
fdf75dcf99 Refactor: Remove duplicate function `get_keyframe_values`
Compare 7 commits »
Harley Acheson created branch BLFOverloading in Harley/blender 2024-03-28 18:51:15 +01:00
Harley Acheson commented on pull request blender/blender-addons-contrib#27 2024-03-28 18:05:20 +01:00
UI: Changes to Extensions UI

@JulianEisel @HooglyBoogly

This is the PR that implements the Extensions changes as discussed in blender/blender#118733 and as we talked about in the UI…