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-04-06CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBSSybren A. Stüvel
2017-04-06Alembic import: fixed crash on more complex modelSybren A. Stüvel
2017-04-06Alembic: comment typo/error fixesSybren A. Stüvel
2017-04-06Alembic import: prevented unnecessary vector scalingSybren A. Stüvel
2017-04-06Alembic import: moved import-time scaling to different functionSybren A. Stüvel
2017-04-06Alembic: removed unnecessary matrix copySybren A. Stüvel
2017-04-06Alembic: simplified AbcEmptyReader::readObjectDataSybren A. Stüvel
2017-04-06Alembic: added some r_ prefixes for return parametersSybren A. Stüvel
2017-04-06Alembic: code styleSybren A. Stüvel
2017-04-06Alembic: don't use m_shapes_typeSybren A. Stüvel
2017-04-06Alembic: more lenient check on absence of sheer & homogeneous scalingSybren A. Stüvel
2017-04-06Alembic: simplified conditional statementsSybren A. Stüvel
2017-04-06Alembic import: nicer progress updatesSybren A. Stüvel
2017-04-06Alembic import: fixed bug where local matrix from Alembic was used as object ...Sybren A. Stüvel
2017-04-06Alembic import: separated reading matrix and getting the appropriate Xform ob...Sybren A. Stüvel
2017-04-06Alembic import: be more lenient towards unknown object types.Sybren A. Stüvel
2017-04-06Alembic: don't call object.getFullName() multiple times.Sybren A. Stüvel
2017-04-06Alembic: Renamed parent_map to reader_mapSybren A. Stüvel
2017-04-06Alembic: use typedefs to make it easier to handle maps/vectorsSybren A. Stüvel
2017-04-06Alembic: more const-nessSybren A. Stüvel
2017-04-06Alembic: fixed importerSybren A. Stüvel
2017-04-06Alembic: prevent a couple of unnecessary multiplicationsSybren A. Stüvel
2017-04-06Alembic: be more explicit in y-up versus z-up variables.Sybren A. Stüvel
2017-04-06Alembic: removed a lot of unnecessary & duplicate code from abc_util.ccSybren A. Stüvel
2017-04-06Alembic: added noteSybren A. Stüvel
2017-04-06Alembic: allow copy_{z,y}up_from_{y,z}up() to be called with yup=zupSybren A. Stüvel
2017-04-06Alembic: import empties under their own name in Alembic, not their parent'sSybren A. Stüvel
2017-04-06Alembic: Don't compute world matrix when it's not necessary.Sybren A. Stüvel
2017-04-06Alembic: cleaned up hack in AbcObjectReader::read_matrix()Sybren A. Stüvel
2017-04-06Alembic: added some clarificationSybren A. Stüvel
2017-04-06Alembic: added some getter functions to help debug prints etc.Sybren 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-06Buildbot: Correct previous releaseSergey Sharybin
2017-04-06Buildbot: Force build environment to use latest GCCSergey Sharybin
2017-04-06Cleanup: function naming for manipulatorCampbell Barton
2017-04-06Cleanup: minor changes to transform-manipulatorCampbell Barton
2017-04-05Fix alembic build error with MSVClazydodo
2017-04-05Depsghraph: Remove unused functionSergey Sharybin
2017-04-05Cycles: Fix race condition in attributes creation during SVM compilationSergey Sharybin
2017-04-05Cycles: Add utility class to simplify scoped spin locksSergey Sharybin
2017-04-05Cycles: Guard global write access in SVM compilation codeSergey Sharybin
2017-04-05Locales: Some optimization workSergey Sharybin
2017-04-05InstallDeps: Raise minimal & official version of OIIO to 1.7.13.Bastien Montagne
2017-04-05Alembic: addition of a simple logging class.Kévin Dietrich
2017-04-04Cleanup: redundant castsCampbell Barton
2017-04-04Fix missing protection of `RNA_pointer_as_string()` against NULL pointers.Bastien Montagne
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Depsgraph: Use atomic operation to tag the changed IDSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin