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-06-30Sculpt: Pose Brush option to affect loose partsPablo Dobarro
2020-06-30LibOverride: Add concept of 'embedded'/'virtual' override.Bastien Montagne
2020-06-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Refactor: use new api for expand in blenloaderJacques Lucke
2020-06-26Refactor: use new api for lib linking id propertiesJacques Lucke
2020-06-26Refactor: use new api for lib linking gpencil, palette, key, simulation, ipo ...Jacques Lucke
2020-06-26Refactor: use new api for lib linking hair, pointclout, volume, material, tex...Jacques Lucke
2020-06-26Refactor: use new api for lib linking curve, mesh, cachefiles, armature and v...Jacques Lucke
2020-06-26Refactor: use new api for lib linking sound, text, camera, light, latt and mballJacques Lucke
2020-06-26Refactor: use new api for lib linking movieclip, world, lightprobe, speaker, ...Jacques Lucke
2020-06-26Refactor: use new api for lib linking linestyle, object, nodetree and actionJacques Lucke
2020-06-26Refactor: use new api for lib linking collection, scene and workspacesJacques Lucke
2020-06-25Fix T78238: issue loading existing .blend files with Optix viewport denoiserBrecht Van Lommel
2020-06-25Cleanup: spellingCampbell Barton
2020-06-24Cycles: add denoising settings to the render propertiesBrecht Van Lommel
2020-06-23Refactor: use new api for lib linking mask, windowmanager and screenJacques Lucke
2020-06-23Refactor: move more modifier specific code out of readfile.cJacques Lucke
2020-06-23Refactor: move blenloader code of bevel modifierJacques Lucke
2020-06-23Refactor: move blenloader code of curve profile to blenkernelJacques Lucke
2020-06-23Refactor: move blenloader code of surface deform modifierJacques Lucke
2020-06-23Refactor: move more blenloader code into modifier filesJacques Lucke
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-23Fix mistake in bevel versioningHans Goudey
2020-06-23EEVEE: Motion Blur: Add accumulation motion blur for better precisionClément Foucault
2020-06-23Cleanup: use doxy sections for BLI read/write headersCampbell Barton
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-19Writefile: move file flags to BlendFileWriteParamsCampbell Barton
2020-06-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-16Refactor: move .blend read/write of mesh deform modifier to MOD_meshdeform.cJacques Lucke
2020-06-16Cleanup: remove unnecessary indirection for .blend read/write of curvemappingJacques Lucke
2020-06-16Refactor: Move curvemapping .blend read/write to blenkernelJacques Lucke
2020-06-15Refactor: use new blenloader api for laplacian deform modifierJacques Lucke
2020-06-15Blenloader: call blendRead and blendWrite of modifiers when availableJacques Lucke
2020-06-15Fix (unreported) critical mistake in Collection liblink code in readfile.c.Bastien Montagne
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-10Blenloader: Don't just crash when a struct name is not knownJacques Lucke
2020-06-10Fix T77524: Don't try to write storage of node with undefined nodeJacques Lucke
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke