[Bf-blender-cvs] [741a905] alembic_basic_io: From review: rename bf_abc -> bl_alembic.

Kévin Dietrich noreply at git.blender.org
Mon Jun 20 18:59:32 CEST 2016


Commit: 741a905e6aa141a7812ffed7e7381038cf1d220d
Author: Kévin Dietrich
Date:   Mon Jun 20 16:38:46 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB741a905e6aa141a7812ffed7e7381038cf1d220d

>From review: rename bf_abc -> bl_alembic.

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

M	build_files/cmake/macros.cmake
M	source/blender/alembic/CMakeLists.txt

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index aea74de..acc491f 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -576,7 +576,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_imbuf_openimageio
 		bf_imbuf_dds
 		bf_collada
-		bf_abc
+		bf_alembic
 		bf_intern_elbeem
 		bf_intern_memutil
 		bf_intern_guardedalloc
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index d3ff69e..ba85712 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -72,4 +72,4 @@ set(SRC
 	intern/abc_util.h
 )
 
-blender_add_lib(bf_abc "${SRC}" "${INC}" "${INC_SYS}")
+blender_add_lib(bf_alembic "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list