Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_fix_messages at pioverfour/blender 2023-12-09 00:26:18 +01:00
c68e9134c0 UI: fix and improve a few messages
f3c1111836 Fix #114838: Force Full Redraw When Duplicating Areas
639272ef77 Fix #100784: Truncate Text with Ellipsis inside Number Inputs
e0d95b95cc Fix: Build error and format fixes after previous cleanup
854cdd1180 Cleanup: Use consistent "mesh" variable name (replace "me")
Compare 5 commits »
Damien Picard created pull request blender/blender#115962 2023-12-09 00:12:13 +01:00
Anim: reorder "View in Graph Editor" buttons in the context menu
Damien Picard pushed to dp_reorder_view_curve_ops at pioverfour/blender 2023-12-09 00:06:55 +01:00
2c2d92019d Anim: reorder "View in Graph Editor" buttons in the context menu
Damien Picard created branch dp_reorder_view_curve_ops in pioverfour/blender 2023-12-09 00:06:45 +01:00
Damien Picard pushed to dp_reorder_view_curve_ops at pioverfour/blender 2023-12-09 00:06:45 +01:00
228ee32e77 UI: reorder "View in Graph Editor" buttons in the context menu
956d00e37a Cleanup: Return sculpt node automasking data by value
e5814ab201 Cleanup: Move majority of sculpt paint module to C++ namespaces
83810e28fc Cleanup: Sculpt explicitly retrieve mesh face visibility attribute
0137e5494a Fix #40009: Win32 Use Message Time for Events not Current Time
Compare 10 commits »
Damien Picard commented on issue blender/blender-addons#105049 2023-12-08 16:47:37 +01:00
Impossible to enable the add-on

I’m not sure there is much that can be done on the Blender side to avoid this add-on breaking the import process, but it’s hard to tell without knowing which add-on it is and how it works.

I…

Damien Picard commented on issue blender/blender-addons#105049 2023-12-08 14:49:20 +01:00
Impossible to enable the add-on

It looks like the error occurs in the shibokensupport module, something which is apparently part of PySide. (From what I understand this module monkey patches the import mechanism [here](https://…

Damien Picard commented on pull request blender/blender-addons#105033 2023-11-30 14:56:59 +01:00
vdm-brush-baker: Fix #105028

The bakematerials.py file uses DOS line endings (CR LF), but it should be converted to Unix (LF) otherwise every line looks like it’s changed.

Damien Picard commented on issue blender/blender#115526 2023-11-30 12:03:43 +01:00
Black mesh after using array modifier (On smoothed meshes only)

if you confirm, please also at least add a corresponding Module label

Got it, sorry about that.

Damien Picard commented on issue blender/blender-addons#105028 2023-11-30 03:08:42 +01:00
Can't render and create VDM texture blender error

Note that an error also occurs if the translation of data is enabled and the material couldn’t be created properly. From the screenshots, it looks like a Portuguese translation is being…

Damien Picard deleted branch dp_make_keymap_title_wider from pioverfour/blender 2023-11-29 22:48:43 +01:00
Damien Picard opened issue blender/blender#115542 2023-11-28 20:55:00 +01:00
On error in the text editor, the last word is invisibly selected when the line consists of two words
Damien Picard commented on issue blender/blender#115526 2023-11-28 19:28:14 +01:00
Black mesh after using array modifier (On smoothed meshes only)

Can confirm with:

System Information Operating system: Linux-6.5.0-13-generic-x86_64-with-glibc2.38 64 Bits, X11 UI Graphics card: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 NVIDIA…

Damien Picard commented on pull request blender/blender#115370 2023-11-27 14:35:08 +01:00
I18n: translate new text object body

It does look like it does the trick, thanks for the help :)

Damien Picard pushed to dp_translate_new_text_body at pioverfour/blender 2023-11-27 14:34:37 +01:00
ba8522000e Revert to using MEM_malloc_arrayN() for the curve string
Damien Picard commented on pull request blender/blender#115370 2023-11-27 14:21:33 +01:00
I18n: translate new text object body

My understanding was that UTF-8 characters don’t necessarily have the same number of bytes, but the _array malloc could only allocate same-sized arrays. So for Vietnamese, len_bytes == 10

Damien Picard pushed to dp_translate_new_text_body at pioverfour/blender 2023-11-27 14:13:49 +01:00
8a802b0fd9 Improve allocations and naming
f88c416b7a Merge branch 'main' into dp_translate_new_text_body
fe90c82b20 EEVEE-Next: Fix ObjectHandle::recalc
8ae80abe5f Fix: Various Small GLSL Material Tweaks
78de9138e5 Core: Add ObjectRuntime::last_update transform, geometry and shading
Compare 42 commits »
Damien Picard created pull request blender/blender#115370 2023-11-24 18:12:06 +01:00
I18n: translate new text object body
Damien Picard pushed to dp_translate_new_text_body at pioverfour/blender 2023-11-24 17:44:55 +01:00
2ece92596e I18n: translate new text object body