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-10-23Fix OpenGL extension report in system info operator.Antony Riakiotakis
2017-10-23Cleanup: Remove unused function declarationJulian Eisel
2017-10-23Merge branch 'master' into blender2.8Julian Eisel
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-21Manipulator: name remove func's 'unlink_delayed'Campbell Barton
2017-10-21Manipulator: move 'Scale Cage' to its own toolCampbell Barton
2017-10-21WM: Initial Tool SystemCampbell Barton
2017-10-21Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Silence warning on subsurf modifierDalai Felinto
2017-10-20Depsgraph: Reduce number of depsgraph_legacy usages outside of depsgraphSergey Sharybin
2017-10-20Depsgraph: Make depsgraph a part of evaluation contextSergey Sharybin
2017-10-20Fix/workaround wrong dependency graph being constructed after creating a proxySergey Sharybin
2017-10-20Fix compositor node links getting lost on file load for custom render passes.Brecht Van Lommel
2017-10-20Depsgraph: Introduce hash of dependency graphs in the scene levelSergey Sharybin
2017-10-20Depsgraph: Remove redundant call of depsgraph freeSergey Sharybin
2017-10-20Remove unused dependency graph flags from sceneSergey Sharybin
2017-10-20Remove some residue of old legacy dependency graphSergey Sharybin
2017-10-20Fix T46163: NLA properties with drivers aren't displayed as having driversJoshua Leung
2017-10-20Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-20Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Cleanup: replace gpencil tri vars w/ arrayCampbell Barton
2017-10-19Fix/properly implement: "make group proxy"Dalai Felinto
2017-10-19Merge branch 'master' into blender2.8Campbell Barton
2017-10-19Correct last commit, use WM_exitCampbell Barton
2017-10-19Exit with invalid command line argumentsCampbell Barton
2017-10-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Depsgraph: Use new ID copy API to copy scenesSergey Sharybin
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-19Fix operators adding manipulators multiple timesCampbell Barton
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-19Merge branch 'master' into blender2.8Campbell Barton
2017-10-19Docs: correct descriptionsCampbell Barton
2017-10-18Depsgraph: Use new ID management API to copy ID pointersSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-10-18Depsgrpah: Fix crash when removing objectSergey Sharybin
2017-10-18Depsgraph: Make code correctSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-18Depsgraph: Remove declaration of legace removed functionsSergey Sharybin
2017-10-18Fix crash accessing enums without a contextCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-18Follow up to engine in workspaces, using clay as defaultDalai Felinto
2017-10-18Fix crash when Making Duplicates Real for groupsDalai Felinto
2017-10-18Layers: Fix selected lamp and dupli count for info statsDalai Felinto
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov