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-06-26Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overridestemp-dynamic-overridesDalai Felinto
2018-06-26Fix T55628: Crash when creating new material slotsDalai Felinto
2018-06-26UI: Make Mesh shading menu consistent with the other menusVuk Gardašević
2018-06-26UI: Tweaks to Cycles Bake panelWilliam Reynish
2018-06-26Fix T55630: update issue between Object and TexPaint modes.Bastien Montagne
2018-06-26UI: status bar cursor keymap displayCampbell Barton
2018-06-26Icons: mouse buttons & dragCampbell Barton
2018-06-26Tweak: Try to make the purpose of the collection/search fields clearerJoshua Leung
2018-06-26AnimEditors: Remove the toggles to enable name/collection-based filteringJoshua Leung
2018-06-26AnimEditors UI: Move less frequently used filtering options to a "Filters" po...Joshua Leung
2018-06-26Cleanup: dyntopo sculpt draw update: use same BM_face_as_array_vert_tri for i...Bastien Montagne
2018-06-26Fix T55320: Sculpt Mode with dyntopo and smooth shading drawing bug.Bastien Montagne
2018-06-26Fix memory leak when duplicating particlesSergey Sharybin
2018-06-26Depsgraph: Tag relations for update when particle dupli-collection changesSergey Sharybin
2018-06-26Cleanup: commentDalai Felinto
2018-06-26Free crash when freeing object caches from duplicatorSergey Sharybin
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26PyAPI: add ImBuf.copyCampbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-06-26Cleanup: style, pep8Campbell Barton
2018-06-26Cleanup: styleCampbell Barton
2018-06-26Cycles: Fix wrong row count for World MIS CDF calculationLukas Stockner
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-25Fix crash with files saved with missing render slots.Brecht Van Lommel
2018-06-25UI: Use background color for reportsPablo Vazquez
2018-06-25Draw: Use more proper particles index lookupSergey Sharybin
2018-06-25Cycles: Free evaluated meshed when we are done with objectSergey Sharybin
2018-06-25Cycles: Fix memory leak with sessionSergey Sharybin
2018-06-25Physics: update softbody and dynamic paint to get colliders from depsgraph.Brecht Van Lommel
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25UI: Single-column layout for Force Fields and ParticlesWilliam Reynish
2018-06-25UI: Single-column layout for View Layer, passes and WorldWilliam Reynish
2018-06-25UI: Single-column layout for Texture ColorWilliam Reynish
2018-06-25UI: Single-column layout for Shape Keys and Geometry DataWilliam Reynish
2018-06-25Fix T55360: marker-based Camera switch focal length bug.Bastien Montagne
2018-06-25Fix T55493: Sculpting on smooth shaded bug.Bastien Montagne
2018-06-25Fix use of non-evaluated collision and effector objects.Brecht Van Lommel
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Cleanup: Move colorband handling from DM to mesh_runtime universe.Bastien Montagne
2018-06-25UI: In user preferences group Developers Extra and Python TooltipsPablo Vazquez
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cycles: Cleanup, indentationSergey Sharybin
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-25Outliner: Make search always workDalai Felinto
2018-06-25UI: Right align check-box for extra text spaceCampbell Barton
2018-06-25Cleanup: code styleCampbell Barton
2018-06-25Cleanup: Few more validation of G_MAIN usages...Bastien Montagne
2018-06-25Depsgraph: Add missing nodes and relations for speakerSergey Sharybin
2018-06-25RigidBody: Replaced 'if' with 'switch'Sybren A. Stüvel