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
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28Added missing recalculate of normals after mesh importGaia Clary
2013-04-19Fix #35014: collada import crash with UV coordinates.Brecht Van Lommel
2013-03-18code cleanupCampbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-04Collada: Added ngon support to Vertex Color exporterGaia Clary
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-02Collada: Added support for ngon export/import and added triangulate option to...Gaia Clary
2013-02-12Fixed importing of shapekey names: name is now taken from geometry name inste...Gaia Clary
2013-02-08fix warning message when imported Collada nodes have < 3 edges.Gaia Clary
2013-02-05Attempt to fix collada compilation after recent commitSergey Sharybin
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-12-29style cleanupCampbell Barton
2012-12-06Fix #33421: collada import of a mesh with loose edges did not draw the edges ...Brecht Van Lommel
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-12fixed: [#32240] Collada import when nodes share geometry but not materialGaia Clary
2012-08-12style cleanupCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-05-16fix [#31320] Collada now supports import/export of loose edges (edges not att...Gaia Clary
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell 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-01bmesh py api:Campbell 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-27bmesh todo, unlikly but possible - entering editmode with faces and no polys.Campbell 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-06fix #30440, Collada import: no faces/uv after bmesh mergeJuha Mäki-Kanto
2012-02-19misc changes from trunk (avoid confusion since these were not intentional dif...bmeshCampbell Barton
2012-02-19Fix #30230, Crash after importing collada fileJuha Mäki-Kanto
2012-01-06rename normal calc functions.Campbell Barton
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-10-28fix for compiling collada by nico_gaCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton