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
2019-04-20Cleanup: formatting, unused argsCampbell Barton
2019-04-19Fix T63669: Particle editing bypassing occlusion.mano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Fix T63467: Edge/vertex selection isnt working properly with X-ray set to 1Sebastian Parborg
2019-04-10Cleanup: spellingCampbell Barton
2019-04-01Edit Mesh Selection: Clear out buffer that indicates out of bounds pixels.mano-wii
2019-03-28Edit Mesh Selection: Clear buffer before using in glReadPixel.mano-wii
2019-03-27GPencil: Remove legacy `ED_gpencil_draw_view3d` code.mano-wii
2019-03-26Revert "DRW Manager: create and use new DRW_framebuffer_depth_read utility."Jeroen Bakker
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-22DRW Manager: create and use new DRW_framebuffer_depth_read utility.mano-wii
2019-03-20Cleanup: styleCampbell Barton
2019-03-19Fix T62749: random mesh selection crashes.Brecht Van Lommel
2019-03-17Cleanup: improve comments.mano-wii
2019-03-17ED View3d: Fix possible bug when subtracting unsigned ints.mano-wii
2019-03-16Silence warning from recent GPU simplify commitDalai Felinto
2019-03-16Fix compiling after last commitJens Verwiebe
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-03-05Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYSCampbell Barton
2019-03-01Cleanup: use unsigned types in 3D view editorCampbell Barton
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-19Fix T61714, T61712: crash reloading images after recent changes.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Fix T61196: Mesh select ignores clippingCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-233D View: add back clipping draw code (disabled)Campbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-11Fix T57371: Generative modifiers in editmode display vertex group weightsClément Foucault
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-11-08Fix Cycles viewport render info overlapping other text.Brecht Van Lommel
2018-11-01GP: Fix Stroke mode when annotations not enabledAntonioya
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-08-22DRW: Fix background image displayClément Foucault
2018-08-14Fix viewport background video/clip not updating on playbackDalai Felinto
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-03View3D: Remove v3d->zbufClément Foucault
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-05-30Render API: rename some API functions back to earlier names.Brecht Van Lommel
2018-05-243D View: remove temporary edge-select hackCampbell Barton
2018-05-01Fix edit mesh selection with copy-on-write enabledSergey Sharybin