[Bf-blender-cvs] [e63f119] alembic_basic_io: Cleanup.

Kévin Dietrich noreply at git.blender.org
Thu Jun 23 21:18:22 CEST 2016


Commit: e63f119d9a94267019ac8154fa8e9f8f8f9f019a
Author: Kévin Dietrich
Date:   Wed Jun 22 22:09:10 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBe63f119d9a94267019ac8154fa8e9f8f8f9f019a

Cleanup.

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

M	source/blender/alembic/CMakeLists.txt
M	source/blender/alembic/intern/abc_customdata.h
M	source/blender/modifiers/intern/MOD_meshcache_util.h

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

diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index ba85712..58f4366 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id: CMakeLists.txt 21789 2009-07-22 05:35:12Z kazanbas $
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or
@@ -20,12 +19,10 @@
 #
 # The Original Code is: all of this file.
 #
-# Contributor(s): Esteban Tovagliari.
+# Contributor(s): Kevin Dietrich.
 #
 # ***** END GPL LICENSE BLOCK *****
 
-remove_strict_flags()
-
 set(INC
 	.
 	../blenkernel
diff --git a/source/blender/alembic/intern/abc_customdata.h b/source/blender/alembic/intern/abc_customdata.h
index b1e2293..a5eba88 100644
--- a/source/blender/alembic/intern/abc_customdata.h
+++ b/source/blender/alembic/intern/abc_customdata.h
@@ -49,8 +49,9 @@ struct CDStreamConfig {
 
 	bool pack_uvs;
 
-	/* XXX - might need a better to handle adding custom datas in a way that
-	 * updates the custom data holder and its pointers properly. */
+	/* TODO(kevin): might need a better way to handle adding and/or updating
+	 * custom datas such that it updates the custom data holder and its pointers
+	 * properly. */
 	void *user_data;
 	void *(*add_customdata_cb)(void *user_data, const char *name, int data_type);
 
diff --git a/source/blender/modifiers/intern/MOD_meshcache_util.h b/source/blender/modifiers/intern/MOD_meshcache_util.h
index b7da5e1..2b9626b 100644
--- a/source/blender/modifiers/intern/MOD_meshcache_util.h
+++ b/source/blender/modifiers/intern/MOD_meshcache_util.h
@@ -27,6 +27,7 @@
 #ifndef __MOD_MESHCACHE_UTIL_H__
 #define __MOD_MESHCACHE_UTIL_H__
 
+
 /* MOD_meshcache_mdd.c */
 bool MOD_meshcache_read_mdd_index(FILE *fp,
                                   float (*vertexCos)[3], const int vertex_tot,




More information about the Bf-blender-cvs mailing list