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-02-08Fixing builds for 2.8 - outliner typotemp-workspace-object-mode-removalDalai Felinto
2018-02-08Merge remote-tracking branch 'origin/blender2.8' into temp-workspace-object-m...Dalai Felinto
2018-02-08Fix: Data-Blocks view in Outliner no longer displayed property values, making...Joshua Leung
2018-02-08DRW: Fix crash caused by fixing the leak (badly).Clément Foucault
2018-02-08Merge branch 'master' into blender2.8Bastien Montagne
2018-02-08Forgot to return actual value in previous own commit.Bastien Montagne
2018-02-08Merge branch 'master' into blender2.8Bastien Montagne
2018-02-08Library linking code: proper early out in case there is nothing to link.Bastien Montagne
2018-02-07Merge branch 'master' into blender2.8Bastien Montagne
2018-02-07Library reload code: add early out in case there is nothing to reload.Bastien Montagne
2018-02-07DRW: Fix memory leak with dupli objects.Clément Foucault
2018-02-07DRW: Opti: Use less bytes in DRWUniform.Clément Foucault
2018-02-07Clay: Small refactoring of matcap_colors and put ubos into sldata.Clément Foucault
2018-02-07Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-07Update modes after changing layers or active object from pythonCampbell Barton
2018-02-07Depsgraph: More fixes for shape keysSergey Sharybin
2018-02-07Clear scene obedit when switching view layersCampbell Barton
2018-02-07Fix for mode switching objectsCampbell Barton
2018-02-07Depsgraph: Fix crash with shape keys and latticesSergey Sharybin
2018-02-07Update CUEW to latest versionBrecht Van Lommel
2018-02-07Depsgraph: Fix crash when visible update is called after tagging for updatesSergey Sharybin
2018-02-07Make particle-edit check in cycles TODO (cycles needs some access to mode)Campbell Barton
2018-02-07Depsgraph: Fix node sockets as driver variablesSergey Sharybin
2018-02-07Use workspace mode for python scriptsCampbell Barton
2018-02-07Merge branch '28' into temp-workspace-object-mode-removalCampbell Barton
2018-02-07Fix error with Main.eval_ctx.object_mode being unsetCampbell Barton
2018-02-07Depsgraph: Add missing relationship between object transform and point cache ...Mai Lavelle
2018-02-07Move eval_ctx after object mode changesCampbell Barton
2018-02-07Merge branch '28' into temp-workspace-object-mode-removalCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Correct header guard in last commitCampbell Barton
2018-02-07Cleanup: Python context accessCampbell Barton
2018-02-07Eevee: Fix SSR & AO on Vega + Mesa.Clément Foucault
2018-02-07GPU: Remove Mesa + Vega hack.Clément Foucault
2018-02-07CleanupCampbell Barton
2018-02-07Check multiple modes with brush updateCampbell Barton
2018-02-07Correct swapped flagsCampbell Barton
2018-02-07Remove headers left inCampbell Barton
2018-02-07Pass object mode instead of eval_ctx for brush update functionCampbell Barton
2018-02-07Fix crash in ED_editors_flush_editsCampbell Barton
2018-02-07Correct bad eval_ctx.mode use. Use workspace object mode insteadCampbell Barton
2018-02-07Merge branch '28' into temp-workspace-object-mode-removalCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-07Merge branch '28' into temp-workspace-object-mode-removalCampbell Barton
2018-02-06Outliner: Add object(s) to new collectionDalai Felinto
2018-02-06Fix poll for OUTLINER_OT_object_remove_from_collectionDalai Felinto
2018-02-06Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collectionDalai Felinto
2018-02-06Outliner: Operator to delete outliner selected elements from collectionDalai Felinto
2018-02-06Fix crash when no active objectDalai Felinto