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-17GP: Make Close fill strokes visibleAntonioya
2019-01-17Fix T60558: Cycles viewport render mismatch when the camera is a light.Brecht Van Lommel
2019-01-17Preferences: fit a little better when opened in place of properties editor.Brecht Van Lommel
2019-01-17Fix T60580: depsgraph object instance 'matrix_world' always returns identity ...Bastien Montagne
2019-01-17Add experimental batch-delete of hierarchy to Outliner.Bastien Montagne
2019-01-17RNA Depsgraĥ: add a warning about not using object_instances as a sequence.Bastien Montagne
2019-01-17Preferences: add new Viewport, Animation, Navigation, Save & Load sections.Brecht Van Lommel
2019-01-17Revert "Preferences: enable interface translation by default, not just toolti...Brecht Van Lommel
2019-01-17Fix UI not fully updating while resizing window on Windows and macOS.Brecht Van Lommel
2019-01-17Fix T60554: Missing undo push changing colorCampbell Barton
2019-01-17Cleanup: logic for eyedropper free on failureCampbell Barton
2019-01-17Cleanup: remove duplicate color picker operatorCampbell Barton
2019-01-17T60560: Render border gizmo doesn't update displayCampbell Barton
2019-01-17Cleanup: de-duplicate loose vert/edge checksCampbell Barton
2019-01-17Fix T60578: Crash selecting after hiding verticesCampbell Barton
2019-01-17BMesh: keep selection history when removing doublesCampbell Barton
2019-01-17BMesh: Remove doubles now merges face-flagsCampbell Barton
2019-01-17Cleanup: variable namesCampbell Barton
2019-01-17Cleanup: unused codeCampbell Barton
2019-01-17Fix T60261: Crash pasting a material without a nodetreePhilipp Oeser
2019-01-17PyAPI: minor change to bpy.app.debug_value exception handlingCampbell Barton
2019-01-17PyAPI: Avoid redundant prefix for PyC_Err_Format_PrefixCampbell Barton
2019-01-17PyAPI: add PyC_Err_SetString_Prefix for internal useCampbell Barton
2019-01-16GP: Display Stroke for Fill Alt mode alwaysAntonioya
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2019-01-16Cleanup: get rid of -666 debug value.Bastien Montagne
2019-01-16Cleanup: remove dead code in softbody forces evaluation.Bastien Montagne
2019-01-16Preferences: enable interface translation by default, not just tooltips.Brecht Van Lommel
2019-01-16Fix outdated user preference descriptions.Brecht Van Lommel
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