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
path: root/source
AgeCommit message (Expand)Author
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2017-03-23Cleanup: remove redundant temp dir initCampbell Barton
2017-03-23Cleanup: minor wm_homefile_read simplificationCampbell Barton
2017-03-22fix redundant assignmentMike Erwin
2017-03-22Cleanup: remove BLI_getlastdirCampbell Barton
2017-03-22Pydoc: Change Wikipedia links and grammar in mathutils matrix codeAaron Carlisle
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-22Cleanup: ignore open-blend as startup/prefs basisCampbell Barton
2017-03-22Depsgraph: Fix missing relations update tag when typing #frameSergey Sharybin
2017-03-22Create correct node after image file drag&drop for Blender RenderAlexander Romanov
2017-03-22BLI_path_util: add BLI_path_name_at_indexCampbell Barton
2017-03-22Fix for splash not opening centeredCampbell Barton
2017-03-21Fix T51012: Surface modifier was not working with curvesGermano Cavalcante
2017-03-20Cleanup: useless call to glRasterPos before `view3d_cached_text_draw_add()`Bastien Montagne
2017-03-20Correct unintended splash on loading startupCampbell Barton
2017-03-20User Preferences: Split out addon and keymap freeCampbell Barton
2017-03-19Usual UI/i18n message fixes.Bastien Montagne
2017-03-18Alternate fix for T50899Campbell Barton
2017-03-18Missing from recent commitCampbell Barton
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2017-03-17Various icon adjustmentsraa
2017-03-17fix: redraw dope sheet / action editor when pose bone selection changesSybren A. Stüvel
2017-03-17Refactor writefile handling of data-blocks.Bastien Montagne
2017-03-17Mesh Convert: remove meaningless modifier checkCampbell Barton
2017-03-17Fix T50950: Converting meshes fails w/ booleanCampbell Barton
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-16Add support for loading preference structCampbell Barton
2017-03-16Correct reading missing propertyCampbell Barton
2017-03-16Fix missing undo pushes in outliner's new datablock management operations.Bastien Montagne
2017-03-16Fix outliner contextual menu allowing to delete indirect libraries.Bastien Montagne
2017-03-16Depsgraph: Fixed crash with curve bevel indirect dupligroupsSergey Sharybin
2017-03-16Depsgraph: Use string and vector in the DEG namespace onlySergey Sharybin
2017-03-16Depsgraph: Don't use explicit values in runtime only enumSergey Sharybin
2017-03-16Cleanup: differentiate startup/prefs in home-file readingCampbell Barton
2017-03-16Support passing in UserDef for free functionCampbell Barton
2017-03-16Fix BGE building.Bastien Montagne
2017-03-15Comments: wmOperator.cancel & modalCampbell Barton
2017-03-15Missed BGE in recent commitCampbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-03-15Fix bug on Blender version stringDalai Felinto
2017-03-15Move Blender version string handling to its own functionDalai Felinto
2017-03-15Fix strict compiler warning in the previous commitSergey Sharybin
2017-03-15Fix T50938: Cache not being reset when changing simulation settings with new ...Sergey Sharybin
2017-03-15BGE: Fix blenderplayer stub.Porteries Tristan
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14fix D2552: Collada - Follow up change to complete the fix in rBda6cd7762810 (...Gaia Clary
2017-03-14Collada simplify: avoid duplicate negation in booleanGaia Clary
2017-03-14WM: add Operator.is_repeat() check for C & PyCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton