Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson commented on issue blender/blender#106566 2023-04-04 21:26:50 +02:00
Exporting as a .gltf using spaces results in discrepancy between .gltf file name and associated .bin

AFAICS this happens in scripts\addons\io_scene_gltf2\__init__.py when we create and save the binary path:

        export_settings['gltf_binaryfilename'] = (
            path_to_uri(os.pa…
Harley Acheson commented on issue blender/blender#106558 2023-04-04 19:31:40 +02:00
Add primitive tool Auto Axis option is not saving in startup file

By my reading of the code (possibly wrong), this would be a current limitation in that "Auto Axis", "Plane Axis", "Depth", "Orientation", and "Snap to" are all based on run-time data only and…

Harley Acheson commented on pull request blender/blender#106240 2023-04-04 18:54:25 +02:00
Font: reorganize Special Characters menu with submenus

I do have opinions and will probably write an essay here. LOL

One issue with this patch is that the default font, BlenFont, does not contain all the glyphs

We could expose BLF_has_glyph…

Harley Acheson commented on pull request blender/blender#106196 2023-04-04 17:48:50 +02:00
Text object: operators to move cursor to the top or bottom

Hey, that's pretty cool!

I think you'd want to handle this as new cursmove types - added to the defines at about line 37 of DNA_vfont_types.h. That way the define FO_CURS_IS_MOTION can use…

Harley Acheson commented on issue blender/blender#106514 2023-04-04 02:22:44 +02:00
Crashes during file browsing, and when preferences are open

First thing I would try would be running blender with defaults and with your addons disabled. Your crash log shows one addon failing to load module 'grabdoc' and another failing to load `CAD_Sketch…

Harley Acheson created pull request blender/blender#106515 2023-04-04 01:50:08 +02:00
Fix #106484: Show Rotation with higher precision
Harley Acheson created branch RotationPrecision in Harley/blender 2023-04-04 01:39:42 +02:00
Harley Acheson pushed to RotationPrecision at Harley/blender 2023-04-04 01:39:42 +02:00
d462531c18 Fix #106484: Show Rotation with higher precision
Harley Acheson commented on issue blender/blender#106484 2023-04-04 01:36:29 +02:00
Rotation values are displayed wonky after 99.9 degrees

Agreed that is is confusing. Especially since clicking the arrow buttons continues to change in 10th degrees despite showing no decimal places.

Harley Acheson pushed to ConfirmDialogs at Harley/blender 2023-04-03 22:33:44 +02:00
8495d2494d Cleanup.
14b112ef82 Fix #106422: Mesh Data Attributes Using tip_ for iface_
3e8f85c743 Fix: VSE Channels region unhides when changing font
9726e4a0ad Nodes: Move data-block default values with link drag search
e7f395dd20 Nodes: Add dropdown to select group socket subtype
Compare 32 commits »
Harley Acheson commented on issue blender/blender#106506 2023-04-03 21:09:56 +02:00
bevel window bug

Hello, could explain a bit better what you are trying to do? If you trying to define a custom profile in this widget...

image

... you…

Harley Acheson deleted branch MeshDataTip from Harley/blender 2023-04-03 20:55:39 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-03 20:55:36 +02:00
14b112ef82 Fix #106422: Mesh Data Attributes Using tip_ for iface_
Harley Acheson closed issue blender/blender#106422 2023-04-03 20:55:36 +02:00
UI: Attributes is translated when translation Tooltips is on
Harley Acheson merged pull request blender/blender#106507 2023-04-03 20:55:34 +02:00
Fix #106422: Mesh Data Attributes Using tip_ for iface_
Harley Acheson created pull request blender/blender#106507 2023-04-03 20:51:15 +02:00
Fix #106422: Mesh Data Attributes Using tip_ for iface_
Harley Acheson created branch MeshDataTip in Harley/blender 2023-04-03 20:43:52 +02:00
Harley Acheson pushed to MeshDataTip at Harley/blender 2023-04-03 20:43:52 +02:00
7a1373d0c0 Fix #106422: Mesh Data Attributes Using tip_ for iface_
3e8f85c743 Fix: VSE Channels region unhides when changing font
9726e4a0ad Nodes: Move data-block default values with link drag search
e7f395dd20 Nodes: Add dropdown to select group socket subtype
4cb670e68f Fix #105148: Cycles Metal memory leak on AMD GPU
Compare 10 commits »
Harley Acheson commented on issue blender/blender#106416 2023-04-03 18:25:04 +02:00
Front view Y axis keybinding is reversed

I'm probably thinking about this wrong, but this is our factory orientation:

image

I would consider the "front" orientation to be "X".…

Harley Acheson commented on pull request blender/blender#106126 2023-04-03 17:52:39 +02:00
UI: Gray out Scene Auto-Masking option if equivalent Brush option is used #102971

Dear @Harley, thank you for your clarification on the 1st issue. Sorry that I wasn't clear about the details...

You are welcome and no worries at all. Note that I was mostly giving you quite…