Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-04 00:54:29 +0300
committerCampbell Barton <campbell@blender.org>2022-08-04 00:54:29 +0300
commit6089a96be2993d0808018cdf209db3691a1f2d0f (patch)
tree0d9a243bf0a2126260bab2bed40bc6e8d4b9c840 /source/blender/makesrna/intern/rna_path.cc
parent1ec7f75b2a045c176218c694ae24e018f0802dbe (diff)
Cleanup: spelling, code-blocks
Diffstat (limited to 'source/blender/makesrna/intern/rna_path.cc')
-rw-r--r--source/blender/makesrna/intern/rna_path.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_path.cc b/source/blender/makesrna/intern/rna_path.cc
index fe1f4c0101f..22bd607b027 100644
--- a/source/blender/makesrna/intern/rna_path.cc
+++ b/source/blender/makesrna/intern/rna_path.cc
@@ -380,9 +380,7 @@ static bool rna_path_parse(const PointerRNA *ptr,
}
const bool use_id_prop = (*path == '[');
- /* custom property lookup ?
- * C.object["someprop"]
- */
+ /* Custom property lookup: e.g. `C.object["someprop"]`. */
if (!curptr.data) {
return false;