Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson created branch ObjectStats in Harley/blender 2023-02-12 19:32:34 +01:00
Harley Acheson created pull request blender/blender#104662 2023-02-12 18:34:11 +01:00
WIP: UI: Bidirectional Text and Complex Shaping
Harley Acheson pushed to ComplexShaping at Harley/blender 2023-02-12 18:25:37 +01:00
ad2fd70f0f WIP: UI: Bidirectional Text and Complex Shaping
3f40962414 Cleanup: use sized int types for polyfill_2d
32149f8d7a Tests: add polyfill2d test to ensure the result has no zero area tris
91346755ce Cleanup: use '#' prefix for issues instead of 'T'
a02fa6c40d Cleanup: spelling in comments
Compare 10 commits »
Harley Acheson created branch ComplexShaping in Harley/blender 2023-02-12 18:25:37 +01:00
Harley Acheson created pull request blender/blender#104603 2023-02-11 02:13:16 +01:00
UI: Widen Search Boxes When Necessary
Harley Acheson pushed to SearchWidth at Harley/blender 2023-02-11 01:57:36 +01:00
1444b4918b UI: Widen Search Boxes When Necessary
d411be8a99 Cleanup: Use utility function to find groups in node tree
fae661a1ab Revert "Un-ignore modules in .gitmodules configuration"
923152d180 Geometry Nodes: improve parallelization in Delete/Separate Geometry node
0ea15a6fbb Fix: Inaccessible default for node group image sockets
Compare 10 commits »
Harley Acheson created branch SearchWidth in Harley/blender 2023-02-11 01:57:36 +01:00
Harley Acheson pushed to FileTooltips at Harley/blender 2023-02-10 03:58:43 +01:00
48c1107a8a WIP: UI: Dynamic File Browser Tooltips
c2c62c3618 RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
a8d951abdd Docs: remove malformed patterns for RNA mapping
4cbe0bff34 Cleanup: spelling in comments
48d9363fa7 Cleanup: quiet clang compiler warnings
Compare 8 commits »
Harley Acheson pushed to FileOperations at Harley/blender 2023-02-10 03:14:21 +01:00
59c73068d8 Improved comment for BLI_windows_file_operation_is_registered
Harley Acheson commented on pull request blender/blender#104531 2023-02-10 03:10:08 +01:00
UI: OS File Operations Within File Browser

Let's make sure we're actually talking about the same things though.

When using a Mac our WM_OT_path_open calls python subprocess.check_call(["open", filepath]). But when running on Linux it…

Harley Acheson pushed to FileOperations at Harley/blender 2023-02-10 02:53:12 +01:00
1d771da4db Small tweaks, removing "print"
Harley Acheson pushed to FileTooltips at Harley/blender 2023-02-10 00:17:07 +01:00
e70d751bfc WIP: UI: Dynamic File Browser Tooltips
7e0e07657c GPU: Cleanup GPU_batch.h documentation and some of the API for consistency
5c8edbd99b Cleanup: Move 6 sculpt-session-related files and header to C++
Compare 3 commits »
Harley Acheson created pull request blender/blender#104547 2023-02-09 23:00:19 +01:00
WIP: UI: Dynamic File Browser Tooltips
Harley Acheson created branch FileTooltips in Harley/blender 2023-02-09 22:21:04 +01:00
Harley Acheson pushed to FileTooltips at Harley/blender 2023-02-09 22:21:04 +01:00
c757544344 WIP: UI: Dynamic File Browser Tooltips
2cfc4d7644 Fix #104383: don't update declaration for clipboard copy
bc0d3c91b1 Fix #104435: Fix rna_NlaStrip_new add strip logic to be correct boolean expression
50918d44fb Cleanup: Fix const correctness warning in recent commit
Compare 4 commits »
Harley Acheson commented on pull request blender/blender#104531 2023-02-09 20:07:46 +01:00
UI: OS File Operations Within File Browser

Harley : Setting WIP. Plan on using an enum for the shellExecute operation. Remove "print" here (but leave in enum). Might be a few days before I get back at this one..

Harley Acheson commented on pull request blender/blender#104531 2023-02-09 19:41:02 +01:00
UI: OS File Operations Within File Browser

This is free-form text with only a few canonical ones. A very old and crappy design. We can even make our own like "blend31" that we use to launch specific versions perhaps.

Harley Acheson pushed to FileOperations at Harley/blender 2023-02-09 19:35:20 +01:00
b0bf25ba3c Updated to incorporate changes suggested by review.
Harley Acheson commented on pull request blender/blender#104531 2023-02-09 18:25:30 +01:00
UI: OS File Operations Within File Browser

No need to use assignees I think, just reviewers.

I'll take a closer the next time I make a PR, but I think the list at top right only contained Assignees, Labels, Milestone, and Projects…

Harley Acheson created pull request blender/blender#104531 2023-02-09 17:56:56 +01:00
UI: OS File Operations Within File Browser