blender/intern/cycles
Damien Picard 3bd41cf9bc I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant
The previous commit introduced a new `RPT_()` macro to translate
strings which are not tooltips or regular interface elements, but
longer reports or statuses.

This commit uses the new macro to translate many strings all over the
UI.

Most of it is a simple replace from `TIP_()` or `IFACE_()` to
`RPT_()`, but there are some additional changes:
- A few translations inside `BKE_report()` are removed altogether
  because they are already handled by the translation system.
- Messages inside `UI_but_disable()` are no longer translated
  manually, but they are handled by a new regex in the translation
  system.

Pull Request: https://projects.blender.org/blender/blender/pulls/116804

Pull Request: https://projects.blender.org/blender/blender/pulls/116804
2024-01-12 13:37:32 +01:00
..
app Cleanup: use braces for sources in intern/ 2023-09-17 09:05:40 +10:00
blender I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
bvh Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
cmake Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
device Fix #116810: Cycles HIP OpenImageDenoise device not available 2024-01-11 15:28:43 +01:00
doc License headers: use SPDX-FileCopyrightText in intern/cycles 2023-06-14 16:53:23 +10:00
graph Fix #113777: Cycles IES texture not working for sphere lights 2023-10-18 20:40:07 +02:00
hydra Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
integrator Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
kernel Fix #116211: Cycles light linking incorrect with transparent objects 2024-01-10 18:06:28 +01:00
scene Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
session Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
subd Cleanup: use braces for sources in intern/ 2023-09-17 09:05:40 +10:00
test Tests: add option to build one binary per GTest file 2024-01-03 18:35:50 +01:00
util Cycles: Enable floating point atomic support in Metal 2024-01-04 17:08:29 +01:00
CMakeLists.txt Fix macOS ARM build failing with make lite 2024-01-08 13:14:34 +01:00