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
AgeCommit message (Expand)Author
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-06-30Alembic: new exporter based on the USD exporter structureSybren A. Stüvel
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel
2020-05-08Cleanup: Alembic, moved axis conversion functions into their own filesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-04-17Fix T63678 Link error of tests with MSVC.Ray Molenkamp
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: remove BLENDER_SORTED_LIBSCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-09-04Cleanup: overly polite/rude messagesCampbell Barton
2018-06-08Alembic unit tests: fixed compiler errorsSybren A. Stüvel
2018-04-30Fix build of Alembic test.Brecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Fix build errors after recent depsgraph changes.Brecht Van Lommel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-03Depsgraph: Use explicit depsgraph in alembic moduleSergey Sharybin
2017-11-02Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-11-02Alembic: not using global in unit test.Sybren A. Stüvel
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: exporting MetaBalls as meshSybren A. Stüvel
2017-10-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-26Using gtest fixtures in Alembic export testsSybren A. Stüvel
2017-07-24Fix compilation error of alembic test after recent eval_ctx changesSergey Sharybin
2017-05-30Alembic: simplified sub-frame samplingSybren A. Stüvel
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