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-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21fix [#27096] Segmentation Fault trying to export DirectX with specific modelCampbell Barton
2011-04-15correct typoJoseph Eagar
2011-04-04Revert mesh recalculation change that gives different vertex normals basedBrecht Van Lommel
2011-04-01Comments for mesh normals calculation from Mortem Mikkelsen (aka sparky).Sergey Sharybin
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-26One more fix for recent normals re-calculation changeSergey Sharybin
2011-03-26Fixed memory access in mesh_calc_normals(). Now it uses much less memory.Sergey Sharybin
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
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