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-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-08-01Cleanup: use braces, unused variable, unused enumCampbell Barton
2019-07-31Fix several undefined-behaviour-sanitizer warningsLukas Stockner
2019-07-30Fix T65691: GPencil Drawing long strokes turn invisibleAntonioya
2019-07-30Fix T66629: Library override - fails when armature and mesh are in separate c...Bastien Montagne
2019-07-26Fix T66325: Animation Keyframe Undo/Redo BugSergey Sharybin
2019-07-10Cleanup: avoid line breaks from trailing commentsCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-21Revert "Particle system: Move runtime data to runtime field"Sergey Sharybin
2019-06-21Fix T62876: Camera Background ImagesJeroen Bakker
2019-06-17Fix T63706: crash in files with custom node trees that contain builtin nodesBrecht Van Lommel
2019-06-17Fix T63867: image sequence not updating in Eevee animation renderBrecht Van Lommel
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-13Particle system: Move runtime data to runtime fieldSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-06Remove mutex lock from node localizationSergey Sharybin
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-06-04Fix T65054: Blender 2.80 crashes when opening a scene created by blender 2.7x...Bastien Montagne
2019-05-31Fix T65308: edit studio light state stays active after restarting BlenderBrecht Van Lommel
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Fix missing file read/write of proxy/transform/crop settings when not usedBrecht Van Lommel
2019-05-27blenloader: Fix warnings with MSVCRay Molenkamp
2019-05-23Cleanup: remove redundant separatorsCampbell Barton
2019-05-23Fix (unreported) broken collections after undo/redo, or remapping (leading to...Bastien Montagne
2019-05-23BKE Collection: Add new function to rebuild parent relationships.Bastien Montagne
2019-05-22Fix T64981: background images do not come along with linked camerasBrecht Van Lommel
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-16Cleanup: remove 2.4x panel tabsCampbell Barton
2019-05-14Armature: implement universal hash table lookup of Bone objects by name.Alexander Gavrilov
2019-05-13Fix unintended autosaving of preferences in a few casesBrecht Van Lommel
2019-05-13readfile: support preferences without loading data-blocksCampbell Barton
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Fix T63046, T61413: crash reading paint slots from 32 bit .blend on 64 bitBrecht Van Lommel
2019-05-04Sound: Delay creating sound scene handle for until is neededSergey Sharybin
2019-05-04Fix T64144: Crash when displaying audio waveforms in VSESergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-03Sound: Delay opening handlers for until really neededSergey Sharybin
2019-05-02Fix T63697: correct stuck R_NO_CAMERA_SWITCH in scene->r.mode.Alexander Gavrilov
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in misc librariesCampbell Barton
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-24Cycles: move shader node versioning code to CBrecht Van Lommel
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-24Nodes: better integrate node init and versioning in file readingBrecht Van Lommel