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
2022-03-13Start replacing write_custom_data with the attribute exporter.temp-abc-featuresKévin Dietrich
2022-02-26First pass for attribute export.Kévin Dietrich
2022-02-11Merge branch 'master' into temp-abc-featuresKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Comments.Kévin Dietrich
2022-02-10Remove todo.Kévin Dietrich
2022-02-10Specify "too many attributes" error.Kévin Dietrich
2022-02-10Cleanup.Kévin Dietrich
2022-02-10Support curve domain.Kévin Dietrich
2022-02-10Cleanup, use attribute domain info.Kévin Dietrich
2022-02-10Fix velocity scale not taken into account.Kévin Dietrich
2022-01-16Merge branch 'master' into temp-abc-featuresKévin Dietrich
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-06Cleanup: typos in code.Kévin Dietrich
2022-01-06Fix T94674: crash reading ORCOs from an Alembic animationKévin Dietrich
2021-12-17Merge branch 'master' into temp-abc-featuresKévin Dietrich
2021-12-09Cleanup: move public doc-strings into headers for 'io/alembic'Campbell Barton
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-11-16Fix crash when importing an object without arbitrary attributes.Kévin Dietrich
2021-11-09Add a message for unsupported attribute typesKévin Dietrich
2021-11-09Merge branch 'master' into temp-abc-featuresKévin Dietrich
2021-11-09Alembic: Allow exporting of animated vertex colorsCody Winchester
2021-11-06Fix missing velocities importKévin Dietrich
2021-11-06Fix wrong scope used for creating scalar attributesKévin Dietrich
2021-11-04Try to fix another compile error on windowsKévin Dietrich
2021-11-04Fix compile errorsKévin Dietrich
2021-11-03Fix coordinates for float3s.Kévin Dietrich
2021-11-03Report an error in the modifier if attributes could not be read.Kévin Dietrich
2021-11-03Cleanup, quiet warnings, unused function.Kévin Dietrich
2021-11-03Add a way to specify the original domain of the data.Kévin Dietrich
2021-11-03Further simplifications, fix typo.Kévin Dietrich
2021-11-03Simplify and cleanup a bit attribute processing.Kévin Dietrich
2021-10-26Add BKE_id_attribute_ensure to avoid creating multiple layers for theKévin Dietrich
2021-10-26Add a error return value for specifying error messages.Kévin Dietrich
2021-10-26Use a generic function to operate on attribute to ensure that all typesKévin Dietrich
2021-10-26Cleanup: pass prop name instead of propKévin Dietrich
2021-10-20Remove attribute regexes.Kévin Dietrich
2021-10-07Alembic: generic attribute importKévin Dietrich
2021-09-25Cleanup: typos in code and comments.Kévin Dietrich
2021-06-18Fix T88605: Alembic import crashes when missing `arbGeomParams`Sybren A. Stüvel
2021-06-16Alembic: support reading per-vertex UV setsKévin Dietrich
2021-05-19Cleanup: use nullptrJacques Lucke
2021-05-18Alembic: read/write generated coordinates of meshesSybren A. Stüvel
2020-09-10Cleanup: Alembic, inline namespace declarationsSybren A. Stüvel
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-05-26Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-26Fix T77021: Alembic export of animated mesh with multiple UV maps failsSybren A. Stüvel
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke