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
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-03-19BLI_kdtree: use 1d tree for select similarCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Fix T62328, T62209: revert recent fix for texture slots updates (T60366).Brecht Van Lommel
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-02-28Fix T60366: texture paint slots not updating when editing material.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-07Fix sculpt undo steps not enabling dyntopoCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T60660: Texture paint undo removes imageCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-18Fix loading a file saved w/ dyntopoCampbell Barton
2019-01-16Object: avoid calling operators in ED_editors_initCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-15Cleanup: pass main instead of context w/ ED_editors_exit/flush_editsCampbell Barton
2019-01-09Fix T60338: Allow user to input units of another systemJacques Lucke
2019-01-09Object Mode: only toggle active object mode onceCampbell Barton
2019-01-08Fix T60327: Value input with adaptive imperial units not working properlyJacques Lucke
2018-12-18Fix multi-object state on loadCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-06Fix multi-object edit state on loadCampbell Barton
2018-11-13Merge branch 'master' into blender2.8Campbell Barton
2018-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-11-13Cleanup: remove unused sourceCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-11-07Multi-Objects: CURVE_OT_select_similarHabib Gahbiche
2018-10-30UI: Fix point size and line width ignoring UI scaling optionClément Foucault
2018-10-09Edit Mesh: replace DerivedMesh w/ MeshCampbell Barton
2018-10-04Cleanup: styleCampbell Barton
2018-10-03Units: Support for fixed unitsJacques Lucke
2018-09-24Gizmo: hide redo gizmo when spin tool not activeCampbell Barton
2018-09-20GP: Fix problem with mode opening 2D Animation templateAntonioya
2018-09-20Gizmo: hide redo gizmo when any operator runsCampbell Barton
2018-09-18Cleanup: spellingCampbell Barton
2018-09-18Gizmo: de-duplicate poll logicCampbell Barton
2018-09-07Fix missing line width for helper line drawingCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-09-02Keymap: Double tap A-Key to de-select allCampbell Barton
2018-09-02Cleanup: move select all/none/invert into templateCampbell Barton
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault