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-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-10-11CleanupCampbell 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-08-28Fix T41473: Cycles volume rendering is too darkSergey Sharybin
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-18Resolve memory leask with reports on initializationCampbell Barton
2014-06-12Fix crash running in background modeCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-03Add load_ui to WM_OT_read_homefileCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton
2014-01-27Implement clipboard for mask splinesSergey Sharybin
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-11-30D54: Added a filepath attribute to the read_homefile operator.gaiaclary
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-06-26correct typos in comments.Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28fix [#34636] bpy.app.handlers.load_post not run on startup file loading after...Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-13minor editsCampbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-11-28GPU: remove GPU Mipmap Generation option and just always enable it, it's an oldBrecht Van Lommel
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-09-24Fix #32644: ctrl+F11 internal animation player crashSergey Sharybin
2012-09-22Updated commentSergey Sharybin
2012-09-22Color Management: different fixes for byte buffersSergey Sharybin
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton