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-07-30EEVEE: GLSL refactor/cleanupClément Foucault
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-30GPU_draw.h: cleanup before splittingClément Foucault
2020-07-29Cleanup: GPU: Move Image based function to GPU_draw.hClément Foucault
2020-07-29Fix incorrect flag check in overlay relationship linesCampbell Barton
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-07-21Cleanup: CodeQuality: Replace OB_DRAWXRAY by OB_DRAW_IN_FRONTClément Foucault
2020-07-20DRW: draw hook relationship linesCampbell Barton
2020-07-20DRW: overlay engine support for drawing isolated pointsCampbell Barton
2020-07-16Cleanup: DRW: remove uneeded double bindClément Foucault
2020-07-15PointCloud: Initial rendering support for WorkbenchClément Foucault
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-07-03Fix T78124 Overlay: Image: Camera background image transparency not workingClément Foucault
2020-07-02GPencil: Cleanup - More rename from gp_ to gpencil_Antonio Vazquez
2020-07-02Fix T76229 Overlay: Sulpt overlay not working if object use in-front optionClément Foucault
2020-07-01Fix T67587 Overlay: WeightPaint color blends with background in wireframe modeClément Foucault
2020-07-01Fix T77655 Overlay: Edit mode + wire drawtype + infront not transparentClément Foucault
2020-07-01Fix T75483: 3D Text selection obscures textClément Foucault
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Fix T76337 Overlay: Wireframe: x-ray doesn't deactivate when set to 0Clément Foucault
2020-06-29Fix T74290 Face Dots in front (X-ray) Visual GlitchClément Foucault
2020-06-25Fix T70193 Overlay: Grid floor disappears for orthographic cameraClément Foucault
2020-06-24Fix T66934 Overlay: "Outline Selected" overlay doesnt affect armaturesClément Foucault
2020-06-23Fix T77803: IK Degrees of freedom drawing glitchJeroen Bakker
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-16Fix T77803: IK Degrees of freedom drawing glitchJeroen Bakker
2020-06-15Fix Memory Leak introduced by Draw Manager ThreadingJeroen Bakker
2020-06-15Fix curve handle color ID displayCampbell Barton
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-03Fix T77156: GPencil view layer filter by layer not workingAntonio Vazquez
2020-06-03Cleanup: DRW: Remove persistent uniform functionsClément Foucault
2020-06-03Fix domain voxel size indicator drawingPhilipp Oeser
2020-06-02Fix T76196: Curve Display hides wires as soon as any part has faces [duePhilipp Oeser
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Fix T77130: Visually broken/stepped wireframe in object mode (regression)Clément Foucault
2020-05-28Cleanup: DRW: Remove array suffix from uniform nameClément Foucault
2020-05-27Merge remote-tracking branch 'origin/blender-v2.83-release'Dalai Felinto
2020-05-27Fix T77105: Crashes when clicking "new scene" buttonDalai Felinto
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Fix T77074: Collections: Exclude From ViewLayer toggle crashesPhilipp Oeser
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-26Fix T76902: face sets checkbox brokenJeroen Bakker
2020-05-25DRW: Selection: Extend small object selection workaround to all overlaysClément Foucault
2020-05-22Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-22Fix T73115: In Front Drawing Bone Envelope DistanceJeroen Bakker
2020-05-21Merge branch 'blender-v2.83-release'Campbell Barton