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
2018-06-24Wireframe Overlay: Add back the per edge hidingClément Foucault
2018-06-23Eevee: Fix wrong depth test in main shading pass.Clément Foucault
2018-06-23Typo in last commitCampbell Barton
2018-06-23UI: Add user defined context menuCampbell Barton
2018-06-23Keymap: Add F3 key back for searchCampbell Barton
2018-06-23Manipulator: fix issue refreshing transform toolCampbell Barton
2018-06-23Merge branch 'master' into blender2.8Campbell Barton
2018-06-23UI: alternate fix for empty context menuCampbell Barton
2018-06-23UI: naming of cursor optionsCampbell Barton
2018-06-22Blenfont: Fix texture not being initialized in recent refactor.Ray Molenkamp
2018-06-22Missed last commitCampbell Barton
2018-06-22Tool System: transform can now toggle loc/rot/scaleCampbell Barton
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-22Cleanup: nuke (nearly) all remaining usages of DM from RNA.Bastien Montagne
2018-06-22Port DM_debug stuf to BKE_mesh_runtime.Bastien Montagne
2018-06-22Fix crash reading toolsettingsCampbell Barton
2018-06-22Cleanup: use standard BKE_object_free_derived_caches in BKE_mesh_to_curve.Bastien Montagne
2018-06-22Cleanup: misc DrivedMesh stuff.Bastien Montagne
2018-06-22StudioLights: APIJeroen Bakker
2018-06-22Cleanup: Moar DM busting from editor code area.Bastien Montagne
2018-06-22Cleanup: nuke another DM usage in paint code.Bastien Montagne
2018-06-22Cleanup: useless BKE_cdderivedmesh includes...Bastien Montagne
2018-06-22Modifiers: port shapekey modifier, some cleanup.Bastien Montagne
2018-06-22Modifiers: port UV_unwarp from DM to Mesh.Bastien Montagne
2018-06-22Add depth and orientation options to 3D cursor toolCampbell Barton
2018-06-22Cleanup: unused valueCampbell Barton
2018-06-22Modifiers: Remove remaining parts of md->sceneSergey Sharybin
2018-06-22Modifiers: Remove lots of usages of md->sceneSergey Sharybin
2018-06-22Subsurf: Move away from using scene from modifier dataSergey Sharybin
2018-06-22Cloth: Move away from scene stored in cloth modifier dataSergey Sharybin
2018-06-22Multires: Move away from using scene from modifier dataSergey Sharybin
2018-06-22StudioLight: Better APIJeroen Bakker
2018-06-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-06-22CMake: Make language explicit for per-file strict flags removalSergey Sharybin
2018-06-22Cleanup: move cursor rotation into own functionCampbell Barton
2018-06-22Outliner: Aggregate ID types and object types together with numbersDalai Felinto
2018-06-22Merge branch 'master' into blender2.8Campbell Barton
2018-06-22Cleanup: rename 3D cursor calculation varsCampbell Barton
2018-06-22Cleanup: 2.8-new G.main in RNA code.Bastien Montagne
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22StudioLight: Only apply windowing when SH level is 2Jeroen Bakker
2018-06-22Cleanup: remove last G.main from RNA.Bastien Montagne
2018-06-22StudioLight: remove caches when removing studiolightJeroen Bakker
2018-06-22Studiolight: Spherical Harmonics WindowingJeroen Bakker
2018-06-22Tweak new BKE_id_is_in_global_main to accept NULL pointer (and consider them ...Bastien Montagne
2018-06-22Fix harmless use of unintialized memorySergey Sharybin
2018-06-22Cleanup, spellingSergey Sharybin
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-22BKE_library: Add func to check an ID is actually in G_MAIN database.Bastien Montagne
2018-06-22PaintMode: Full Shading Boolean => SliderJeroen Bakker