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
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-10-04Fix expanding paths ignoring data-block librariesCampbell Barton
2019-10-02Implement a user preference for the default Auto Handle Smoothing mode.Alexander Gavrilov
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-31Cleanup: rename natural string comparisonCampbell Barton
2019-08-25cleanup: collada: removed unused public class variableGaia Clary
2019-08-25fix: Removed Debug statement from Collada CMakeLists. cmake now silently dete...Gaia Clary
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-02Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-23fix: unreported: Collada using incompatible Enumeration types for compareGaia Clary
2019-07-22Incompatible usage of the Collada transparency valueGaia Clary
2019-07-16fix T66899: Collada: Shininess/Reflectivity not handled correctGaia Clary
2019-07-07Cleanup: spellingCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-17Cleanup: comment spellingCampbell Barton
2019-06-11fix T65576 collada exporter duplicates node tree when exported material alrea...Gaia Clary
2019-06-05fix T65480: Collada exporter did not export image texture for Base ColorGaia Clary
2019-06-05update Collada Importer: reworked export and import of MaterialsGaia Clary
2019-06-04Cleanup: Cleanup: style, use braces for collada (BCMath)Campbell Barton
2019-06-04Cleanup: clang-format, remove tabsCampbell Barton
2019-06-03fix collada: get Alpha and Emission from principled BSDF ShaderGaia Clary
2019-06-03Cleanup: Cleanup: style, use braces for colladaCampbell Barton
2019-06-03fix collada Importer: Set bone transformation type when importing unskinned s...Gaia Clary
2019-06-03feature collada: Allow export/import of skeletal animations as curvesGaia Clary
2019-06-03refactor collada: Added utility functions bc_string_before() and bc_string_af...Gaia Clary
2019-06-03fix T34062 Collada exporter: changed order of export for decomposed transform...Gaia Clary
2019-06-03refactor: use Quat and BCQuat instead of float[4] arrays for Quaternions (wip)Gaia Clary
2019-06-03fix: enforce transform export as <matrix> when exporting animated armature"Gaia Clary
2019-06-03fix: add back changes after last pull from masterGaia Clary
2019-06-03refactor collada: replace bc_sanitize_mat() by static class method in BCMatrixGaia Clary
2019-06-03refactor Collada: rename BCMatrix.* class files to BCMath.*Gaia Clary
2019-06-03refactor Collada: Add new class Quat (wip)Gaia Clary
2019-06-03refactor collada: Moved BCMatrix to its own fileGaia Clary
2019-06-03refactor collada: Moved basic typedefs in own fileGaia Clary
2019-06-03refactor collada: reorganize class methods in fileGaia Clary
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-28Cleanup: clang formatCampbell Barton
2019-05-27cleanup: Collada exporter renamed 'transrotloc' to 'decomposed'Gaia Clary
2019-05-27fix: collada transformtype must be identical for animation export and object ...Gaia Clary
2019-05-27refactor collada: rename add_node_transform() to add_joint_transform()Gaia Clary
2019-05-23fix unreported Collada exporter Regression: Added back minimal support for Ma...Gaia Clary
2019-05-23Collada exporter updateGaia Clary
2019-05-22fix T64873 collada export crashes Blender on MacGaia Clary