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
path: root/tests
AgeCommit message (Expand)Author
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-05Fix alembic tests not running with debug build on windowsRay Molenkamp
2017-05-30Alembic: simplified sub-frame samplingSybren A. Stüvel
2017-05-26Add automated ctest for complex merge in Array modifier.Bastien Montagne
2017-05-23Fix T51534: Alembic: added support for face-varying vertex coloursSybren A. Stüvel
2017-04-28Fix T51331: fixes for Alembic unit tests on WindowsSybren A. Stüvel
2017-04-26Alembic import: added unit test for mesh deformation.Sybren A. Stüvel
2017-04-25Fix T51262: Blender CRASH with alembic fileSybren A. Stüvel
2017-04-23CMake: fix wrong alembic test name on Windows.Brecht Van Lommel
2017-04-22OSX: satisfy macro to also apply alembic testsJens Verwiebe
2017-04-22Disable breaking alembic test for osxJens Verwiebe
2017-04-21Alembic unit tests: Removed trailing spacesSybren A. Stüvel
2017-04-21Alembic unit tests: don't depend on ALEMBIC_ROOT_DIR being defined by userSybren A. Stüvel
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
2017-04-21Alembic import: changing cache modifier path no longer discards object pathsSybren A. Stüvel
2017-04-21CMake: Add option to link against system-wide Gflags librarySergey Sharybin
2017-04-20Alembic import: select imported objectsSybren A. Stüvel
2017-04-19Alembic import: added simple unit test for importer.Sybren A. Stüvel
2017-04-19Alembic import/export: added as_background_job optionSybren A. Stüvel
2017-04-19Alembic export: made hair/particle export optional.Sybren A. Stüvel
2017-04-18Alembic import/export: write curve resolution to user propertySybren A. Stüvel
2017-04-18Alembic unittest: pass unknown CLI arguments to unittest.main()Sybren A. Stüvel
2017-04-18Alembic export: fixed curve type and order.Sybren A. Stüvel
2017-04-14Alembic import: fixed dupligroup export when the dupli-empty has a parentSybren A. Stüvel
2017-04-14Added simple unittests for Alembic exporterSybren A. Stüvel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-07Tests: Compare vectors with epsilonSergey Sharybin
2017-04-07Fix building alembic gtest with buildinfo...Bastien Montagne
2017-04-06Alembic: rotation mode issue in copy_m44_axis_swap, and added unit tests.Sybren A. Stüvel
2017-04-06Added float[][] comparison macros to testing.hSybren A. Stüvel
2017-04-06Alembic: Renamed create_rotation_matrix to create_swapped_rotation_matrix and...Sybren A. Stüvel
2017-03-29Remove non-bmesh case from testCampbell Barton
2017-03-29Use 'empty' option for clearing factory settingsCampbell Barton
2017-03-24Cleanup: minor edits to path testCampbell Barton
2017-03-24BLI_path_util: Add BLI_path_joinCampbell Barton
2017-03-22BLI_path_util: add BLI_path_name_at_indexCampbell Barton
2017-03-18PyAPI: ID Property testsJacques Lucke
2017-02-27Cleanup: typo in struct nameCampbell Barton
2017-02-16Register test for mesh.split_faces()Sergey Sharybin
2017-02-16Cyctes tests: Commit blender.git side changesSergey Sharybin
2017-02-10CTests: Initial work to cover Cycles nodes with OpenGL testsSergey Sharybin
2017-02-10Cleanup: Trailing whitespaceSergey Sharybin
2017-02-03Tests: Use proper order for EXPECT_EQ()Sergey Sharybin
2017-02-03Tests: Use EXPECT_FALSE() instead of EXPECT_EQ(foo, false)Sergey Sharybin
2017-02-03Tests: Use EXPECT_TRUE() instead of EXPECT_EQ(foo, true)Sergey Sharybin
2017-02-01Cycles tests: Allow python auto-execSergey Sharybin
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2017-01-12Cycles tests: Rework output messagesSergey Sharybin
2016-12-31Add BLI_string_utf8 specific test.Bastien Montagne