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-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-20Multires: Cleanup, more proper variable nameSergey Sharybin
2018-09-20Sculpt: Fix undo not working for multiresSergey Sharybin
2018-09-20Subdiv: CCG, implement averaging along edges and cornersSergey Sharybin
2018-09-20Subdiv: CCG, store vertex adjacency informationSergey Sharybin
2018-09-20Subdiv: CCG, store edge adjacency informationSergey Sharybin
2018-09-20Subdiv: CCG, fix memory leakSergey Sharybin
2018-09-20Subdiv: CCG, fix crash going from sculpt to edit modeSergey Sharybin
2018-09-20Subdiv: CCG, localize Mesh usage even moreSergey Sharybin
2018-09-20Subdiv: CCG, go away from MeshSergey Sharybin
2018-09-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-20Sculpt: Fix memory leak in undo systemSergey Sharybin
2018-09-20GP: Fix problem with mode opening 2D Animation templateAntonioya
2018-09-20GP: Fix falloff curve using 2D animation templateAntonioya
2018-09-20GP: Fix template name typo errorAntonioya
2018-09-20GP: Fix Alt+S problem with multiframe editionAntonioya
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-20GP: Add keymap 1 and 2 for select modeAntonioya
2018-09-20GP: New select modeAntonioya
2018-09-20Put the Radius property of Curve points under shape key control.Alexander Gavrilov
2018-09-20Gizmo: hide redo gizmo when any operator runsCampbell Barton
2018-09-20Missing from last commitCampbell Barton
2018-09-20PyAPI: correct term for class property warningCampbell Barton
2018-09-20Cleanup: use win_to_3d_on_plane functionCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: use win_to_3d_on_plane for curve drawingCampbell Barton
2018-09-203D View: add clip argument to win_to_3d_on_planeCampbell Barton
2018-09-20Gizmo: use simple unclipped win_to_ray functionCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-203D View: add a simple un-clipped win_to_rayCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-09-20Gizmo: use ED_view3d_win_to_3d_on_planeCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-203D View: point-on-plane from screen location utilityCampbell Barton
2018-09-20Fix spin/rotate gizmo not updating view orientationCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: styleCampbell Barton
2018-09-20GPUTexture: Fix HDRI being clamped on OSXClément Foucault
2018-09-20GP: Rename eraser brushesAntonioya
2018-09-20Cleanup: styleCampbell Barton
2018-09-19Fix T53745: Alembic exported with vertex colors not readable by other software.Wybren van Keulen
2018-09-19DRW: Fix crash when new shader requires 0 customdata layersClément Foucault
2018-09-19DRW: Only trash UV and tangent data when using BKE_MESH_BATCH_DIRTY_SHADINGClément Foucault
2018-09-19Cleanup: Remove "_new" from GPU_generate_pass_newClément Foucault
2018-09-19Fix T55059: EEVEE UV not available until you go in and out of edit modeClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19Depsgraph: Another followup to the previous commitSergey Sharybin