Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on issue blender/blender#126612 2024-08-21 22:51:01 +02:00
Regression: New 4.3 Area Join operator can crash.

@Mets - so this report can focus on the crash.

I can see the cause of the crash and will commit a fix shortly.

If that operator could just have a shortcut instead of having to drag from…

Harley Acheson commented on issue blender/blender#126612 2024-08-21 21:28:46 +02:00
Regression: New 4.3 Area Join operator can crash.

@Mets - I'd love to understand what's the benefit of this change

The benefit is moving toward this: https://devtalk.blender.org/t/interactive-editor-docking-is-now-experimental/35800

With…

Harley Acheson pushed to ToolSVGIcons at Harley/blender 2024-08-21 20:50:50 +02:00
009ffdccf3 Merge branch 'main' of projects.blender.org:blender/blender into ToolSVGIcons
ce82d4434f Fix #126324: Fallback to linear POLY curves for invalid Alembic data
de47fee2e1 Fix #126156: Do not allow to assign embedded IDs to IDProperties.
08d5eb8f9c Cleanup: cmake formatting
83fe5712ab Fix #126525: Gizmo flickering when a Blender window is resized
Compare 272 commits »
Harley Acheson commented on pull request blender/blender#126584 2024-08-21 19:05:46 +02:00
Fix #126550: Image editor paint mode crash in new window

I don't think this quite does it...

Unfortunately this SpaceImage->mode is used for both the change of the editor type (Image Editor versus UV Editor) and for the modes that we consider within…

Harley Acheson approved blender/blender#126580 2024-08-21 04:08:01 +02:00
Fix #126551: Write Hex values using 2 digits in the color tooltips

Yikes. Thanks so much for noticing and fixing this.

Harley Acheson pushed to main at blender/blender 2024-08-21 04:04:41 +02:00
6be90285bc Fix #126512: Icon Positioning When Icon Height Varies
Harley Acheson deleted branch Fix126512 from Harley/blender 2024-08-21 04:04:40 +02:00
Harley Acheson closed issue blender/blender#126512 2024-08-21 04:04:39 +02:00
Regression: Certain icon is not pixel-perfect along Y
Harley Acheson merged pull request blender/blender#126579 2024-08-21 04:04:38 +02:00
Fix #126512: Icon Positioning When Icon Height Varies
Harley Acheson created pull request blender/blender#126579 2024-08-21 03:14:02 +02:00
Fix #126512: Icon Positioning When Icon Height Varies
Harley Acheson pushed to Fix126512 at Harley/blender 2024-08-21 03:13:06 +02:00
6445f0ded0 Fix #126512: Icon Positioning When Icon Height Varies
0277ad127a Cleanup: Reduce indentation in mesh separate operator
fa9aa5eab3 Cleanup: Remove unused variable
18a7aff3e2 Refactor: Sculpt: Simplify access to BVH nodes in undo code
98308757cd Cleanup: Use C++ Stack for PBVH iteration
Compare 10 commits »
Harley Acheson created branch Fix126512 in Harley/blender 2024-08-21 03:13:06 +02:00
Harley Acheson commented on issue blender/blender#126512 2024-08-20 20:11:25 +02:00
Regression: Certain icon is not pixel-perfect along Y

The SVG source of the icon looks perfect, so I must be doing something dumb when sizing it. Or positioning it. Will figure it out.

Harley Acheson commented on pull request blender/blender#126379 2024-08-20 19:56:59 +02:00
Fix: Interactive Docking modal operator re-run glitch

@Brainzman

I have no doubt there is an error here, but I've been unable to reproduce what you show in the capture. Are there reproducible steps to take that causes this?

Harley Acheson deleted branch SpecialFileImages from Harley/blender 2024-08-20 03:34:32 +02:00
Harley Acheson merged pull request blender/blender#126532 2024-08-20 03:34:27 +02:00
Refactor: Create File Browser Special Images When Needed
Harley Acheson pushed to main at blender/blender 2024-08-20 03:34:27 +02:00
7045fb6593 Refactor: Create File Browser Special Images When Needed
Harley Acheson commented on pull request blender/blender#126383 2024-08-20 03:04:02 +02:00
Fix: UI: Editor window(s) title update when using interactive docking

Thank you so much for noticing this. I was working on the title stuff and docking at the same time, but never had them both applied together to notice this.

The logic of your change is…