Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_fix_geo_nodes_field_tooltips at pioverfour/blender 2023-04-24 21:18:53 +02:00
05b22feaaa I18n: improve geometry nodes field tooltips
a649ff7b98 Fix broken 'replace object in collection' code.
4f08eeae9c Nodes: Make spacings unitless in String to Curves node
aeb15e4e76 Cleanup: fix compiler warning
4504a13bd9 Fix #107262: snap source of type Active Element sometimes fails
Compare 37 commits »
Damien Picard deleted branch dp_fix_context_modifier_poll from pioverfour/blender 2023-04-24 20:53:30 +02:00
Damien Picard created pull request blender/blender#107310 2023-04-24 20:35:49 +02:00
Fix Python error when trying to call the Search Menu with no object
Damien Picard created branch dp_fix_context_modifier_poll in pioverfour/blender 2023-04-24 20:24:49 +02:00
Damien Picard pushed to dp_fix_context_modifier_poll at pioverfour/blender 2023-04-24 20:24:49 +02:00
05424aeb54 Fix Python error when trying to call the Search Menu with no object
a649ff7b98 Fix broken 'replace object in collection' code.
4f08eeae9c Nodes: Make spacings unitless in String to Curves node
aeb15e4e76 Cleanup: fix compiler warning
4504a13bd9 Fix #107262: snap source of type Active Element sometimes fails
Compare 10 commits »
Damien Picard deleted branch dp_gn_str_2_curve_unitless from pioverfour/blender 2023-04-24 18:32:42 +02:00
Damien Picard commented on pull request blender/blender#106660 2023-04-24 17:39:36 +02:00
Nodes: make spacings unitless in String to Curves node

Looks good, it definitely makes more sense to have them unitless.

Cool, thanks! Can you commit this or should I ask another developer?

Damien Picard commented on issue blender/blender#107274 2023-04-24 16:49:38 +02:00
Crash when trying to frame a big object in ortho view (global-buffer-overflow with imperial Unit System)

In addition, it only happens when the Text Info overlay is enabled. I’d guess there’s a problem with the string for miles?

Damien Picard commented on issue blender/blender#107274 2023-04-23 22:29:35 +02:00
Crash when trying to frame a big object in ortho view (global-buffer-overflow with imperial Unit System)

you was connectied a string node 2 times with one multi-input? It's strange that it works without problems...

I use the Lazy Connect with Menu operator from node wrangler. I was surprised to…

Damien Picard opened issue blender/blender#107274 2023-04-23 22:12:00 +02:00
Crash when trying to frame a big object in ortho view
Damien Picard closed pull request blender/blender-addons#104560 2023-04-23 20:23:21 +02:00
Node Wrangler: Fix #104555, multiple operators using virtual sockets
Damien Picard deleted branch dp_nw_fix_104555 from pioverfour/blender-addons 2023-04-23 20:23:21 +02:00
Damien Picard closed issue blender/blender-addons#104555 2023-04-23 20:22:34 +02:00
Node Wrangler Lazy Connect bug
Damien Picard pushed to main at blender/blender-addons 2023-04-23 20:22:34 +02:00
dc6c334c4d Node Wrangler: Fix #104555, multiple operators using virtual sockets
bc05c95da5 Cleanup: I18n: Remove extraction macros from node socket declarations
d267c030b1 I18n: Add message extraction regexes for node socket declarations
2ed6f738da BLI_path: support normalizing relative paths
1e5f2698af Cleanup: minor improvements to BLI_path_normalize
651f9404a1 Cleanup: rename path_util 'Clean' tests to 'Normalize'
Compare 6 commits »
Damien Picard created pull request blender/blender#107260 2023-04-23 04:13:26 +02:00
18n: Use fmt::format() to replace string concatenation in nodes
Damien Picard pushed to dp_geo_nodes_tooltips_fmt at pioverfour/blender 2023-04-23 04:07:31 +02:00
85be395a81 18n: Use fmt::format() to replace string concatenation in nodes
Damien Picard pushed to dp_geo_nodes_tooltips_fmt at pioverfour/blender 2023-04-23 04:05:23 +02:00
a3c49eb0b9 18n: Use fmt::format() to replace string concatenation in nodes
Damien Picard created pull request blender/blender#107258 2023-04-23 03:59:40 +02:00
I18n: Remove extraction macros from the node socket declarations
a3ed424c39 I18n: Remove extraction macros from the node socket declarations