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
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-07-01Cleanup: use boolsCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-04-21Metadata display support - patch by Julian and me.Antony Riakiotakis
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-02cleanup: styleCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-10Fix T32209 quitting not saving latest data if you are in edit or sculpt mode onAntony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-16Fix T41818: Missing refresh on Undo for nodes (mask example)Sergey Sharybin
2014-08-26Move bUnit_getScaleUnit -> BKE_scene_unit_scaleCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Fix T41534: Bevel practically unusable interactively if set to percent amount...Bastien Montagne
2014-08-03Fix T41284: The python ops log doesn't work.Bastien Montagne
2014-07-21Fix T40432: Scaling to zero with manipulate center points works precisely on ...Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-27Fix T40691, dyntopo changes lost on save if sculpting on multipleAntony Riakiotakis
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-18Code cleanup: replace 0 with OB_MODE_OBJECTCampbell Barton
2014-06-18Resolve memory leask with reports on initializationCampbell Barton
2014-06-17Support for building without PythonCampbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-14Fix T37796, Mesh lost after exiting sculpt mode and undoing.Antony Riakiotakis
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-06Fix for uninitialized unit_use_radians variable with inset and bevelCampbell Barton
2014-04-30Code cleanup: remove unused headerCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-15Fix T39234: popup menus behave poorly when they have not enough width for all...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Add normal option to ED_transvertsCampbell Barton
2014-03-31Code cleanup: remove unused members of TransVertCampbell Barton
2014-03-31Refactor: Add generic poll ED_transverts_pollCampbell Barton
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-03-21Possible fix for T39330 period key is ignored in transform operationsAntony Riakiotakis
2014-03-21Fix T39312 Multipling two values in the Transform Tools Number Input not poss...Bastien Montagne
2014-03-17UI: Add theme color for viewport overlayCampbell Barton