Cleanup: Fix typo and other issues in some comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user