Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson created branch GroupedOverflow in Harley/blender 2023-02-27 18:41:39 +01:00
Harley Acheson closed issue blender/blender#105200 2023-02-26 23:50:45 +01:00
No true-to-scale import from Adobe Illustrator SVG to Blender
Harley Acheson commented on issue blender/blender#105200 2023-02-26 23:50:43 +01:00
No true-to-scale import from Adobe Illustrator SVG to Blender

I created a "Right-Click Select" feature request that would do what you need for this:

https://blender.community/c/rightclickselect/LJ1A/

You can vote, comment, or even do it yourself if you…

Harley Acheson commented on issue blender/blender#105218 2023-02-26 21:10:17 +01:00
"Repeat Last Command" crash Blender if the command is "Apply modifier"

I am able to see the crash as described in user's reported version of Blender: 3.2.0.

Does not crash in main Does not crash in 3.3.1 Does not crash in 3.2.2

So I would say if you want to…

Harley Acheson created pull request blender/blender#105225 2023-02-26 20:38:17 +01:00
Fix #104726: Allow loading of 2.48 file without active window
Harley Acheson created branch Wm248 in Harley/blender 2023-02-26 20:30:37 +01:00
Harley Acheson pushed to Wm248 at Harley/blender 2023-02-26 20:30:37 +01:00
1df9d99fc6 Fix #104726: Allow loading of 2.48 file without active window
8b543bfa3a Merge branch 'blender-v3.5-release'
bf27a239c7 Fix: segfault when setting value in empty bit span
9335150f8c Cleanup: move some function implementations out of header
54f672cbfa #99807: USD IO: Add support for exporting to USDZ
Compare 10 commits »
Harley Acheson commented on issue blender/blender#105200 2023-02-26 18:55:55 +01:00
No true-to-scale import from Adobe Illustrator SVG to Blender

Thanks! This is the entirety of your file:

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg…
Harley Acheson commented on pull request blender/blender#105182 2023-02-26 17:52:11 +01:00
Curves: change default font offset from 1.0 to 0.0

it causes issues with compatibility: old files saved with the offset need to be updated in versioning.

Yes, that makes a lot of sense. I'm glad you tested that. And not really worth it to…

Harley Acheson commented on issue blender/blender#104726 2023-02-26 04:11:35 +01:00
Blender crashes on opening BLENDER-v248REND file

Back to looking at this again, but just taking notes here for now as I don't have much time ATM.

This is a file made before 2.5 and so does not have a wmWindowManager. It therefore has to be…

Harley Acheson commented on issue blender/blender-addons#104436 2023-02-26 03:36:25 +01:00
DXF file not working

@daniel-29 - Sorry if I am still a bit unclear. You mention it "not working" and later that there is an "error message" but did not include anything that shows an error message.

For the version…

Harley Acheson commented on issue blender/blender#105200 2023-02-26 00:38:22 +01:00
No true-to-scale import from Adobe Illustrator SVG to Blender

Please include a sample SVG like you mention, containing only a square with explicit known dimensions.

Harley Acheson commented on issue blender/blender-addons#104436 2023-02-25 23:59:25 +01:00
DXF file not working

Could you please elaborate on what is "not working" exactly?

Is this regarding the "Import AutoCAD DXF Format" addon (Version 0.9.6) that comes with Blender 3.1.2 or some other importer or…

Harley Acheson commented on issue blender/blender#105204 2023-02-25 23:26:26 +01:00
Can't save alpha channel in PNG

If I follow these instructions exactly, using Blender 3.41, I end up with a proper PNG with alpha.

Note that on your last step ("5. Switch File Format back to PNG...") that once you select…

Harley Acheson commented on issue blender/blender#96248 2023-02-25 21:05:29 +01:00
Dual monitor extremely slow

Are all your monitors set to the same UI scale? As in not the Interface scale within Blender but the setting within the operating system? Settings / System / Display / Scale and Layout.

There…

Harley Acheson commented on pull request blender/blender#105188 2023-02-25 19:22:19 +01:00
Python: Change console banner color-style to info

I quite like this change. It is nice having this a different color from the output and it makes sense that it use the line_info theme color.

I can't imagine anyone having strong objection and…

Harley Acheson commented on pull request blender/blender#105182 2023-02-25 19:12:43 +01:00
Curves: change default font offset from 1.0 to 0.0

Internally that offset value is a movement away from the original locations, so with 0 having no change. And for users we expose that value the same way, with zero being no change.

For some…

Harley Acheson commented on pull request blender/blender#105182 2023-02-25 18:28:31 +01:00
Curves: change default font offset from 1.0 to 0.0

I would guess that your patch should look something like the following. But you'd have to think it through, test thoroughly of course.

diff --git a/source/blender/blenkernel/intern/displist…
Harley Acheson commented on pull request blender/blender#105182 2023-02-25 18:03:19 +01:00
Curves: change default font offset from 1.0 to 0.0

Ah yes, I see that this change breaks the initial values for both text and curves. Thanks for changing this to "WIP" as I am now unable to remove Hans as reviewer (known gitea issue).

Harley Acheson commented on issue blender/blender#104248 2023-02-25 17:05:06 +01:00
Bounding box of unaltered bezier circle is twice as big as expected.

Yes, seeing this on main.

Place a Bezier Circle in the scene at default size and you get a circle that has 2m diameter and zero height, but the "Dimensions" tab show it as 4m x 4m x 2m:

![Cur…