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
2014-02-27Fix T38851: Apply Transform doesn't work when called from search popupCampbell Barton
2014-02-26Fix for constraint poll function succeeding when no constraint existsCampbell Barton
2014-02-19Fix T38717: Copy Vertex Group To Selected fails when all Vertex GroupsLukas Tönne
2014-02-18bpy.ops.object.add_named() doesnt provide error when failed (related to T38689)Dalai Felinto
2014-02-17Fix T38647: "Make Duplicates Real" crashes in Solid modeSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-21Usual UI messages fixes.Bastien Montagne
2014-01-21Fix T38265: transferring vertex weights from an object with modifiers not wor...Brecht Van Lommel
2014-01-20Fix T38291: depgraph tagging was wrong forLukas Tönne
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Fix T38234: changing smooth/flat shading on linked mesh data should not be al...Brecht Van Lommel
2014-01-15Whitespace/Style fixJoshua Leung
2014-01-15Rigidbody: Remove keyboard shortcuts to add/remove bodiesSergej Reich
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Remove direct mball creation from object conversionSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Remove direct displist creation from object conversionSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-09Fix own regression in font->curve conversionSergey Sharybin
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-20UI: restore confirmation popups for delete operators.Brecht Van Lommel
2013-12-18Style CleanupCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-12Fix T37769: inconsistent behavior of Remove Selected From Active Group.Brecht Van Lommel
2013-12-09Code Cleanup: use ELEM macro when checking object typeCampbell Barton
2013-12-09Lattice Editmode: Select MirrorCampbell Barton
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon