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
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-05Keep brush overlays below panels in triple buffer mode.Antony Riakiotakis
2013-04-05svn merge ^/trunk/blender -r55813:55815Campbell Barton
2013-04-05code cleanup: quiet some warnings and styleCampbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-04-04Release Logs:Thomas Dinges
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04Remove unused function.Sergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-03-29misc minor edits.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-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-26Merging r55547 through r55594 from trunk into soc-2008-mxcurioniSergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-24Usablity:Ton Roosendaal
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-24Removed a Freestyle-specific function call from bf_windowmanager.Tamito Kajiyama
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Just added a comment:Ton Roosendaal
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-14WM: remove "No (valid) startup.blend found" message printed on startup, can b...Brecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12change defaults for window state on X11 (yet again), after further discussion.Campbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09Blender Anim player fixes:Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08Feature request:Ton Roosendaal
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis