[Bf-blender-cvs] [1340c7bcdcf] master: fix: collada: removed unnecessary extra qualification

Gaia Clary noreply at git.blender.org
Sun Jun 25 13:10:22 CEST 2017


Commit: 1340c7bcdcf4cdbfc2ddcc6220ffa2b3d8d6fcba
Author: Gaia Clary
Date:   Sun Jun 25 13:10:03 2017 +0200
Branches: master
https://developer.blender.org/rB1340c7bcdcf4cdbfc2ddcc6220ffa2b3d8d6fcba

fix: collada: removed unnecessary extra qualification

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

M	source/blender/collada/EffectExporter.h

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

diff --git a/source/blender/collada/EffectExporter.h b/source/blender/collada/EffectExporter.h
index b11699b56e2..95e931dc0d1 100644
--- a/source/blender/collada/EffectExporter.h
+++ b/source/blender/collada/EffectExporter.h
@@ -47,10 +47,8 @@ class EffectsExporter: COLLADASW::LibraryEffects
 {
 public:
 	EffectsExporter(COLLADASW::StreamWriter *sw, const ExportSettings *export_settings);
-	void EffectsExporter::exportUVMats(Object *ob);
-
+	void exportUVMats(Object *ob);
 	void exportEffects(Scene *sce);
-
 	void operator()(Material *ma, Object *ob);
 	
 	COLLADASW::ColorOrTexture createTexture(Image *ima,




More information about the Bf-blender-cvs mailing list