From adcce654e38307b180ebdfa3699a80018ac95f63 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 18 Apr 2022 20:17:41 -0400 Subject: Cleanup: Use correct capitalization of "F-Curve" --- doc/python_api/rst/info_gotcha.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/python_api') diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst index bef76a5e479..d3067eb0518 100644 --- a/doc/python_api/rst/info_gotcha.rst +++ b/doc/python_api/rst/info_gotcha.rst @@ -93,7 +93,7 @@ Consider the calculations that might contribute to the object's final transforma - Animation function curves. - Drivers and their Python expressions. - Constraints -- Parent objects and all of their F-curves, constraints, etc. +- Parent objects and all of their F-Curves, constraints, etc. To avoid expensive recalculations every time a property is modified, Blender defers the evaluation until the results are needed. @@ -802,7 +802,7 @@ Removing Data ------------- **Any** data that you remove shouldn't be modified or accessed afterwards, -this includes: F-curves, drivers, render layers, timeline markers, modifiers, constraints +this includes: F-Curves, drivers, render layers, timeline markers, modifiers, constraints along with objects, scenes, collections, bones, etc. The ``remove()`` API calls will invalidate the data they free to prevent common mistakes. -- cgit v1.2.3