Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#104693 2023-03-10 21:55:45 +01:00
Asset Browser/File Browser: Add display name tooltip to tile view

I'm not certain that I like this particular fix for this problem. In the normal case it looks redundant, and seems less informative than the tooltip hint we get while in list view.

If you try…

Harley Acheson commented on pull request blender/blender#104737 2023-03-10 21:30:54 +01:00
Fix #89479: Unable to select hierarchies of multiple objects from outliner

I can definitely recreate and confirm the issue as reported in #89479. However, is this "object.select_hierarchy" (shift-]) operator exposed in a menu somewhere?

I can also confirm that this PR…

Harley Acheson commented on pull request blender/blender#105574 2023-03-10 20:39:36 +01:00
UI: Updated Auto Keying Button Icon

I like "red" is record, that is kind of a universal "recording is going on" indicator.

I do too. But there is a chance that the perception of it could differ by age with older people…

Harley Acheson commented on pull request blender/blender#105196 2023-03-10 19:57:11 +01:00
Fix #93685: Allow Outliner Drag to Other Windows

I removed the changes to ED_screen_set_active_region. Although that earlier change, along with what is in this PR now, correctly shows the mouse cursor at all times it was a very incorrect…

Harley Acheson pushed to EdgePanDrag at Harley/blender 2023-03-10 19:36:13 +01:00
b5a931305f Removing the ED_screen_set_active_region changes, which were wrong.
4805a54525 BLI: Math: Move rotation types template out of math::detail
2e03352492 Refactor: fcurve bounds functions
219be2e755 BLI; Math: Remove Normalized template parameter for some conversion
896ba33336 GHOST: use logging for GHOST_NDOFManagerUnix
Compare 414 commits »
Harley Acheson commented on issue blender/blender#105622 2023-03-10 05:38:44 +01:00
Blender Keeps crashing opening file

I tested it with previous versions, they all crash unfortunately. 2.93, 3.3, 3.4, 3.5b, 3.6a

Interesting. What version of Blender created the file? Was it the 3.5 beta or were you using a…

Harley Acheson commented on pull request blender/blender#104678 2023-03-10 05:26:57 +01:00
UI: File Save Incremental Operator

@ideasman42 - Use enabled

Whoops, thanks!

Numbers greater than INT_MAX currently behave strangely...can be done by stripping digits.

The idea of stripping digits makes me nervous as…

Harley Acheson pushed to SaveIncremental at Harley/blender 2023-03-10 05:13:47 +01:00
8c503ba904 Updated to incorporate changes suggested by review
10f06221c1 Cleanup: UV: simplify uv packing
d474732f91 Cleanup: UV: simplify types
66b4a4427b Sculpt: Edit face set operator improvements
d795c00b88 Sculpt: Fix #105557 Bugs in new sculpt menu entries
Compare 19 commits »
Harley Acheson commented on issue blender/blender#105622 2023-03-10 02:44:13 +01:00
Blender Keeps crashing opening file

Loading the file just crashes blender. Open blender go to file, open, browse file confirm file. Blender freeze for some seconds and then crash.

This specific crash is while using…

Harley Acheson commented on issue blender/blender#105622 2023-03-10 02:13:01 +01:00
Blender Keeps crashing opening file

@Roggii - This report is missing a lot of important information, including the Blend file that is causing the crash. But also Operating system, graphics, etc.

Please attach the blend file in a…

Harley Acheson commented on issue blender/blender#104932 2023-03-10 01:45:18 +01:00
Nodes: Socket and title click detection is broken for multiple monitors

If I indiscriminately remove all the UI_DPI_FAC and U.dpi_fac (so basically act like it is always 1), and replace all the U.widget_unit with 20.0f, it fixes the issue reported here.

Bu…

Harley Acheson commented on pull request blender/blender#104678 2023-03-09 22:05:48 +01:00
UI: File Save Incremental Operator

@ideasman42 - You are right, this is much simpler.

Harley Acheson pushed to SaveIncremental at Harley/blender 2023-03-09 22:03:26 +01:00
172cc1d387 Updated to incorporate changes suggested by review. This is no longer a separate operator but an option for the existing save operator.
a8819481cb Merge branch 'blender-v3.5-release'
e699bd780c Cleanup: silence unreferenced param warning in MSVC
b7679addd2 cmake/win32: Fix building with WITH_VULKAN_BACKEND
8b2556e8d8 Fix (unreported) crash in Array modifier in case of empty mesh.
Compare 129 commits »
Harley Acheson commented on issue blender/blender#104932 2023-03-09 18:24:47 +01:00
Nodes: Socket and title click detection is broken for multiple monitors

Yes, I currently have the same node tree on two windows on two different monitors. And I can easily scale each to any size I wish and it works great (as long as U.dpi_fac is the same between…

Harley Acheson commented on issue blender/blender#104932 2023-03-09 18:12:40 +01:00
Nodes: Socket and title click detection is broken for multiple monitors

@HooglyBoogly - Actually there is another solution to ponder that you will initially think a lazy cop out and weird, but there are some nice upsides to it...

Remove the use of U.dpi_fac from…

Harley Acheson commented on pull request blender/blender#104882 2023-03-09 17:56:34 +01:00
Animation: Add duration display to frame range settings

Yes, I am the guy who was going on about keeping the text as succinct as possible, but I think you should consider adding spaces in the Frame range. So changing from this:

Duration:…
Harley Acheson pushed to FileTooltips at Harley/blender 2023-03-09 05:40:16 +01:00
06ac1631a0 Get Blender version directly from the file, not using thumbnail data. Allow compilation without FFMPEG.
5876573e14 Mesh: Move face shade smooth flag to a generic attribute
2f04f8882f Merge branch 'blender-v3.5-release' into main
bbc6bb3468 Fix #105556: weld modifier crashes when merging N-gons
b9649c2e72 Eevee: fall back to Diffuse BSDF before proper implementation of Hair BSDFs
Compare 17 commits »
Harley Acheson created pull request blender/blender#105574 2023-03-08 23:41:37 +01:00
WIP: Evaluate Red Auto Keying Button
Harley Acheson pushed to RecordRed at Harley/blender 2023-03-08 23:26:39 +01:00
24514f2d5e WIP: Evaluate Red Auto keying button
5876573e14 Mesh: Move face shade smooth flag to a generic attribute
2f04f8882f Merge branch 'blender-v3.5-release' into main
bbc6bb3468 Fix #105556: weld modifier crashes when merging N-gons
b9649c2e72 Eevee: fall back to Diffuse BSDF before proper implementation of Hair BSDFs
Compare 10 commits »