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-09-20Sculpt: Fix undo not working for multiresSergey Sharybin
2018-09-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-20Sculpt: Fix memory leak in undo systemSergey Sharybin
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-14Multires: Initial work to get sculpting to work with OpenSubdivSergey Sharybin
2018-09-11Cleanup: styleCampbell Barton
2018-09-11Subdiv: Initial implementation of CCGSergey Sharybin
2018-09-10Texture paint: properly implement image slots for principled BSDF node.Sebastian Parborg
2018-09-05UI: hide brush select redo panelCampbell Barton
2018-09-02Cleanup: move select all/none/invert into templateCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Sergey Sharybin
2018-08-31Remove CCGDM from PBVHSergey Sharybin
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-23Tool System: support non paint tools in paint modeCampbell Barton
2018-08-22Paint Overlay: Fix blending of the brush overlayClément Foucault
2018-08-15Fix T56012: brush stencil overlay draws in the wrong location.Brecht Van Lommel
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-08-14Fix T55719: crash with sculpt dyntopo and constant detail resolution sampling.Brecht Van Lommel
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-10Cleanup: styleCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-05Cleanup: Undefined function declarationsSergey Sharybin
2018-07-05Sculpt: Fix disappearing object on undoSergey Sharybin
2018-07-03Keymap: Select/De-Select now use A, Alt-ACampbell Barton
2018-07-03Sculpt: Fix ghosting artifacts when sculpting in workbench engineSergey Sharybin
2018-07-03Sculpt: Fix possible race condition with undo nodesSergey Sharybin
2018-07-02Sculpting: add Manual detail mode for dynamic topology.Macelaru Tiberiu
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: right shiftCampbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Painting: fix uninitialized variable useCampbell Barton
2018-07-02Fix sculpt key bindingsCampbell Barton
2018-07-02Keymap: add back X-Key for deleteCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel