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
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-04Fix crash w/ template search & invalid propertyCampbell Barton
2017-12-01Cleanup: Proper silencing of unused vars( for now).Bastien Montagne
2017-12-01Groups and collection: editing group collectionsDalai Felinto
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-12-01Silence warning from object_relations.cDalai Felinto
2017-12-01Transform: Avoid attempt to bypass dependency graph updateSergey Sharybin
2017-12-01Transform: Use new DEG query API to see what's being affected by a changing o...Sergey Sharybin
2017-11-30Transform: Fix recent merge conflict resolution fiascoSergey Sharybin
2017-11-30Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-30Fix memory leak when single_obdata_users() fails to copy datablockDalai Felinto
2017-11-30Fix lightprobe single user not workingDalai Felinto
2017-11-30Merge branch 'master' into blender2.8Campbell Barton
2017-11-30Select similar for bones by group indexCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-29Make basic object & bones transformations overridable.Bastien Montagne
2017-11-29ID static override: automatically detect new overrides as part of undo step.Bastien Montagne
2017-11-29ID Static Override: add basic generic UI tools to control override of propert...Bastien Montagne
2017-11-29ID Static Override: add basic UI feedback.Bastien Montagne
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-29Draw manager: Listen to depsgraph's ID update callbacksSergey Sharybin
2017-11-28Draw manager: Pass explicit context to DEG scene update callbackSergey Sharybin
2017-11-28Cleanup: namingSergey Sharybin
2017-11-28Cleanup, naming of engine type variableSergey Sharybin
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2017-11-28Depsgraph: Don't call DEG ID update functions directlySergey Sharybin
2017-11-28Merge branch 'master' into blender2.8Campbell Barton
2017-11-27Fix T53145: bevel tool does not start with amount at zero.Brecht Van Lommel
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Remove workaround for loopcut and DM stabilitySergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Sequencer: Fix missing FX compositor when starting rendering from frame with ...Sergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-27WM: don't change selection on workspace appendCampbell Barton
2017-11-27Tool System: show manipulators at startupCampbell Barton
2017-11-27Fix crash duplicating workspaceCampbell Barton
2017-11-27Manipulator: ignore depth-buffer for scale cageCampbell Barton
2017-11-27Cleanup: incorrect commentCampbell Barton
2017-11-26Merge branch 'master' into blender2.8Bastien Montagne
2017-11-26Cleanup: ImageEditor's mask drawing code was re-implementing `BKE_maskrasteri...Bastien Montagne
2017-11-26Fix T53393: Change from 'd' key to 'draw' panel button causes pencil to be ac...Joshua Leung