bdk-blender/intern/cycles/blender
Damien Picard 2e5452ee87 I18n: do not extract messages explicitly marked as not translatable
Some UI functions have a "translate" argument, which if set to False
specifies that the message is not to be translated. This sometimes
means that it was already translated beforehands.

But many messages were still getting extracted, sometimes twice in
different contexts. Some featured errors because the arguments of
various functions would be concatenated, such as:

```
col.label(text=iface_("Branch: %s") % bpy.app.build_branch.decode('utf-8', 'replace'), translate=False)
```

which would get extracted as:

```
msgid "Branch: %sutf-8replace"
```

Pull Request #105417
2023-03-07 10:41:18 +01:00
..
addon I18n: do not extract messages explicitly marked as not translatable 2023-03-07 10:41:18 +01:00
camera.cpp Cycles: add option to bake specular from active camera viewpoint 2022-10-03 21:59:31 +02:00
CCL_api.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
CMakeLists.txt Attribute Node: refactor lookup to remove duplication between engines. 2022-09-30 20:01:57 +03:00
curves.cpp Fix Cycles not rendering hair without radius attributes 2022-09-05 11:38:32 +02:00
device.cpp Cleanup: make format 2023-01-05 19:43:19 +01:00
device.h Cycles: Additional Metal kernel specialisation exposed through UI 2023-01-04 23:36:52 +00:00
display_driver.cpp Fix: Cycles display without OpenColorIO not working for Metal 2023-02-23 14:25:08 +01:00
display_driver.h Cleanup: spelling in comments 2022-12-05 12:58:18 +11:00
geometry.cpp Cleanup: Remove compile option for curves object 2022-07-19 12:10:45 -05:00
id_map.h Attribute Node: support accessing attributes of View Layer and Scene. 2022-10-08 16:43:18 +03:00
image.cpp Cleanup: use '#' prefix for issues instead of 'T' 2023-02-12 14:56:05 +11:00
image.h UDIM: Add support for packing inside .blend files 2022-05-11 20:11:44 -07:00
light.cpp Cleanup: use '#' prefix for issues instead of 'T' 2023-02-12 14:56:05 +11:00
logging.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
mesh.cpp Mesh: Move positions to a generic attribute 2023-01-10 00:10:43 -05:00
object_cull.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
object_cull.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
object.cpp Attribute Node: support accessing attributes of View Layer and Scene. 2022-10-08 16:43:18 +03:00
output_driver.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
output_driver.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
particles.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
pointcloud.cpp Fix wrong Cycles default radius for motion blurred point clouds 2022-10-14 19:51:28 +02:00
python.cpp Cleanup: rename Byte to Bytes in Python string utilities 2023-02-15 16:19:14 +11:00
session.cpp Cleanup: use '#' prefix for issues instead of 'T' 2023-02-12 14:56:05 +11:00
session.h Fix T100833: Cycles UDIM baking broken after recent changes 2022-09-08 20:24:32 +02:00
shader.cpp Fix T102920: Cycles doesn't support multiple outputs on muted nodes 2023-01-12 00:53:05 +01:00
sync.cpp Fix Light Tree option causing wrong renders on macOS AMD 2023-02-21 16:50:06 +01:00
sync.h Attribute Node: support accessing attributes of View Layer and Scene. 2022-10-08 16:43:18 +03:00
texture.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
texture.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
util.h Refactor: Replace old Mesh edge split implementation 2022-12-13 18:40:06 -06:00
viewport.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
viewport.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
volume.cpp Cleanup: Cycles, fix "parameter unused" warning 2022-05-27 13:01:01 +02:00