Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#105746 2023-03-14 16:04:16 +01:00
Fix #105726: Driver Editing Popover Menu Closing
Harley Acheson pushed to DriversPopup at Harley/blender 2023-03-14 16:03:03 +01:00
33917f6b26 Merge branch 'main' into DriversPopup
92b607d686 CustomData: add separate function to add layer from existing data
b06d522427 Fix potentially-uninitialised local variable
258678916f Geometry Nodes: use lazy-function directly for switch node
ce34024681 Merge branch 'blender-v3.5-release'
Compare 24 commits »
Harley Acheson created pull request blender/blender#105750 2023-03-14 03:39:33 +01:00
Refactor: .dpi_fac -> U.scale_factor
Harley Acheson pushed to DpiFac at Harley/blender 2023-03-14 03:21:23 +01:00
47cd6ed076 Refactor: .dpi_fac -> U.scale_factor
46da66f4df Fix: Uninitialized boolean arrays in mesh conversion
1dba915dff Merge branch 'blender-v3.5-release' into main
98bfa8d458 Fix 'use_occlusion_test' option not having effect on wireframe
f92bacee94 Cleanup: use macro for 'SCE_SNAP_MODE_GEOM'
Compare 9 commits »
Harley Acheson created branch DpiFac in Harley/blender 2023-03-14 03:21:23 +01:00
Harley Acheson commented on issue blender/blender#99859 2023-03-14 00:54:01 +01:00
Blender File View Unresponsive When Accessing Desktop

@bassomatic76 - Awesome. Thanks.

Sorry for the delay in checking in with this, but I was going through older reports and wanted to make sure all is okay.

I'll close this now, but feel free…

Harley Acheson commented on issue blender/blender#97223 2023-03-14 00:46:30 +01:00
Drivers round to 0 when working in um range

Blender only uses 32-bit floats, so we only have 7.22 decimal digits of precision. This is not enough to do any meaningful work near the range of micrometers, being millionths of a meter.

I…

Harley Acheson commented on issue blender/blender#99859 2023-03-14 00:37:46 +01:00
Blender File View Unresponsive When Accessing Desktop

When Blender lists the contents of a folder that contains any Mac aliases it DOES ask the operating system for the target of that alias. This is just part of our routines because we cache file…

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

Hello,

Can you provide some details and measurements to help understand your situation? Perhaps include a blend file and also timings on how long it takes to do specific operations with it.…

Harley Acheson created pull request blender/blender#105746 2023-03-13 21:59:48 +01:00
Fix #105726: Driver Editing Popover Menu Closing
Harley Acheson pushed to DriversPopup at Harley/blender 2023-03-13 21:46:46 +01:00
1e6eefe57b Fix #105726: Driver Editing Popover Menu Closing
08fd5747d2 Python API: implement ViewLayer.aovs.remove
d3cfb2e20e Fix: Failing assert for meshes with no faces
097492b326 Merge remote-tracking branch 'origin/blender-v3.5-release'
6e4bcb7c87 Fix #100659: "Add F-Curve Modifier" applies only to Active F-Curve
Compare 10 commits »
Harley Acheson created branch DriversPopup in Harley/blender 2023-03-13 21:46:46 +01:00
Harley Acheson commented on issue blender/blender#105726 2023-03-13 20:21:40 +01:00
Regression: Driver editing popover menu closes while still hovered

This is making some sense. Looks like I can get this working while still having the previous things working (popover context menu items like "reset to defaults", popover eyedropper, new image…

Harley Acheson commented on issue blender/blender#105726 2023-03-13 16:56:59 +01:00
Regression: Driver editing popover menu closes while still hovered

Appears to be related to my #105387 because if I undo that it behaves as before. But the behavior before seems a bit odd.

In 3.4, bringing up this same context menu - that includes "New Driver"…

Harley Acheson commented on issue blender/blender#105726 2023-03-13 16:52:52 +01:00
Regression: Driver editing popover menu closes while still hovered

Yes, same as #105734

Harley Acheson commented on issue blender/blender#105734 2023-03-13 16:51:00 +01:00
Regression: Driver edit panel resets on cursor movement

Appears to be related to my #105387 because if I undo that it behaves as before. But the behavior before seems a bit odd.

In 3.4, bringing up this same context menu - that includes "New Driver"…

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

Apologies if this is half-baked, but we could think about making larger changes to make everything fit better:

Change the behavior of "Open Recent" so that it only ever contains recently opened…

Harley Acheson commented on pull request blender/blender#104678 2023-03-12 23:26:36 +01:00
UI: File Save Incremental Operator

@pablovazquez - ...replacing only the current file's entry in the list of recent files, with the incremented one.

You and Campbell are on the same page there, and I am always happy to…

Harley Acheson created pull request blender/blender#105703 2023-03-12 22:24:38 +01:00
UI: Increase the size of the "Open Recent" list
Harley Acheson pushed to Recent20 at Harley/blender 2023-03-12 22:19:39 +01:00
0ea43c6612 UI: Increase the size of the "Open Recent" list