blender/intern/cycles
Hans Goudey fe1816f67f Curves: Rename "Hair" types, variables, and functions to "Curves"
Based on discussions from T95355 and T94193, the plan is to use
the name "Curves" to describe the data-block container for multiple
curves. Eventually this will replace the existing "Curve" data-block.
However, it will be a while before the curve data-block can be replaced
so in order to distinguish the two curve types in the UI, "Hair Curves"
will be used, but eventually changed back to "Curves".

This patch renames "hair-related" files, functions, types, and variable
names to this convention. A deep rename is preferred to keep code
consistent and to avoid any "hair" terminology from leaking, since the
new data-block is meant for all curve types, not just hair use cases.

The downside of this naming is that the difference between "Curve"
and "Curves" has become important. That was considered during
design discussons and deemed acceptable, especially given the
non-permanent nature of the somewhat common conflict.

Some points of interest:
- All DNA compatibility is lost, just like rBf59767ff9729.
- I renamed `ID_HA` to `ID_CV` so there is no complete mismatch.
- `hair_curves` is used where necessary to distinguish from the
  existing "curves" plural.
- I didn't rename any of the cycles/rendering code function names,
  since that is also used by the old hair particle system.

Differential Revision: https://developer.blender.org/D14007
2022-02-07 11:56:48 -06:00
..
app Build: remove usage of link_directories 2022-01-13 10:40:38 +01:00
blender Curves: Rename "Hair" types, variables, and functions to "Curves" 2022-02-07 11:56:48 -06:00
bvh Fix uninitialized value in Cycles BVH after recent changes 2022-02-04 20:27:49 +01:00
cmake Cleanup: indentation for CMake files 2022-01-28 14:52:47 +11:00
device Cleanup: use our own conventions for tags in comments 2022-01-31 10:49:59 +11:00
doc Cleanup: fix typos in comments and docs 2021-11-19 13:02:16 +01:00
graph Cleanup: capitalize NOTE tag 2021-11-30 10:15:17 +11:00
integrator Cleanup: use our own conventions for tags in comments 2022-01-31 10:49:59 +11:00
kernel Fix T93851: Cycles wrong glossy indirect pass with volumes 2022-02-04 17:53:39 +01:00
scene Fix: OSL not recognizing UVTILE images 2022-01-25 22:00:23 -08:00
session Cleanup: spelling in comments, C++ style comments for disabled code 2022-01-14 11:23:46 +11:00
subd Cycles: remove prefix from source code file names 2021-10-26 15:37:04 +02:00
test Build: remove usage of link_directories 2022-01-13 10:40:38 +01:00
util Cleanup: spelling in comments 2022-01-26 16:06:22 +11:00
CMakeLists.txt Cycles: add build option to enable a debugging feature for MIS 2021-11-17 18:03:56 +01:00