Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to FileOperations at Harley/blender 2023-04-15 04:24:13 +02:00
f9d54c491b More cleanup
Harley Acheson pushed to FileOperations at Harley/blender 2023-04-15 04:11:00 +02:00
8997fe04b9 Lots of simplification
Harley Acheson pushed to TextObjectSelection at Harley/blender 2023-04-14 23:22:02 +02:00
19454f61bb Adding the word selection operator back in.
Harley Acheson commented on issue blender/blender#106931 2023-04-14 22:16:55 +02:00
The blender will be stuck and delayed when it is idle for a period of time.

Right-click on the the Windows icon on your taskbar, then select "Settings", and then select "System". Select "Power & sleep" and set all options under Screen and Sleep to Never. For some systems…

Harley Acheson commented on issue blender/blender#106955 2023-04-14 22:11:11 +02:00
My blender model is too slow and gitchy as soon as i add armature makes me feel frustrated and want to quit

This report does not contain information about the bug, steps to reproduce, etc. Please take the time to explain your issue fully and in a way that can easily demonstrate the problem.

Harley Acheson commented on pull request blender/blender#106915 2023-04-14 22:02:27 +02:00
VFONT: Text Selection Operator

@ideasman42 I think it's a bit cleaner to add VFontCursor_Params...

Yes, that cleaned up very nicely.

The term caret is a bit awkward...

I banished that word from here. Although that…

Harley Acheson pushed to TextObjectSelection at Harley/blender 2023-04-14 21:58:29 +02:00
13a479248a Updated to incorporate all changes suggested by review
Harley Acheson commented on pull request blender/blender#105841 2023-04-14 20:00:06 +02:00
Assets: Implement Traits

@JulianEisel - Just rename it to value, makes more sense to me.

Done. But I also changed other related phrasing around it, so in comments, argument names, etc for consistancy.

Cast this…

Harley Acheson pushed to AssetTraits at Harley/blender 2023-04-14 19:56:17 +02:00
1909c7a0e5 Updated to incorporate all changes requested by review
Harley Acheson commented on pull request blender/blender#106936 2023-04-14 18:22:15 +02:00
UI: remove "vertex_active" theme color from Editors that dont use it

Interesting! That works well and I had to give it a think on why it doesn't need versioning.

editmesh_active / TH_EDITMESH_ACTIVE is in use elsewhere [we might consider changing the name…

Harley Acheson deleted branch ClipboardImage from Harley/blender 2023-04-14 03:48:31 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-14 03:48:29 +02:00
39bcf6bdc9 UI: Allow Clipboard Copy/Paste Images
Harley Acheson merged pull request blender/blender#105833 2023-04-14 03:48:29 +02:00
UI: Allow Clipboard Copy/Paste Images
Harley Acheson commented on pull request blender/blender#105833 2023-04-14 03:21:56 +02:00
UI: Allow Clipboard Copy/Paste Images
Harley Acheson pushed to ClipboardImage at Harley/blender 2023-04-14 03:20:06 +02:00
a8db9ec742 Changes requested by review.
Harley Acheson pushed to FileOperations at Harley/blender 2023-04-14 02:04:55 +02:00
8c8763d1e2 Updated to incorporate most changes requested by review. Not done.
Harley Acheson pushed to ClipboardImage at Harley/blender 2023-04-14 00:21:33 +02:00
7a3846e990 Updating to the current state of master (many files renamed).
3fadaa4fca Cleanup: Remove unused PBVH "respect hide" variable
dda9c59044 Cleanup: remove useless macro
97c05aa288 Transform: improve visualization when dragging Gizmos
bdd6e617ea Cleanup: expose utility that finds a gizmo through its properties
Compare 307 commits »
Harley Acheson commented on pull request blender/blender#105833 2023-04-13 23:13:50 +02:00
UI: Allow Clipboard Copy/Paste Images

@ideasman42 - Note that image clipboard support should be added to WM_capabilities_flag(..) which could Python could access via context.window_manager.capabilities. This then we can avoid…

Harley Acheson pushed to ClipboardImage at Harley/blender 2023-04-13 22:50:20 +02:00
c38b56e3cf Updated to incorporate all changes suggested by review.
Harley Acheson commented on pull request blender/blender#105841 2023-04-13 20:40:30 +02:00
Assets: Implement Traits

@JulianEisel

Should be done with just the following notes:

Think calling this value makes more sense. Same for the tags actually, but yeah, not worth bothering.

I couldn't tell from…