[Bf-blender-cvs] [7a89d47] temp-openvdb: Correct typo

Campbell Barton noreply at git.blender.org
Sat Jan 23 07:28:39 CET 2016


Commit: 7a89d47d95bc67cb2371af9fe43f944731c9ca14
Author: Campbell Barton
Date:   Sat Jan 23 17:21:08 2016 +1100
Branches: temp-openvdb
https://developer.blender.org/rB7a89d47d95bc67cb2371af9fe43f944731c9ca14

Correct typo

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

M	source/blender/python/intern/bpy_app_openvdb.c

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

diff --git a/source/blender/python/intern/bpy_app_openvdb.c b/source/blender/python/intern/bpy_app_openvdb.c
index 9ad11d2..8a24aaf 100644
--- a/source/blender/python/intern/bpy_app_openvdb.c
+++ b/source/blender/python/intern/bpy_app_openvdb.c
@@ -49,7 +49,7 @@ static PyStructSequence_Field app_openvdb_info_fields[] = {
 
 static PyStructSequence_Desc app_openvdb_info_desc = {
 	(char *)"bpy.app.openvdb",     /* name */
-	(char *)"This module contains information about OpenColorIO blender is linked against",    /* doc */
+	(char *)"This module contains information about OpenVDB blender is linked against",  /* doc */
 	app_openvdb_info_fields,    /* fields */
 	ARRAY_SIZE(app_openvdb_info_fields) - 1
 };




More information about the Bf-blender-cvs mailing list