Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to main at blender/blender-addons 2024-03-14 15:25:49 +01:00
d7dba368a7 Merge branch 'blender-v4.1-release'
bed1754543 Fix: Node Wrangler: non-color bump and normal in principled setup
Compare 2 commits »
Damien Picard deleted branch dp_fix_nw_normal_colorspace from pioverfour/blender-addons 2024-03-14 15:25:05 +01:00
Damien Picard pushed to blender-v4.1-release at blender/blender-addons 2024-03-14 15:25:05 +01:00
bed1754543 Fix: Node Wrangler: non-color bump and normal in principled setup
Damien Picard merged pull request blender/blender-addons#105236 2024-03-14 15:25:03 +01:00
Fix: Node Wrangler: non-color bump and normal in principled setup
Damien Picard created pull request blender/blender-addons#105236 2024-03-14 15:20:30 +01:00
Fix: Node Wrangler: non-color bump and normal in principled setup
Damien Picard pushed to dp_fix_nw_normal_colorspace at pioverfour/blender-addons 2024-03-14 15:20:10 +01:00
71b19ea0b2 Fix: Node Wrangler: non-color bump and normal in principled setup
Damien Picard pushed to dp_fix_nw_normal_colorspace at pioverfour/blender-addons 2024-03-14 15:19:43 +01:00
e6e52db321 Node Wrangler: Fix: non-color bump and normal in principled setup
Damien Picard pushed to dp_fix_nw_normal_colorspace at pioverfour/blender-addons 2024-03-14 15:17:44 +01:00
cfab247e92 Node Wrangler: Fix: non-color bump and normal in principled setup
Damien Picard created branch dp_fix_nw_normal_colorspace in pioverfour/blender-addons 2024-03-14 15:12:39 +01:00
Damien Picard pushed to dp_fix_nw_normal_colorspace at pioverfour/blender-addons 2024-03-14 15:12:39 +01:00
2d8bbe018e Node Wrangler: Fix: non-color bump and normal in principled setup
7a5c650a01 glTF exporter: add glTF Embedded format option back - with option
dc8d1d8a5a License Headers: use SPDX-FileCopyrightText for mesh_tissue
0b9559c1da Merge branch 'main' into blender-v4.1-release
Compare 10 commits »
Damien Picard commented on issue blender/blender-addons#105234 2024-03-14 13:42:48 +01:00
Node wrangler

Hi, thanks for the report.

Texture setup depends on the names of the images. Could you send a screenshot with the list of images you selected after pressing Ctrl + Shift + T?

Damien Picard commented on issue blender/blender#119368 2024-03-13 09:42:16 +01:00
UI: Blender is using Fuzzy translations

What I usually do to get the latest translations is use msgfmt, part of GNU gettext. This command compiles the translations to a binary .mo file:

msgfmt --statistics ~/blender-git/blender-u…
Damien Picard commented on issue blender/blender#104002 2024-03-12 20:24:18 +01:00
Parented camera not animated when switching view with markers and collection is disabled

I can confirm that the issue is not fixed in 3.6 with only e623d07362 applied. It is fixed after applying b248295530 as well.

Damien Picard commented on issue blender/blender#119368 2024-03-12 19:49:51 +01:00
UI: Blender is using Fuzzy translations

Hi, thanks for the report.

I tried to reproduce the issue with the Polish translation in the main branch, but for me the fuzzy strings appear untranslated in Blender. In fact, the locale files…

Damien Picard commented on issue blender/blender#104002 2024-03-11 10:45:50 +01:00
Parented camera not animated when switching view with markers and collection is disabled

Actually I’m not sure the backport would work on its own since the commit references !110139, which looks more involved.

Damien Picard commented on issue blender/blender#104002 2024-03-11 10:28:28 +01:00
Parented camera not animated when switching view with markers and collection is disabled

I bisected to e623d073628120b427994e0c45206a5ee4dd1915, so actually a fix.

Damien Picard pushed to dp_disambiguate at pioverfour/blender 2024-03-10 21:19:17 +01:00
1d47cfb106 I18n: extract a few messages more
c7ed4946ed Merge branch 'blender-v4.1-release' into dp_disambiguate
b020173984 Fix #114120: support output attributes on instanced geometry in geometry nodes modifier
0f1e93e78a Cleanup: Remove debug print
dfa8039b0d Fix: Memory leak from sculpt paint lasso
Compare 49 commits »
Damien Picard commented on issue blender/blender#104002 2024-03-09 16:53:44 +01:00
Parented camera not animated when switching view with markers and collection is disabled

This bug was fixed some time between 3.6 and 4.0.

Damien Picard commented on issue blender/blender#119028 2024-03-05 15:12:08 +01:00
Memory leak related to the gpu module

Can you check if you safe guard the initialization of the shader would also fix the issue?

I’m not sure how to do that in Python, because the variable name doesn’t appear in globals()

Damien Picard created pull request blender/blender#119065 2024-03-04 22:08:52 +01:00
I18n: extract and disambiguate a few messages