tornavis/source/blender/makesrna
Sybren A. Stüvel 6452eccc80 #107126: Make FCurve.update() also deduplicate keys
The RNA function `FCurve.update()` now also deduplicates keys. This is done
in a way that is independent of key selection; simply the last key in the
list of keyframes 'wins' and overwrites earlier ones. It is exactly the
same as `FCurve.keyframe_points.deduplicate()`.
2023-06-09 12:06:27 +02:00
..
intern #107126: Make FCurve.update() also deduplicate keys 2023-06-09 12:06:27 +02:00
rna_cleanup Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
CMakeLists.txt Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_access.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_define.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_documentation.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_enum_items.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_enum_types.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_path.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
RNA_types.h RNA: support compiling rna files as C++ code 2023-06-09 11:45:41 +02:00