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
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-20Workspaces: remove separate workspaces.blend config file.Brecht Van Lommel
2018-08-20Workspaces: replace bundled workspace.blend with embedded startup.blend.Brecht Van Lommel
2018-08-20Merge branch 'master' into blender2.8Campbell Barton
2018-08-20RNA: Spline.calc_length() utility functionCampbell Barton
2018-08-17Multires: Fix wrong creation of multires meshSergey Sharybin
2018-08-16Cleanup: Use dedicated function to copy mesh during evaluation processSergey Sharybin
2018-08-16Multires: Implement function to get mesh at multires position of stackSergey Sharybin
2018-08-16Multires: Cleanup, naming and bool typeSergey Sharybin
2018-08-15GP: Redesign logic of drawing engine for object instance supportAntonioya
2018-08-15Cleanup: remove unused R_ORTHO / R_PANORAMA flags.Brecht Van Lommel
2018-08-15Multires: Initial groundwork to hook up displacement to new Subdiv objectSergey Sharybin
2018-08-15Clip Reconstruction: Cleanup - use const for selection synchronizeDalai Felinto
2018-08-15Fix viewport selection of markers not updating in all editorsDalai Felinto
2018-08-15Subdiv: Cleanup, dead codeSergey Sharybin
2018-08-15Subdiv: Fix memory leak interpolating CD_MDISPSergey Sharybin
2018-08-14Merge branch 'master' into blender2.8Bastien Montagne
2018-08-14Fix object copying not ensuring validity of material arrays.Bastien Montagne
2018-08-14Multires: Begin hooking it up to the new subdiv codeSergey Sharybin
2018-08-14Multires: Synchronize settings with Subsurf modifierSergey Sharybin
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Cleanup: use braces w/ particle loop macrosCampbell Barton
2018-08-13Use full transformation of B-Bone segments in Copy Transforms.Alexander Gavrilov
2018-08-13Implement multiplicative Copy Scale and make it the new default.Alexander Gavrilov
2018-08-13Fix dependency graph for constraints depending on B-Bone shape.Alexander Gavrilov
2018-08-13Subsurf: Introduce quality optionSergey Sharybin
2018-08-13Merge branch 'master' into blender2.8Bastien Montagne
2018-08-13Cleanup: avoid too close namings, prone to typo mistakes!Bastien Montagne
2018-08-13Fix T56224: Blender2.8 will force a quit when trying to open a scene containi...Bastien Montagne
2018-08-13Subsurf: Remove OpenSubdiv options from modifierSergey Sharybin
2018-08-13Fix T56290: Segfault when loading file - OpenSubdivSergey Sharybin
2018-08-13Subsurf: Make uv boundaries easily extendibleSergey Sharybin
2018-08-13OpenSubdiv: Add stub implementation of C-APISergey Sharybin
2018-08-13Merge branch 'master' into blender2.8Bastien Montagne
2018-08-13Fix T56344: Crash when used Twist for Emitter type of Particles System.Bastien Montagne
2018-08-10Cleanup: Remove unused paramAntonioya
2018-08-09Merge branch 'soc-2018-bevel' into blender2.8Rohan Rathi
2018-08-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-08Fix T56220: Adding Grease Object crashes if link Material is set to ObjectAntonioya
2018-08-08GP: Fix unreported segment fault with some old filesAntonioya
2018-08-08Cleanup unused arg warning.Bastien Montagne
2018-08-08Fix T56273: User count assert on re-saving a particular file.Bastien Montagne
2018-08-08Fix T55095: Undo crash w/ linked library dataCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Fix T54584: Crash w/ image undoCampbell Barton
2018-08-08Cleanup: styleCampbell Barton
2018-08-06Cleanup LIB_ID_COPY_ flags a bit, add missing comment.Bastien Montagne
2018-08-05Fix T54915: Usercount of active action increases when editing things with COW...Bastien Montagne
2018-08-05GP: Add python api to create brush settings for grease pencilAntonioya
2018-08-04Fixed comment formatting in editmesh.cRohan Rathi