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 (Collapse)Author
2015-09-11Fix T46074: Collada crashes importing animationCampbell Barton
double-frees and freeing memory already inserted into Blender.
2014-02-03Add compatibility for older Collada filesgaiaclary
The Fix in 273 creates a backward incompatibility: Collada files that have been created with an older Blender version will contain the spotlight_size in Radians where Collada wants this value to be in DEGREE. This fix adds a check for the Blender Version that was used to create the Collada file. If the Collada file was made by an older version of Blender then the importer will assume that spotlight_size is specified in RADIANS. Reviewers: campbellbarton, sauraedron Reviewed By: sauraedron CC: jesterking Differential Revision: https://developer.blender.org/D279
2013-03-29misc minor edits.Campbell Barton
- pass string size to BLI_timestr() to avoid possible buffer overrun. - quiet warning for mingw. - include guards for windows utf conversion funcs. - fix for mistage in edge-angle-selection check. - some style cleanup.
2012-10-20style cleanupCampbell Barton
2012-08-06COLLADA: report #32237 fixed Camera exporter and Importer to use correct ↵Gaia Clary
camera animation data
2012-08-05COLLADA: added initial support for ymag and yfov in importer. fixes issue #32237Gaia Clary
2012-06-13patch #31794 Collada: make exporter more robust, now uses ↵Gaia Clary
BKE_object_relational_superset()
2012-05-02Fix #31089: collada file crashing on importing file with unknown/unsupported ↵Brecht Van Lommel
animation data.
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01Apply patch [#31179] COLLADA IMPORT instanced geometry improvementNathan Letwory
from Martijn Berger This patch improves importing instanced geometry consisting of multiple nodes.
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-18#collada animation import, bugfix #29082Arystanbek Dyussenov
Fix skeletal animation import for <rotation>, <scale> and <translate> transform types. Tested for correctness visually using Seymouranim2.dae from http://collada.org/owl and animated creatures from DKGamesModels folder (from private section of the same site). The results match the results in FXComposer-2.5. Since this is a fix towards correct reading of collada, it shouldn't break existing compatibility with Second Life.
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
without the underscores these clogged up the namespace for autocompleation which was annoying.
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-09-28whitespace edits, make formatting for functions consustent at least within ↵Campbell Barton
the file.
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-04Some whitespace changesNathan Letwory
2011-08-17Armature importer code cleanup.Sukhitha Prabhath Jayathilake
2011-08-16Finalizing.Sukhitha Prabhath Jayathilake
2011-08-14Matrix transformation animation import for other objects under the new system.Sukhitha Prabhath Jayathilake
2011-08-10import only transform matrix animation method ( in progress )Sukhitha Prabhath Jayathilake
2011-08-07Armature bake animation export ( not as pose matrices. Still needs fixing ) Sukhitha Prabhath Jayathilake
2011-07-31Camera Clipping animation COLLADA support fix.Sukhitha Prabhath Jayathilake
2011-07-27Material Diffuse Color animation COLLADA import.Sukhitha Prabhath Jayathilake
2011-07-27Material Specular Color Animation import.Sukhitha Prabhath Jayathilake
2011-07-18Material Specular Hardness Animation import (ongoing)Sukhitha Prabhath Jayathilake
2011-07-18Identifying Animation List for Material shininess. Sukhitha Prabhath Jayathilake
2011-07-09(no commit message)Sukhitha Prabhath Jayathilake
2011-07-09Improvements to import system. Ability to include more parameters.Sukhitha Prabhath Jayathilake
2011-07-07Fixed Camera Ortho scale animation importSukhitha Prabhath Jayathilake
2011-07-06Camera lens animation IdentifyingSukhitha Prabhath Jayathilake
2011-07-05Spot Light spot_blend animation im/export.Sukhitha Prabhath Jayathilake
2011-07-04(no commit message)Sukhitha Prabhath Jayathilake
2011-07-04Light(spot) spot_size (fall of angle in COLLADA) animation support completed.Sukhitha Prabhath Jayathilake
2011-07-03Light Color Animation Import Complete.Sukhitha Prabhath Jayathilake
2011-07-03AnimationType flag. AnimationType Enum update.Sukhitha Prabhath Jayathilake
2011-07-03AnimationType Enum.Sukhitha Prabhath Jayathilake
2011-07-03find_frames() calls removed.Sukhitha Prabhath Jayathilake
2011-07-03Light Animation Identification.Sukhitha Prabhath Jayathilake
2011-06-16Reverted Exporter unit conversion modifications. Sukhitha Prabhath Jayathilake
Animation Importer Code Cleanup.
2011-06-15New Animation Import system. Only Mesh object animation import support ↵Sukhitha Prabhath Jayathilake
implemented for now.
2011-02-21doxygen: COLLADA entryNathan Letwory
2010-10-05SVN maintenance.Guillermo S. Romero
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their ↵Nathan Letwory
own files. No functional changes. Where necessary extern "C" {} blocks have been added.