Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to main at blender/blender 2023-03-15 17:09:49 +01:00
19ca2e905e UI: Increase the size of the "Open Recent" list
Harley Acheson merged pull request blender/blender#105703 2023-03-15 17:09:48 +01:00
UI: Increase the size of the "Open Recent" list
Harley Acheson pushed to Recent20 at Harley/blender 2023-03-15 17:05:59 +01:00
ad9dfb3861 Merge branch 'main' into Recent20
c0e757a713 UI: Add scroll to sidebar tabs
Compare 2 commits »
Harley Acheson pushed to Recent20 at Harley/blender 2023-03-15 16:32:27 +01:00
5e835ca54b Updating because of recent main subversion change
81818b797b Merge branch 'blender-v3.5-release'
6a96a151be Fix: Dyntopo attribute data warning doesn't work
c3dfe1e204 File Browser: Make full file name label draggable
9332f27702 Fix #104124: Grease Pencil fills cover the lines below when drawing
Compare 67 commits »
Harley Acheson commented on pull request blender/blender#104678 2023-03-15 01:28:14 +01:00
UI: File Save Incremental Operator

@ideasman42 - The reason I requested to de-duplicate on incremental save - is at this point we know the file is intended to be handled incrementally. Attempting to detect incremental-versions…

Harley Acheson commented on pull request blender/blender#105765 2023-03-15 01:14:15 +01:00
UI: Clicking the camera icon while rendering should open render window

This is a nice idea. Thanks for working on it. I can't think of any good reason why we couldn't have this. But I have a few suggestions:

If op_name is anything at all then it is going to show a…

Harley Acheson commented on pull request blender/blender#105750 2023-03-14 22:06:43 +01:00
Refactor: U.dpi_fac -> U.scale_factor
Harley Acheson pushed to DpiFac at Harley/blender 2023-03-14 22:02:38 +01:00
30fb5ea3d7 Merge branch 'main' into DpiFac
99506b3d73 Fix: Crash in weighted normal modifier
7b66168bcb Merge branch 'blender-v3.5-release' into main
a7cd6de244 Fix Cycles missing light from multiple distant lights with different visibility
ee18b625ca Fix: Edit mesh face corner color operators always use first layer
Compare 24 commits »
Harley Acheson commented on pull request blender/blender#104678 2023-03-14 21:18:56 +01:00
UI: File Save Incremental Operator

Wouldn't it be better to land the feature as it is, and then later on see if it's really worth it to change the standard behavior?

Yes, that would be my hope too. But addressing this issue is…

Harley Acheson commented on pull request blender/blender#104678 2023-03-14 21:14:45 +01:00
UI: File Save Incremental Operator

@ideasman42 - For above, roughly what I am suggesting:

wm_history_file_write deduplicates. We send the items through BLI_path_sequence_decode and skip subsequent items if matching filepath,…

Harley Acheson closed issue blender/blender#105047 2023-03-14 19:57:51 +01:00
Blender Library snailpaced slow on NAS loading .blend files.
Harley Acheson commented on issue blender/blender#105047 2023-03-14 19:57:49 +01:00
Blender Library snailpaced slow on NAS loading .blend files.

the windows file explorer has no such issues either. It also displays blender file thumbnails pretty much instantly.

Yes, we talked of that previously in this thread. Listings of regular…

Harley Acheson commented on pull request blender/blender#104678 2023-03-14 19:42:09 +01:00
UI: File Save Incremental Operator

Another idea off the top of my head...

We increase the default number of Recent items shown to 20 from 10. But we also disconnect that setting from the number of items we actually read…

Harley Acheson commented on issue blender/blender#105047 2023-03-14 19:23:04 +01:00
Blender Library snailpaced slow on NAS loading .blend files.

Thing is, when i do so from DAZ3D which also has a Library it loads far far faster then Blender does, because it doesnt Load the whole file just thumbnail, and its Directory path or something…

Harley Acheson commented on issue blender/blender#105047 2023-03-14 18:23:05 +01:00
Blender Library snailpaced slow on NAS loading .blend files.

@JessyBerbers - Thanks! That's a great start.

First, I should say that what you are experiencing is very bad and I will not be giving excuses or trying to minimize this. But some background…

Harley Acheson deleted branch DriversPopup from Harley/blender 2023-03-14 16:27:38 +01:00
Harley Acheson closed issue blender/blender#105726 2023-03-14 16:27:37 +01:00
Regression: Driver editing popover menu closes while still hovered
Harley Acheson pushed to main at blender/blender 2023-03-14 16:27:36 +01:00
6d1cd997a2 Fix #105726: Driver Editing Popover Menu Closing
Harley Acheson merged pull request blender/blender#105746 2023-03-14 16:27:35 +01:00
Fix #105726: Driver Editing Popover Menu Closing
Harley Acheson commented on issue blender/blender#93685 2023-03-14 16:22:20 +01:00
Regression: Dragging an ID from the Outliner of a window cannot be dropped in another window

I'd vote for not even trying for 3.5 at all and targeting the fix for 3.6.