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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-03-17Refactor: Collada: remove param, changed order of params in Function callGaia Clary
2017-06-24collada: change image export: export either UV Textures or Materials. ThisGaia Clary
2017-04-03Collada - add flag to limit precision of exported data, mainly to simplify de...Gaia Clary
2017-03-23Collada - Export: now use bind_mat and rest_mat custom properties (when the u...Gaia Clary
2017-03-14fix D2552: Collada - use unique id for bones with same name but in different ...Jon Allee
2017-01-29fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2017-01-28fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2016-05-28collada exporter: fixed wrong check for bone roll valueGaia Clary
2016-05-28Collada: Adding support for bone roll and bone layersGaia Clary
2016-05-26moved is_leaf_bone() to collada utils for reuse in exporter and importerGaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-02-10style cleanupCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-01Fix some warnings in the collade code, but did not fix two because they seemBrecht Van Lommel
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-06-22Collada: (Export) Added export of surface textures, and control over exported...Gaia Clary
2012-06-17Collada: (Exporter) add 'mesh type selection(view|render)' for Apply modifier...Gaia Clary
2012-06-16code cleanup: colladaCampbell Barton
2012-06-16Collada: (Exporter) Add new option 'deform bones only'Gaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Collada: make exporter more robust, now uses BKE_object_relation...Gaia Clary
2012-06-07[#31739] Collada: New Export selections 'Include Armatures'Gaia Clary
2012-05-27[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' OptionGaia Clary
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-02-25Collada export: bone parenting is actually against the tail.Juha Mäki-Kanto
2012-02-18Fix rest of #27022, collada export: add bone parenting of objectsJuha Mäki-Kanto
2012-02-18Collada export: changes to joints/weights in skincontrollerJuha Mäki-Kanto
2012-02-05Patch #30050 by Juha Mäki-Kanto (kanttori)Domino Marama
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-07Introduce struct for export settings in COLLADA export code. This will make i...Nathan Letwory
2011-09-04Some whitespace changesNathan Letwory
2011-08-21Armature object animations export.Sukhitha Prabhath Jayathilake
2011-08-21export animations if a bone is in a deform group. ( on hold )Sukhitha Prabhath Jayathilake