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-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-17Cleanup: Alembic, split source files into reader and writerSybren A. Stüvel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2019-11-29Alembic: changed "Visible Layers" to "Visible Objects" in export optionsSybren A. Stüvel
2019-09-19Fix T70070: Path always absolute when importing AlembicSybren A. Stüvel
2019-09-18Fix T65816: Alembic export of procedural mesh results in a static mesh and cr...Sybren A. Stüvel
2019-09-17Alembic: fix updating of GUI when export progress is madeSybren A. Stüvel
2019-09-17Cleanup: Alembic: use pointers instead of references when passing progress va...Sybren A. Stüvel
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-07Partially revert "Cleanup: use post increment/decrement"Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-26Cleanp: fix compiler warningsBrecht Van Lommel
2019-08-16Fix T56408: Hair children recalc on every frame on Alembic meshSybren A. Stüvel
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Fix build error after recent cleanupBrecht Van Lommel
2019-07-31Cleanup: remove unused boost codeBrecht Van Lommel
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-04-25Fix T63528: Alembic export always showing error on macOS, even on successBrecht Van Lommel
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Alembic export: free depsgraph after useSybren A. Stüvel
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-16Alembic export: write curve/NURBS as meshSybren A. Stüvel
2019-01-15Marked TODOs with the actual string TODOSybren A. Stüvel
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2018-12-28Alembic import: lock interface while importingSybren A. Stüvel
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-20Depsgraph: add some missing depsgraph tags when relations change.Brecht Van Lommel
2018-06-08Alembic export: create render-evaluated depsgraph for exportingSybren A. Stüvel
2018-06-07Alembic export: cleaned up multiply-passed depsgraph & sceneSybren A. Stüvel
2018-06-07Alembic import: port DerivedMesh → MeshSybren A. Stüvel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-11Explicitly specify which tag to useSybren A. Stüvel
2018-04-10FormattingSybren A. Stüvel
2018-04-10Fix crashing of EEVEE/Clay engines when importing an Alembic fileSybren A. Stüvel
2018-04-03Missed in last mergeCampbell Barton