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
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: use term 'attr' instead of 'attrib'Campbell Barton
2020-04-02Sculpt: Delay Viewport UpdatesPablo Dobarro
2020-04-02Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front ArmaturesJeroen Bakker
2020-04-02Revert "Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front Armat...Dalai Felinto
2020-04-02Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front ArmaturesJeroen Bakker
2020-03-31Fix T75244: Screw Modifier CrashJeroen Bakker
2020-03-31Fix T74898: Multiresolution Ghost After OrbitingJeroen Bakker
2020-03-30GPencil: Remove `is_edit_mode` from cache dataAntonio Vazquez
2020-03-30GPencil: Remove GP_DATA_PYTHON_UPDATED used by old engineAntonio Vazquez
2020-03-30Fix T75144 Grease Pencil: Python generated strokes flicker and crashClément Foucault
2020-03-30NormalOverlay: Center Dot Normal Drawing With ModifiersJeroen Bakker
2020-03-30Normal Overlay: Hide Normals Of Generated LoopsJeroen Bakker
2020-03-30Fix T75053: Paint Overlay Show Modified Wires and EdgesJeroen Bakker
2020-03-27GPencil: More cleanups missing in previous commitAntonio Vazquez
2020-03-27GPencil: Cleanup of unused code a argumentsAntonio Vazquez
2020-03-27Cleanup: add iterator macros to clang-formatCampbell Barton
2020-03-26Fix T74692: Do not draw nodes with the default face setPablo Dobarro
2020-03-26Fix T75090: crash with old NVIDIA drivers after overlay refactorBrecht Van Lommel
2020-03-25Alpha hash support for hair in EEveeJoe Eagar
2020-03-23Revert "COW: Edit Mesh: Do not copy the looptris pointer"Germano Cavalcante
2020-03-23UI: Theme options for checkerboard pattern colors and sizeMichael Soluyanov
2020-03-23COW: Edit Mesh: Do not copy the looptris pointerGermano Cavalcante
2020-03-20Fix T74811: GreasePencil Stereo RenderingJeroen Bakker
2020-03-20Fix T74643: Outline Overlay Shows Hidden FacesJeroen Bakker
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-19GPencil: Cleanup - Split BKE_gpencil.h geometry functions into BKE_gpencil_ge...Antonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Fix T73931: Stereo Viewport Color ManagementJeroen Bakker
2020-03-18Cleanup: spellingCampbell Barton
2020-03-18Objects: Eevee and workbench rendering of new Volume, Hair, PointCloudBrecht Van Lommel
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-18Weight Paint: Implement a new Lock-Relative mode.Alexander Gavrilov
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-15Fix potential draw manager assignment to negative indexCampbell Barton
2020-03-14Cleanup: sort file lists & struct declatationsCampbell Barton
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-12DrawManager: Pack Draw State BitsJeroen Bakker
2020-03-12EEVEE: Hair: Fix wrong color when using color attribute without actual dataClément Foucault
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-11Workbench Simplification RefactorClément Foucault
2020-03-11Eevee: internal support for arbitrary number of volume gridsBrecht Van Lommel
2020-03-11Cleanup: spellingCampbell Barton
2020-03-10Fix T74536: Grease pencil immediately crashes on macOSClément Foucault
2020-03-10DRW: Fix wrong test conditionClément Foucault
2020-03-09Fix unnecessary grease pencil drawing when there are no grease pencil objectsUlysse Martin
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06CodeCleanup: Use eDrawTypeJeroen Bakker