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
path: root/source
AgeCommit message (Expand)Author
2019-01-16Fix broken weight painting colorband in default preferences.Brecht Van Lommel
2019-01-16GP: Use multiframe falloff in Shear transformAntonioya
2019-01-16GP: Use multiframe falloff for Bend transformationAntonioya
2019-01-16Outilner: pass userdata void pointer to outliner_do_object_operation_ex().Bastien Montagne
2019-01-16Preferences: remove OpenGL select method preference.Brecht Van Lommel
2019-01-16Preferences: remove unnecessary 16 bit textures preference.Brecht Van Lommel
2019-01-16Preferences: always do GPU accelerated mipmapping, remove preference.Brecht Van Lommel
2019-01-16Fix BKE_id_copy_ex() being able to 'return' garbage in copied ID.Bastien Montagne
2019-01-16Multires: Cleanup, commentsSergey Sharybin
2019-01-16Expose batch IDs deletion in python API.Bastien Montagne
2019-01-16Add experimental batch IDs deletion.Bastien Montagne
2019-01-16Fix crash creating new file after modificationsSergey Sharybin
2019-01-16Cleanup: Spelling in commentSergey Sharybin
2019-01-16Multires: Prepare for cached topologySergey Sharybin
2019-01-16Subdiv: Reset evaluator creation statisticsSergey Sharybin
2019-01-16Subdiv: Initial implementation of topology cacheSergey Sharybin
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-16Logging: add '--log-show-timestamp' option.Campbell 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 (creator)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