Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to main at blender/blender 2023-03-16 22:24:54 +01:00
9a8bfe8dd3 Cleanup: Make format
Harley Acheson commented on pull request blender/blender#105324 2023-03-16 21:12:54 +01:00
UI: Allow Eyedropper Outside of Blender

Now using a WM_desktop_cursor_sample_read wrapper around the ghost function.

Harley Acheson pushed to Eyedropper at Harley/blender 2023-03-16 21:11:35 +01:00
d6fe8c8c68 Adding WM_desktop_cursor_sample_read wrapper for the ghost function
34f3893831 BLI: support recursive usage of Vector
ee213f3c4d Merge branch 'blender-v3.5-release'
a958ae36e8 Fix #104305: Crash in node editor with large asset libraries
cb20f2cbf9 Fix build error after previous merge
Compare 134 commits »
Harley Acheson commented on issue blender/blender#105808 2023-03-16 20:15:05 +01:00
Implement Asset Traits

PR #105841 should be doing the first five items, string list of traits in AssetMetaData, RNA access, File read/write, Index read/write, Code to add/remove traits.

It currently displays in the…

Harley Acheson created pull request blender/blender#105841 2023-03-16 20:09:34 +01:00
WIP: Assets: Implement Traits
Harley Acheson created branch AssetTraits in Harley/blender 2023-03-16 20:03:48 +01:00
Harley Acheson pushed to AssetTraits at Harley/blender 2023-03-16 20:03:48 +01:00
427fb6e203 WIP: Assets: Implement Traits
cb20f2cbf9 Fix build error after previous merge
7317da80fe Merge branch 'blender-v3.5-release' (won't build, see followup)
55811b2919 Assets: Add function to query data-block library path from asset
d1b8a827a6 Refactor: Avoid unsafe strcpy in library path utility function
Compare 10 commits »
Harley Acheson commented on pull request blender/blender#105324 2023-03-16 16:35:17 +01:00
UI: Allow Eyedropper Outside of Blender

Set to WIP. Will check this weekend to see if the access to this should instead be a wrapper in WM_api

Harley Acheson created pull request blender/blender#105833 2023-03-16 15:54:07 +01:00
WIP: UI: Allow Clipboard Copy/Paste Images
Harley Acheson pushed to ClipboardImage at Harley/blender 2023-03-16 15:45:22 +01:00
e62bb834c8 WIP: UI: Allow Clipboard Copy/Paste Images
0fe006eec5 Merge branch 'blender-v3.5-release'
09cff506c1 Fix #89630: Hide backfaces when using using the "Alpha Blend" blend method
Compare 3 commits »
Harley Acheson created branch ClipboardImage in Harley/blender 2023-03-16 15:45:22 +01:00
Harley Acheson created pull request blender/blender#105815 2023-03-15 23:44:20 +01:00
UI: Allow Integer Thumbnail Size Range
Harley Acheson created branch ThumbRange in Harley/blender 2023-03-15 23:36:27 +01:00
Harley Acheson pushed to ThumbRange at Harley/blender 2023-03-15 23:36:27 +01:00
5ebdf6286c UI: Allow Integer Thumbnail Size Range
7ee0bf671e Cycles: use 8-bit type for number of ray hits when possible
f9922b7074 Cycles: Use ray->tfar in Embree filter functions
1a580dbfdd Cycles: Use IntegratorShadowState directly in Embree filter functions
b97a6daa9a Cycles: Use geometryUserPtr from Embree filter functions arguments
Compare 9 commits »
Harley Acheson commented on issue blender/blender#105810 2023-03-15 22:11:16 +01:00
blender don't launch

This report does not contain enough information to understand exactly what is going on, like exact Blender version, operating system details, video driver details etc. But since this is a crash…

Harley Acheson created pull request blender/blender#105812 2023-03-15 22:02:14 +01:00
Assets: Do Not Show Blank Read-Only Metadata
Harley Acheson pushed to AssetMetaReadOnly at Harley/blender 2023-03-15 21:59:40 +01:00
e5cb86c6e6 Assets: Do Not Show Blank Read-Only Metadata
4cd102bb73 Fix #105664: measure tool ignoring snap on first click
e7295efb4b Fix #105791: Alembic procedural ignores materials
fee6238d33 Fix #105323: Compositor: Crash when using color-ramp with b-spline
1b34c466bc Fix #105711: Regression: Clone Tool in Image Editor not showing Stencil
Compare 10 commits »
Harley Acheson created branch AssetMetaReadOnly in Harley/blender 2023-03-15 21:59:40 +01:00
Harley Acheson commented on pull request blender/blender#105750 2023-03-15 17:36:27 +01:00
Refactor: U.dpi_fac -> U.scale_factor

@brecht - Why is (void)0 used here, I don't think it's necessary?

I did that based on Campbell's suggestion that this would "avoid accidental assignment", unless I am misunderstanding.…

Harley Acheson deleted branch Recent20 from Harley/blender 2023-03-15 17:09:51 +01:00