Block a user
UI: Allow Eyedropper Outside of Blender
Now using a WM_desktop_cursor_sample_read wrapper around the ghost function.
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
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…
WIP: Assets: Implement Traits
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
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
WIP: UI: Allow Clipboard Copy/Paste Images
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
UI: Allow Integer Thumbnail Size Range
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
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…
Assets: Do Not Show Blank Read-Only Metadata
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
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.…