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-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Fix for console & info clipping text too earlyCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-27CleanupCampbell Barton
2014-07-17Correct previous commit - space crept in patchCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-13Code cleanup: quiet warning, 'else' would always crash (& never occurred)Campbell Barton
2014-02-09UI: replace uiPupMenuOkee & uiPupMenuSaveOver with WM_operator_confirmCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-23Code Cleanup: styleCampbell Barton
2013-12-23UI: communicate external data autopack better in the UI.Simon Repp
2013-12-17UI: Theme Colors for Info spaceSv. Lockal
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-09Fix T37750: Incorrect stats for dupli-metaballsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-23OSX: fix T37065 cmd+c not working in Info - consoleJens Verwiebe
2013-11-05Bugfix [#37304] Arrow Keys Stop Working When Mouse Over OutlinerJoshua Leung
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-12correct brackground rectangle drawing in info view. need to compensate for re...Campbell Barton
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-24fix [#35825] "Find missing files" seems to search for files which are not mis...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17remove stipple from console selection drawing.Campbell Barton