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-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-11Fix #26040: Crash converting curve to meshSergey Sharybin
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-09fix [#25994] Meshes with no vertices gets NaN location on setting origin to g...Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09fix [#25968] Crash on changing merge distance in array modifier with edgespli...Campbell Barton
2011-02-09bugfix [#25523] Face extrude will crash Blender if array and subsurf modifier...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-06Fix bug with unneeded outline for filled 2d curves when converted to meshSergey Sharybin
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14fix potential crasher: malloc->callocNathan Letwory
2010-09-23bugfix [#22169] LoopCut and Slide plus ArrayModifier Object offset FirstLast ...Campbell Barton
2010-09-22Fix #23925: converting text into a curve looses materialsSergey Sharybin
2010-09-09== Multires ==Nicholas Bishop
2010-08-15use more BLI math functions.Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-01bugfix'sCampbell Barton
2010-07-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-06-23Fix #22654: Converted curve from mesh disappearingSergey Sharybin
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-04Fix #21850: Modifier applied to surface doesnt work when only a curve.Sergey Sharybin
2010-03-31trick to give correct normals for cyclic curves used with the screw modifier.Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-14Fix #21594: converting bevel objects to mesh stops displaying them in spacial...Sergey Sharybin
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-07Fix for convert_exec()Sergey Sharybin
2010-03-06Fixed memory leak caused by incorrect adding data to mesh's layer in nurbs_to...Sergey Sharybin
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2009-12-28Assorted Animation/RNA fixes:Joshua Leung
2009-12-28Mesh Animation + Depsgraph Tweaks:Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-10- added redraw notifier.Campbell Barton
2009-10-10Fixing mixed code and declaration.Martin Poirier
2009-10-10added mesh to curve conversion (edge loops only)Campbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-052.5Brecht Van Lommel
2009-08-03Merge with 2.5 -r 21756:22173.Arystanbek Dyussenov
2009-07-26svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20937:21899Campbell Barton