Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-11-02 17:35:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-02 17:35:18 +0300
commitc5510df2682fccd7a8f1b9aa2b80aef31cf1d9a9 (patch)
tree295bba866df33f8e7d38c0a1bc275b9f31bdbe79 /tests/python
parentc9ffb6fc91cfe65b986b843e259fe17c87c43fea (diff)
tests: Update hash for OBJ
Was a recent update of UV precision.
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 8487c6a2094..a29b612e0ef 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -130,7 +130,7 @@ add_test(export_obj_cube ${TEST_BLENDER_EXE}
--run={'FINISHED'}&bpy.ops.export_scene.obj\(filepath='${TEST_OUT_DIR}/export_obj_cube.obj',use_selection=False\)
--md5_source=${TEST_OUT_DIR}/export_obj_cube.obj
--md5_source=${TEST_OUT_DIR}/export_obj_cube.mtl
- --md5=826f74e6b7a2128b0b61a52071ada36e --md5_method=FILE
+ --md5=e80660437ad9bfe082849641c361a233 --md5_method=FILE
)
add_test(export_obj_nurbs ${TEST_BLENDER_EXE}