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-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-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2019-11-26Alembic export: don't assume transform is always animatedSybren A. Stüvel
2019-11-06Alembic: improved import/export of mesh normalsSybren A. Stüvel
2019-11-05Alembic import: fix incorrect 'topology changed' errorSybren A. Stüvel
2019-10-17Fix T69182: Auto-Smooth does not work on Alembic meshes without normalsSybren A. Stüvel
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Fix T70021: Alembic incomplete crease importSybren A. Stüvel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-07Partially revert "Cleanup: use post increment/decrement"Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Fix T56408: Hair children recalc on every frame on Alembic meshSybren A. Stüvel
2019-08-01Alembic: fix heap-use-after-free errorSybren A. Stüvel
2019-07-30Alembic export: fix exporting of loop normalsSybren A. Stüvel
2019-07-30Alembic import: load face-varying normalsSybren A. Stüvel
2019-07-30Cleanup: Alembic: renamed 'smooth_normals' to 'export_loop_normals'Sybren A. Stüvel
2019-07-30Alembic: changed 'void *user_data' to 'Mesh *mesh'Sybren A. Stüvel
2019-07-30Alembic: transformed chain-of-ifs into switch statementSybren A. Stüvel
2019-07-30Alembic: use `r_` prefix for return variablesSybren A. Stüvel
2019-07-30Alembic: removal of always-zero parameterSybren A. Stüvel
2019-07-09Alembic import: fix crash when loading invalid meshSybren A. Stüvel
2019-07-09Fix T52814 and T58686: Alembic crashing on fluid sim exportSybren A. Stüvel
2019-07-03Fix T66369: Excessive WARN messages in console when opening older filesBastien Montagne
2019-06-21Fix: Alembic import segfault when importing mesh with null UVsSybren A. Stüvel
2019-06-18Fix T65901: Alembic crash on out-of-bounds UV indicesSybren A. Stüvel
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Fix T62664: Exporting Metaballs as Alembic crashes BlenderSybren A. Stüvel
2019-04-04Fix part of T62720: crash loading alembic mesh that has no vertices.Brecht Van Lommel
2019-03-22Modifiers: add minimum number of vertices to triangulate modifier.Ish Bosamiya
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-16Alembic: C++11 doesn't need the space between '> >'Sybren A. Stüvel
2019-01-16Alembic export: write curve/NURBS as meshSybren A. Stüvel
2019-01-16Alembic export: separated "writing Alembic mesh" from "writing mesh object"Sybren A. Stüvel
2019-01-15Alembic export: fixed memory leakSybren A. Stüvel
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-23Cleanup: rename 'dm' -> 'me' for 'Mesh' typesCampbell Barton
2018-10-10Modifier: use simplified bmesh -> mesh conversionCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-06-08Alembic: fixed MSVC incompatibilitySybren A. Stüvel
2018-06-07Alembic export: use depsgraph to get evaluated mesh/objectSybren A. Stüvel
2018-06-07Alembic import: don't crash Blender when reading invalid samplesSybren A. Stüvel