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-06-04UI: Add icons to ConstraintsWilliam Reynish
2019-06-04GPencil: Clarify Target weight tooltip and remove lower limitAntonio Vazquez
2019-06-04NLA Editor: drag in empty region to invoke box-selectJacques Lucke
2019-06-04Fix T60971: Apply visual transform not workingPelle Johnsen
2019-06-04Fix T65054: Blender 2.80 crashes when opening a scene created by blender 2.7x...Bastien Montagne
2019-06-04GPU: High Definition Color BufferJeroen Bakker
2019-06-04Image InfoJeroen Bakker
2019-06-04NLA Editor: box-select was selecting wrong elementsJacques Lucke
2019-06-04Fix T65303: fix and improve autorun-scripts popupJacques Lucke
2019-06-04Fix T65451: Changing driver expression doesn't update relationsSergey Sharybin
2019-06-04Depsgraph: Only run editors ID update on manual editsSergey Sharybin
2019-06-04Graph Editor: drag to box select keyframesJacques Lucke
2019-06-04Fix T65447: Mask doesn't update in compositor unless there's motion blur onSergey Sharybin
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-06-04Cleanup: Cleanup: style, use braces for collada (BCMath)Campbell Barton
2019-06-04Cleanup: style, use braces for draw (fxaa_lib)Campbell Barton
2019-06-04Cleanup: rename 2D scroll definesCampbell Barton
2019-06-04Cleanup: clang-format, remove tabsCampbell Barton
2019-06-03Fix T65352: bpy.data.meshes.new_from_object() doesn't increment user count fo...Bastien Montagne
2019-06-03transform_snap_object: Ignore occlusion test on curves in edit mode.mano-wii
2019-06-03UI: Prevent scrollbars from getting too small to grabEitanSomething
2019-06-03Fix T65448 - Outliner - Show all inside in disabled collection crashDalai Felinto
2019-06-03GPU: Fix Restart index bugClément Foucault
2019-06-03Cleanup: style, use braces in GPUCampbell Barton
2019-06-03fix collada: get Alpha and Emission from principled BSDF ShaderGaia Clary
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-06-03Cleanup: Cleanup: style, use braces for colladaCampbell Barton
2019-06-03Cleanup: style, use braces in drawCampbell Barton
2019-06-03Cleanup: style, use braces in makesrnaCampbell Barton
2019-06-03Cleanup: use const argumentsCampbell Barton
2019-06-03Cleanup: remove unused arg to wm_event_add_ghosteventCampbell Barton
2019-06-03Fix T65391: Wrong drag threshold for mouse motionCampbell Barton
2019-06-03Fix T65328: Offset when outliner gains focusJacques Lucke
2019-06-03Cleanup: differentiate drag-and-drop from drag eventsCampbell Barton
2019-06-03Markers: Click-drag in empty area to box select markersJacques Lucke
2019-06-03Fix T65399: crash playing animation after applying smoke flow modifierPhilipp Oeser
2019-06-03Fix T65408: GPencil Weight Paint, strength and falloff are ignored when paint...Antonio Vazquez
2019-06-03Fix T65294: Orbit navigate gizmo fails in paint modesCampbell Barton
2019-06-03Fix return type in recent gizmo key-map refactorCampbell Barton
2019-06-03fix collada Importer: Set bone transformation type when importing unskinned s...Gaia Clary
2019-06-03feature collada: Allow export/import of skeletal animations as curvesGaia Clary
2019-06-03refactor collada: Added utility functions bc_string_before() and bc_string_af...Gaia Clary
2019-06-03fix T34062 Collada exporter: changed order of export for decomposed transform...Gaia Clary
2019-06-03refactor: use Quat and BCQuat instead of float[4] arrays for Quaternions (wip)Gaia Clary
2019-06-03fix: enforce transform export as <matrix> when exporting animated armature"Gaia Clary
2019-06-03fix: add back changes after last pull from masterGaia Clary
2019-06-03refactor collada: replace bc_sanitize_mat() by static class method in BCMatrixGaia Clary
2019-06-03refactor Collada: rename BCMatrix.* class files to BCMath.*Gaia Clary
2019-06-03refactor Collada: Add new class Quat (wip)Gaia Clary
2019-06-03refactor collada: Moved BCMatrix to its own fileGaia Clary