Block a user
6813313f1d
Merge branch 'main' into FileOperations
3a72442f63
Fix comment style in previous commit.
5bb3a3f157
Fix: segfault when indexing into some collections with strings.
d818d05415
Cleanup: Remove unnecessary attribute provider callbacks
7c927155b5
Fix #90159: Inconsistent display of active filters for import/export file dialogs
Fix #107009: Setting Text Object Styles
@ideasman42 - Now properly showing the combined styles of the selected text. Will only consider a portion as bold if every character is bold, etc.
3d view's header no longer transparent (with Tool Settings hidden)
First let's restate what we are wanting just to give you a chance to correct me.
With Blender with factory startup and preferences, the feature "Region Overlap" (Edit / Preferences / Interface…
UI: OS File Operations Within File Browser
@brecht - Okay, this might be closer to what you are wanting. We have a FILE_OT_external_operation
that is generic and works with enums, defined once in BLI_fileops.h
We have more generic…
Fix #107009: Setting Text Object Styles
UI: OS File Operations Within File Browser
This has become more Windows specific again...
Yes, it did. That last version seemed to be getting close but then hit a roadblock trying to deal with cross-platform stuff, I think dealing…
009748a2e5
Updated to the current state of main (changes to buffer reading)
de7e3454fb
UI: Capabilities Flag for Clipboard Image copy/paste
254d148458
Fix: PLY export behavior with multiple meshes
e1571cb105
Cleanup: correct terms, spelling in comments
5f40118899
Cleanup: rename GPU_offscreen_read_{pixels=>color} noted as a TODO
UI: Capabilities Flag for Clipboard Image copy/paste