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
2018-01-24CMake: store icon namesCampbell Barton
2018-01-23Cleanup: some ED_view3d functions used uppercase DCampbell Barton
2018-01-23Cycles: change material output displacement to vector.Brecht Van Lommel
2018-01-23Cycles: add Displacement node.Brecht Van Lommel
2018-01-23Cleanup: use doxygen groups for view3d_edit.cCampbell Barton
2018-01-23Cleanup: code comment for view3d_viewmatrix_setCampbell Barton
2018-01-23Fix screen split refresh issuesGermano
2018-01-23Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-22Fix windows building (log10)Dalai Felinto
2018-01-22Fix T53850: Lock to Cursor breaks 3D manipulatorsCampbell Barton
2018-01-22WM: add mouse-move after smooth-viewCampbell Barton
2018-01-22Cleanup: unused varCampbell Barton
2018-01-21Update description of the screen_draw functionsGermano
2018-01-21WM: Fix snapping on split area without previewGermano
2018-01-21Cleanup: BLI_kdopbvh avoid negative array accessCampbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-21Fix old files with changed node socket type not loading correctly.Brecht Van Lommel
2018-01-20Cleanup: doxy groups for screen_ops.cCampbell Barton
2018-01-20Fix screen split preview refresh issuesCampbell Barton
2018-01-19Fixup for integer digits commitDalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-19Fix T53786: Proportional size from redo ignoredCampbell Barton
2018-01-19WM: operator flag to check repeat/redo executionCampbell Barton
2018-01-19Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2018-01-19Cleanup: typosCampbell Barton
2018-01-19Fix T53823: Particle weight brush crashCampbell Barton
2018-01-19Fix T53832: Particle weight paint crashCampbell Barton
2018-01-18Fix memory leak in recent curve refactorCampbell Barton
2018-01-18Improved docstring of mathutils.Matrix.lerp()Sybren A. Stüvel
2018-01-18Improve docstring for mathutils.Matrix.decompose()Sybren A. Stüvel
2018-01-18Fix T53808: VSE doesn't show scene strip markersCampbell Barton
2018-01-18Fix weight particle brush versioningCampbell Barton
2018-01-18Cleanup: label scene flags more clearlyCampbell Barton
2018-01-18Fix T53811: "bmesh.ops.split" crashCampbell Barton
2018-01-18WM: improved area resize snappingmano-wii
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-18Fix Linux/GCC compiler warning in recent fixes.Brecht Van Lommel
2018-01-18Loop Cut: Allow mouse placement w/ numeric inputCampbell Barton
2018-01-17Fix buffer overflow vulernability in thumbnail file reading.Brecht Van Lommel
2018-01-17Fix buffer overflows in TIFF, PNG, IRIS, DPX, HDR and AVI loading.Brecht Van Lommel
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-17Delete Invalid Drivers: more lenient poll functionSybren A. Stüvel
2018-01-17Simplified GRAPH_OT_driver_delete_invalid after feedback @aligorithSybren A. Stüvel
2018-01-17Added "Delete Invalid Drivers" operatorSybren A. Stüvel
2018-01-17Correct simple deform versioning from D2989Campbell Barton
2018-01-17Fix T53810: Crash removing a scene used in renderCampbell Barton
2018-01-16Cleanup: Avoid ifdefs in multiple placesSergey Sharybin