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
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-05-30Alembic: simplified sub-frame samplingSybren A. Stüvel
2017-05-30Alembic export: avoid create-and-reset of shared pointerSybren A. Stüvel
2017-05-30Alembic export: prevent rounding error buildup in frame sample timeSybren A. Stüvel
2017-05-24Alembic: Export mesh as mesh, even when it has no vertices.Sybren A. Stüvel
2017-04-26Alembic export: also export emptiesSybren A. Stüvel
2017-04-26Alembic export: renamed func object_is_shape → object_type_is_exportableSybren A. Stüvel
2017-04-19Alembic export: made hair/particle export optional.Sybren A. Stüvel
2017-04-14Alembic import: fixed dupligroup export when the dupli-empty has a parentSybren A. Stüvel
2017-04-14Alembic export: fixed flattened dupligroup importSybren A. Stüvel
2017-04-13Alembic export: unified code of exploreTransform and exploreObject.Sybren A. Stüvel
2017-04-13Alembic export: added support for writing dupli-groupsSybren A. Stüvel
2017-04-12Alembic export: fixed exporting as "flat"Sybren A. Stüvel
2017-04-12Alembic export: removed superfluous export_object() check.Sybren A. Stüvel
2017-04-06Alembic: don't use m_shapes_typeSybren A. Stüvel
2017-04-06Alembic: use typedefs to make it easier to handle maps/vectorsSybren A. Stüvel
2017-04-06Alembic: do not presume to predict the parent nameSybren A. Stüvel
2017-04-06Alembic: Removed AbcTransformWriter::m_parentSybren A. Stüvel
2017-04-05Alembic: addition of a simple logging class.Kévin Dietrich
2017-04-01Cleanup: styleCampbell Barton
2017-03-12Cleanup: styleCampbell Barton
2017-02-16Cleanup: IndentationSergey Sharybin
2017-02-08Alembic export: avoid infinite loops trying to find parent objects.Sybren A. Stüvel
2017-02-08Alembic export: only create transform writer if the object should be exportedSybren A. Stüvel
2017-02-08Alembic: Use getXForm() in check, because it's used in rest of the function tooSybren A. Stüvel
2016-12-01Alembic: quiet compilation warnings on Windows.Kévin Dietrich
2016-09-23Quiet warning.Kévin Dietrich
2016-09-16Fix T49369: Blender crashes/closes down application at alembic export ofKévin Dietrich
2016-09-09Alembic: add option to triangulate meshes upon export.Kévin Dietrich
2016-09-09Alembic, cleanup: split archive opening code in their own classes andKévin Dietrich
2016-08-25Fix T49112: Alembic unicode path issues on Windows.Kévin Dietrich
2016-08-21Cleanup: let's try to avoid too much indirect header imports, makes things ha...Bastien Montagne
2016-08-17Fix T49081: Alembic sampling times are not taking start frame intoKévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich