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-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
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-15code cleanup: use TRUE/FALSE for wm jobsCampbell Barton
2012-08-13Fix for [#32220] regression - DistortionCache is never freed.Jeroen Bakker
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-06fix for node clipboard leak on exit, also use blenders convention for functio...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-27Move sRGB conversion initialization to init_exit routinesSergey Sharybin
2012-07-27GetStdHandle may return NULL, which isn't really an error, or INVALID_HANDLE_...Jason Wilkins
2012-07-26On windows with --debug flag, change "Press enter key to exit..." to "Press a...Jason Wilkins
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-17fix for building without the compositorCampbell Barton
2012-07-16fix for linking with scons.Campbell Barton