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
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Remove NULL-checks, as they might cause infinite loops while reading a DAE co...Nathan Letwory
2011-08-17Armature importer code cleanup.Sukhitha Prabhath Jayathilake
2011-08-16Finalizing.Sukhitha Prabhath Jayathilake
2011-08-14blender extra parameter animation import ( on hold );Sukhitha Prabhath Jayathilake
2011-07-26Blender profile leaf bone tip import. Sukhitha Prabhath Jayathilake
2011-07-25Blender profile for leaf_bone tip. (untested).Sukhitha Prabhath Jayathilake
2011-07-24Material Hardness Animation Import Complete.Sukhitha Prabhath Jayathilake
2011-07-18Material Specular Hardness Animation import (ongoing)Sukhitha Prabhath Jayathilake
2011-07-06Camera lens animation IdentifyingSukhitha Prabhath Jayathilake
2011-07-03Light Animation Identification.Sukhitha Prabhath Jayathilake
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-20Fix [#26912] [Collada] Screw up with names/ids on importNathan Letwory
2011-06-20Fix [#26821] Import Collada: instance_node still incorrectly handledNathan Letwory
2011-06-20Apply Patch [#27454] Add simple Transparency texture import for COLLADANathan Letwory
2011-06-19Fixed Armature Import Without Skin controllers. Armatures and animations get ...Sukhitha Prabhath Jayathilake
2011-06-19(no commit message)Sukhitha Prabhath Jayathilake
2011-06-16AnimationExporter - Quaternion to euler conversion ( in progress )Sukhitha Prabhath Jayathilake
2011-06-15New Animation Import system. Only Mesh object animation import support implem...Sukhitha Prabhath Jayathilake
2011-06-13Fix [#27463] COLLADA light quadratic attenuation exported wrong?Nathan Letwory
2011-03-30COLLADA lights:Nathan Letwory
2011-03-28Import light blender profile if it exists.Nathan Letwory
2011-03-25Add ExtraTags class for handling tags inside an extra block.Nathan Letwory
2011-03-25Mostly formatting commit, small elaboration in extra handling API (take point...Nathan Letwory
2011-03-23COLLADA: supporting barebone class for <extra> support (incomplete).Nathan Letwory
2011-03-21COLLADA: small tweaks to directional light import.Nathan Letwory
2011-03-09Fix [#26012] Import Collada: instance_node incorrectly handledNathan Letwory
2011-02-27doxygen: blender/collada tagged.Nathan Letwory
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-28First step towards having a 2-pass reading of COLLADA .dae files.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-15Apply patch [#25224] Refactor COLLADA DocumentImporterNathan Letwory
2010-11-17Fix [#24592] COLLADA imports only one special node per type per nodeNathan Letwory
2010-11-04bugfix [#24518] Blender wont compile with -Wall -Werror and COLLADA supportCampbell Barton
2010-10-15Fix COLLADA import after recent API cleanups by Campbell.Nathan Letwory
2010-10-14Fix [#24201] COLLADA Exporter: Light source energy incorrectNathan Letwory
2010-10-10COLLADANathan Letwory
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-01Fix [#21084] Collada messing up geometry on import and renaming uvlayersNathan Letwory
2010-09-28COLLADA: Better import and export of cameras.Nathan Letwory
2010-09-04Merge -c 31610 (<instance_node> support) from COLLADA branch into trunk.Arystanbek Dyussenov
2010-08-01Fix for the fix.Thomas Dinges
2010-08-01Compile fix for recent changes. Function needed 1 more argument. Thomas Dinges