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-09-14VSE: prefetchingRichard Antalik
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-14Fix T69857: image.load() API function does not load pixelsBrecht Van Lommel
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-09-13Fix "minimum twist" curve flipping issueSebastian Parborg
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-13Fix T69846: Segment fault converting Curves to GPencil strokesAntonio Vazquez
2019-09-13Fix T69829: Gpencil sample memory leaks.YimingWu
2019-09-13Cleanup: Use bool instead of intAntonio Vazquez
2019-09-13GPencil: Fix unreported memory leak for weightsAntonio Vazquez
2019-09-13Add QuadriFlow remesherSebastian Parborg
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Fix T69789: Assert when create a new Full Copy scene base on 2D template.Bastien Montagne
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-11Fix T69558: crash in BKE_scene_update_sound for a soundstrip withoutPhilipp Oeser
2019-09-11Fix T69754: crash in sculpting after library overrides were enabledBrecht Van Lommel
2019-09-11LibOverride: Enable them in UI by default.Bastien Montagne
2019-09-11Cycles: Display RenderPass in ViewportJeroen Bakker
2019-09-11Depsgraph: Allow non-keyed changes from frame_change_post handlerSergey Sharybin
2019-09-11Python handlers: Pass depsgraph to events where it makes senseSergey Sharybin
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-10Sculpt: Grab Active Vertex and Dynamic Mesh PreviewPablo Dobarro
2019-09-10Fix T69702: crash using particles rendered as whole collectionPhilipp Oeser
2019-09-10Sculpt: Mask Extract operatorPablo Dobarro
2019-09-09Added function to calculate the total area of a mesh.Sebastian Parborg
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-09-09Sculpt: Pose BrushPablo Dobarro
2019-09-09UI: Format Memory Strings in BinaryHarley Acheson
2019-09-09Sculpt: Mesh Filter ToolPablo Dobarro
2019-09-09Sculpt: Elastic Deform BrushPablo Dobarro
2019-09-09DNA: initial DNA defaults supportCampbell Barton
2019-09-09Sculpt: Draw Sharp BrushPablo Dobarro
2019-09-09Cleanup: remove unused scene struct membersCampbell Barton
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-07Cleanup: includes in headersCampbell Barton
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-07Fix T69597: Changing Grease Pencil Layer in Dopesheet unlocks all layersAntonio Vazquez
2019-09-06Fix T69536: Setting dimensions for parented objects failsCampbell Barton
2019-09-06Transformation Constraint: implement a Mix Mode option.Alexander Gavrilov
2019-09-06Transformation Constraint: initialize scale range values to 1 instead of 0.Alexander Gavrilov
2019-09-06Viewport Shading: StudioLight IntensityJeroen Bakker
2019-09-06Copy Transforms: add a mixing mode option.Alexander Gavrilov
2019-09-06Copy Rotation: implement new mixing modes that actually work.Alexander Gavrilov
2019-09-05LibOverride: Initial attempt to ignore missing place-holders IDs.Bastien Montagne
2019-09-05LibOverride: give more remapping control to `BKE_override_library_create_from...Bastien Montagne
2019-09-05Fix T68840: Metaballs update 'NEVER' method not workingPhilipp Oeser
2019-09-05Eevee: Shadow map refactorClément Foucault
2019-09-05Depsgraph: Ensure it's fully evaluated after POST callbacksSergey Sharybin