[Bf-blender-cvs] [03a693922db] master: Cleanup: Fix typo and other issues in some comment.

Bastien Montagne noreply at git.blender.org
Sat Jun 6 16:18:45 CEST 2020


Commit: 03a693922dbc440032dd91e28df26098b7b03530
Author: Bastien Montagne
Date:   Sat Jun 6 15:51:01 2020 +0200
Branches: master
https://developer.blender.org/rB03a693922dbc440032dd91e28df26098b7b03530

Cleanup: Fix typo and other issues in some comment.

===================================================================

M	source/blender/makesrna/intern/rna_image.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 73504200020..cbc376c863f 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -1097,9 +1097,9 @@ static void rna_def_image(BlenderRNA *brna)
       prop, "Duration", "Duration (in frames) of the image (1 when not a video/sequence)");
   RNA_def_property_clear_flag(prop, PROP_EDITABLE);
 
-  /* NOTE about pixels/channels/is_floa:
-   * this properties describes how image is stored internally (inside of ImBuf),
-   * not how it was saved to disk or how it'll be saved on disk
+  /* NOTE about pixels/channels/is_float:
+   * These properties describe how the image is stored internally (inside of ImBuf),
+   * not how it was saved to disk or how it'll be saved on disk.
    */
   prop = RNA_def_property(srna, "pixels", PROP_FLOAT, PROP_NONE);
   RNA_def_property_flag(prop, PROP_DYNAMIC);



More information about the Bf-blender-cvs mailing list