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-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-03-27style cleanup: wm, mosyly adding space around opsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-10patch [#30511] Save/load window state (allows Blender to start maximised)Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29Fix #28769 & #28768: problem with duplicated keymap items after fix yesterday.Brecht Van Lommel
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-07-26include menu ID's in tooltips when python tips are enabled, there was no way ...Campbell Barton
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-09-12building without python was brokenCampbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-05-29[#21842] Beta patch to restore cmake MinGW compilationCampbell Barton
2010-04-06Fix #21402: python operator redo properties not refreshed. Now sends aBrecht Van Lommel
2010-03-24remove unused rna includesCampbell Barton