Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson merged pull request blender/blender#107350 2023-04-28 20:25:26 +02:00
UI: Measure/Ruler Text Position
Harley Acheson commented on pull request blender/blender#107427 2023-04-28 20:20:57 +02:00
Fix #107422: Mesh context menus do not open with the last used option

Hey that works quite well!

The comment has a typo ("alwas"), and it should probably reference "#107422". The following is just a suggestion:

  /* Add UI_BLOCK_POPUP_MEMORY flag even if…
Harley Acheson commented on pull request blender/blender#107350 2023-04-28 19:39:43 +02:00
UI: Measure/Ruler Text Position
Harley Acheson deleted branch FilterScroll from Harley/blender 2023-04-28 19:06:44 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-28 19:06:40 +02:00
d1219b727c Fix #97530: Overlapping Content Causing Region Scrolling
Harley Acheson closed issue blender/blender#97530 2023-04-28 19:06:38 +02:00
NLA viewport jumps upward when track search input is focused
Harley Acheson merged pull request blender/blender#107404 2023-04-28 19:06:36 +02:00
Fix #97530: Overlapping Content Causing Region Scrolling
Harley Acheson commented on issue blender/blender#107443 2023-04-28 19:00:38 +02:00
Movie Clip Editor doesn't load images with numerical suffix

@ideasman42 - Fairly certain the only problem in #6701d24084 is in get_sequence_filepath in "movieclip.c". The string_maxncpy argument passed to BLI_path_sequence_encode is sizeof(filepath)

Harley Acheson commented on pull request blender/blender#106113 2023-04-28 18:11:10 +02:00
Animation: Clean up "Key" menu in Graph Editor

Would there be a way to still show that hotkey in the separate slider operator menu items?

No, not seeing a way to do that. It is quite nice in this PR that the different slider operators…

Harley Acheson commented on issue blender/blender#107443 2023-04-28 17:48:47 +02:00
Movie Clip Editor doesn't load images with numerical suffix

Confirmed, but clarifying that this affects images that have names that include a numerical suffix, so the attached "BUG_MovieClipEditor_v01.jpg" does not work but "BUG_MovieClipEditor.jpg" does…

Harley Acheson pushed to FilterScroll at Harley/blender 2023-04-28 17:14:33 +02:00
77bc5affc7 Merge branch 'main' into FilterScroll
7d38cef6d1 Geometry Nodes: use new BitGroupVector to find attribute propagation sets
d6c61ccadc Cleanup: Extract function to make extend node declaration
098e58ea24 Attributes: Allow attribute API to create non-deleteable attributes
fee9a3796c Cleanup: Add not equal operator to compute constext hash
Compare 35 commits »
Harley Acheson pushed to RegisterNew at Harley/blender 2023-04-28 17:12:57 +02:00
5efb87545e User register/unregister working for All Users (with UAC)
38ad653d77 Cleanup: prefer nullptr inside extract_mesh.hh
1d2eab9ab3 VFont: Corrections to Cursor When on Curve
59b6e8900f Fix #106965: HSV/HSL conversion differ from CPU compositor
a32dbb892f Realtime Compositor: Optimize image textures
Compare 84 commits »
Harley Acheson commented on pull request blender/blender#107394 2023-04-28 00:10:39 +02:00
Add anti aliasing to transform constraints

U.pixelsize should be consider our minimum feature size, so dots or lines shouldn't get smaller than that.

For most users you can just go to Preferences / Interface and set "Resolution Scale"…

Harley Acheson deleted branch CurveCursor from Harley/blender 2023-04-27 22:07:11 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-27 22:07:09 +02:00
1d2eab9ab3 VFont: Corrections to Cursor When on Curve
Harley Acheson merged pull request blender/blender#107307 2023-04-27 22:07:09 +02:00
VFont: Corrections to Cursor When on Curve
Harley Acheson commented on pull request blender/blender#107394 2023-04-27 22:05:20 +02:00
Add anti aliasing to transform constraints

Not sure that I'm well acquainted enough with the code to do this, but I'll take a look.

You can do it. If you look at the section of code that Clément referenced you will see there isn't a…