Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard created branch dp_default_font_offset_proper in pioverfour/blender 2023-02-26 17:36:07 +01:00
Damien Picard pushed to dp_default_font_offset_proper at pioverfour/blender 2023-02-26 17:36:07 +01:00
5c294ee9ce Curves: change default font offset from 1.0 to 0.0
Damien Picard pushed to dp_default_font_offset at pioverfour/blender 2023-02-26 17:26:39 +01:00
f2beddd936 Curves: change default font offset from 1.0 to 0.0
54f672cbfa #99807: USD IO: Add support for exporting to USDZ
ec6e7d97ca Fix OSX implementation of BLI_current_working_dir and improve tests.
86ceb6722f Cleanup: format
52ded6ab56 GPUTexture: Make sure all available texture format are supported
Compare 35 commits »
Damien Picard commented on pull request blender/blender#105182 2023-02-25 18:51:30 +01:00
Curves: change default font offset from 1.0 to 0.0

@Harley, thank you, I’ll study your solution tomorrow. The one I came up with was simply:

diff --git a/source/blender/blenkernel/intern/curve.cc b/source/blender/blenkernel/intern/curve…
Damien Picard pushed to dp_kerning_float at pioverfour/blender 2023-02-25 18:44:37 +01:00
8b230c598e Font kerning: allow float values
afb6336857 Workbench: Remove unecessary GPU_TEXTURE_USAGE_ATTACHMENT flag
9fb1f32f06 Cleanup: GPUTexture: Remove _ex suffix from texture creation
3d6578b33e GPUTexture: Add texture usage flag to all texture creation
e01b140fb2 GPUTexture: Remove data_format from 3D texture creation function
Compare 28 commits »
Damien Picard commented on pull request blender/blender#105182 2023-02-25 16:26:45 +01:00
Curves: change default font offset from 1.0 to 0.0

If you add a new "Bezier Circle" for example, it starts with an initial offset value of -1. But if you change the "Extrude" value your circle with 1m radius turns into a vertical pole of 0…

Damien Picard commented on issue blender/blender#105113 2023-02-25 14:29:47 +01:00
Japanese translation | "Wrong" translation (Value)

@hainarashi That is correct, the node name was fixed already, the color picker should be in time for 3.5, and the node sockets will hopefully be fixed for 3.6 depending on how fast #105195 is…

Damien Picard commented on pull request blender/blender#105195 2023-02-25 01:59:32 +01:00
I18n: add per-socket translation contexts for nodes

This is needed to avoid a crash when certain nodes are added (for instance, Render Layers in the compositing nodes).

Damien Picard created pull request blender/blender#105195 2023-02-25 01:50:49 +01:00
I18n: add per-socket translation contexts for nodes
04b5877712 I18n: add per-socket translation contexts for nodes
eefe3f0520 Nodes: add per-socket translation contexts
0f09678036 Merge branch 'blender-v3.5-release'
01d4c8462d Fix #104006 Sculpt box/lasso trim projection errors
a843a9c9bb Sculpt: Add trim orientation to sculpt box trim UI
6cd9604a91 Merge branch 'blender-v3.5-release'
Compare 10 commits »
Damien Picard created branch dp_per_node_socket_translation_context in pioverfour/blender 2023-02-25 01:36:30 +01:00
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-02-24 21:19:38 +01:00
38382083ef I18n: disambiguate a few messages
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-02-24 19:34:09 +01:00
805fad53b7 I18n: disambiguate a few messages
Damien Picard created pull request blender/blender#105187 2023-02-24 17:55:52 +01:00
I18n: disambiguate a few messages
Damien Picard created branch dp_disambiguate in pioverfour/blender 2023-02-24 17:49:38 +01:00
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-02-24 17:49:38 +01:00
5116f365ae I18n: disambiguate a few messages
f30c395a7c Fix make_update switching branches with multiple upstreams
2c5434c3f5 Fix: crash in Spline Parameter node with single-point-curves
3d10dfb0a3 Fix #105166: Sample UV Surface node does not take index mask into account
9b70039014 Fix paths in the auto-formatting tools
Compare 5 commits »
Damien Picard commented on issue blender/blender#105113 2023-02-24 17:40:27 +01:00
Japanese translation | "Wrong" translation (Value)

@SatoshiYamasaki I’m just now adding it for the color picker, but for the nodes I can’t do it currently as the node system doesn’t allow it.

As far as I can see, @hainarashi is right and…

Damien Picard commented on pull request blender/blender#105182 2023-02-24 16:30:42 +01:00
Curves: change default font offset from 1.0 to 0.0

@mod_moder The only thing I could find was issue #90819, which seems to concur that this is not the proper behaviour. A blame didn’t give much info, the original commit 9a076dd95a didn’t state…

Damien Picard commented on pull request blender/blender#105182 2023-02-24 16:19:36 +01:00
Curves: change default font offset from 1.0 to 0.0

I think I've seen discussion of this. And there was a reason to consider 1.0 correct ... but I don’t remember the details

Oh ok, I’ll try to dig.