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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE mball code.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-31Cleanup: nuke G.main out of BKE PackedFile code.Bastien Montagne
2018-05-30Fix missing movieclip ID type in allowed ones for Outliner...Bastien Montagne
2018-05-30Edit Mode: add success return valueCampbell Barton
2018-05-30DNA: add OB_DATA_SUPPORT_EDITMODE macroCampbell Barton
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-27UI: center align number buttons w/o textCampbell Barton
2018-05-27UI: replace BLI_strncpy w/ memcpyCampbell Barton
2018-05-273D View: minor change to NDOF view orbitCampbell Barton
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-25UI: fix assertCampbell Barton
2018-05-253D View: add pixelsize function w/o UI scaleCampbell Barton
2018-05-243D View: remove poll 3D view for copy/pasteCampbell Barton
2018-05-24Fix T55034: Setting duplication group for multiple selected items onlyPhilipp Oeser
2018-05-24Fix Extend property of Lasso select tool in Mask editor not workingPhilipp Oeser
2018-05-24Fix T54336: Extend property of Lasso select tool in Node editor does notPhilipp Oeser
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-21Cleanup: use const for transform internal APICampbell Barton
2018-05-18Fix crash drawing polygon curvesCampbell Barton
2018-05-15Fix assert using '//' on an unsaved fileCampbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-11EditMesh: remove duplicate rip macroCampbell Barton
2018-05-09Fix T54997: simple typo in property descriptionPhilipp Oeser
2018-05-08Tracking: Use bmain from contextSergey Sharybin
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Fix Movieclip editors 'graph' and 'dopesheet' view using themes regionPhilipp Oeser
2018-05-07More tweaks to strict compiler flagsSergey Sharybin
2018-05-07Silence compilation error around possible fall-throughSergey Sharybin
2018-05-07Fix T54324: remove stencil entries from weight paint keymapPhilipp Oeser
2018-05-06Nodes: show node labels (like image name) in material properties node view.Brecht Van Lommel
2018-05-06Cleanup: split rotation_from_viewCampbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-04Mesh Lapacian: Use `isect_ray_tri_watertight_v3` instead of Epsilons to preve...Germano
2018-05-03Particle Edit: Shape Cut: Create and use bvhtree with AABB hull.Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-03Cleanup: split out extrude spin/screwCampbell Barton
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-04-30Add support for area lights to the Apply Transform operatorLukas Stockner
2018-04-30Fix Merge > To CursorDalai Felinto
2018-04-30UV editing: Make 'Select Linked' work consistent to 3D ViewJulian Eisel
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2018-04-28Fix vertex paint alpha brush setting color blackCampbell Barton