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
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04Fix #31258: collada now selects newly added objects after import.Brecht Van Lommel
2012-05-03Fix #31250, #31248: wrong vertex normals after transform apply, collada import,Brecht Van Lommel
2012-05-02Fix #31176: Collada model shows weird textures in editmodeJuha Mäki-Kanto
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01Apply patch [#31179] COLLADA IMPORT instanced geometry improvementNathan Letwory
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22#collada skeleton animation import, fixes #29246Arystanbek Dyussenov
2012-03-17#collada instance_node import, partially fixes #27629Arystanbek Dyussenov
2012-03-02style cleanupCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-04Configurable sensor size:Sergey Sharybin
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