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-01-16Subdiv: Cleanup, pass mesh by const pointerSergey Sharybin
2019-01-16Subdiv: Cleanup, commentsSergey Sharybin
2019-01-16Alembic: C++11 doesn't need the space between '> >'Sybren A. Stüvel
2019-01-16Alembic export: write curve/NURBS as meshSybren A. Stüvel
2019-01-16Alembic export: separated "writing Alembic mesh" from "writing mesh object"Sybren A. Stüvel
2019-01-16Fix uninitialized cursor w/ setting object originCampbell Barton
2019-01-16Fix T52354: Origin to Geometry uses Bounds w/ Median Center is setCampbell Barton
2019-01-16BMesh: prevent weld-verts bmop creating selected+hidden verts/edgesCampbell Barton
2019-01-16Fix T59640: Transform w/ auto-merge & hidden verts crashesCampbell Barton
2019-01-16Fix uninitialized variable use w/ kdopbvh ray projectionCampbell Barton
2019-01-16Object: avoid calling operators in ED_editors_initCampbell Barton
2019-01-16Cleanup: de-duplicate rotation mode enumCampbell Barton
2019-01-16Cleanup: use max frame defineCampbell Barton
2019-01-15GP: Use weight in noise modifier for all typesAntonioya
2019-01-15Fix T59826: grease pencil crash with empty material slot.Brecht Van Lommel
2019-01-15Fix T60383: mesh merge type callback returned NULLJacques Lucke
2019-01-15Fix T60246: crash with Cycles baking while in edit mode.Brecht Van Lommel
2019-01-15Alembic: removed declaration of non-existing functionsSybren A. Stüvel
2019-01-15Marked TODOs with the actual string TODOSybren A. Stüvel
2019-01-15Alembic export: fixed memory leakSybren A. Stüvel
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-15Fix T60498: Auto IK doesn't work immediately.Brecht Van Lommel
2019-01-15Fix T60497: wrong statusbar keymap display with MMB emulation.Brecht Van Lommel
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-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-15Cleanup: removed disabled 'slow but safer' piece of code in make_local process.Bastien Montagne
2019-01-15Cleanup: Remove deprecated BKE_libblock_free(_ex) functions, document BKE_id_...Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free_ex by BKE_id_free_ex.Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2019-01-15Cleanup BKE_id_free_ex().Bastien Montagne
2019-01-15Correct last commitCampbell Barton
2019-01-15Fix T60507: Constrained transform shows all axesCampbell Barton
2019-01-15Fix T60504: Armature wire draw type hidden when unselectedCampbell Barton
2019-01-15Fix T60506: Menu toggle clicks pass through to areaCampbell Barton
2019-01-15Fix T60512: Weight paint brushes show weight when unusedCampbell Barton
2019-01-15Cleanup: use BrushCapabilities prefix for RNA typesCampbell Barton
2019-01-15Cleanup: styleCampbell Barton
2019-01-15Edit Mesh: Improve selected double vertices visibilityClément Foucault
2019-01-15Fix T59482: Creating 2 Particle systems breaks the appClément Foucault
2019-01-14UI: indent subpanel headers more.Harley Acheson
2019-01-14Windows: add support for Windows Ink.Christopher Peerman
2019-01-14Fix T60476 Loose vertices only partially drawnClément Foucault
2019-01-14Object Mode: Outlines: Add support for thicker outlineClément Foucault
2019-01-14GPUMaterial: CleanupClément Foucault