Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on pull request blender/blender#104531 2023-04-18 18:41:16 +02:00
UI: OS File Operations Within File Browser
Harley Acheson pushed to FileOperations at Harley/blender 2023-04-18 18:39:16 +02:00
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
Compare 437 commits »
Harley Acheson pushed to TextObjectSelection at Harley/blender 2023-04-18 18:33:34 +02:00
2deda6724d Many, not all, changes suggested by review.
Harley Acheson pushed to CurveStyles at Harley/blender 2023-04-18 06:02:28 +02:00
a3bcd27678 Updated to incorporate changes suggested by review
Harley Acheson commented on pull request blender/blender#107048 2023-04-18 03:48:48 +02:00
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.

Harley Acheson pushed to CurveStyles at Harley/blender 2023-04-18 03:46:08 +02:00
8472c05a88 Properly show the combined styles of the selected text.
Harley Acheson pushed to RegisterNew at Harley/blender 2023-04-17 23:51:22 +02:00
60911fd0d1 Unregistering both HKLM and HKCU if possible
Harley Acheson commented on issue blender/blender#92844 2023-04-17 23:00:43 +02:00
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…

Harley Acheson commented on pull request blender/blender#104531 2023-04-17 21:25:27 +02:00
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…

Harley Acheson pushed to FileOperations at Harley/blender 2023-04-17 21:13:32 +02:00
11eea3b643 Changes that should make this close to what Brecht is wanting.
Harley Acheson created pull request blender/blender#107048 2023-04-17 19:38:05 +02:00
Fix #107009: Setting Text Object Styles
Harley Acheson created branch CurveStyles in Harley/blender 2023-04-17 19:20:28 +02:00
Harley Acheson pushed to CurveStyles at Harley/blender 2023-04-17 19:20:28 +02:00
9193530568 Fix #107009: Setting Text Object Styles
Harley Acheson commented on pull request blender/blender#104531 2023-04-17 17:59:15 +02:00
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…

Harley Acheson pushed to RegisterNew at Harley/blender 2023-04-17 01:05:14 +02:00
7790b243b3 Adding -U -u commandline arguments. Some uninstall working, but in progress.
Harley Acheson pushed to Eyedropper at Harley/blender 2023-04-16 22:41:50 +02:00
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
Compare 11 commits »
Harley Acheson deleted branch ImageCapabilities from Harley/blender 2023-04-16 21:05:11 +02:00
Harley Acheson merged pull request blender/blender#106990 2023-04-16 21:05:08 +02:00
UI: Capabilities Flag for Clipboard Image copy/paste
Harley Acheson pushed to main at blender/blender 2023-04-16 21:05:08 +02:00
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste