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-07Cleanup: avoid memory allocation for unchanged datablocks in undoBrecht Van Lommel
2020-04-07Cleanup: split partial undo code off into functions, tweak debug printsBrecht Van Lommel
2020-04-07Cleanup: simplify logic for partial undo in ID readBrecht Van Lommel
2020-04-07Cleanup: skip reading UI datablocks entirely for undoBrecht Van Lommel
2020-04-07Cleanup: delay creating datamap until it's actually neededBrecht Van Lommel
2020-04-07Cleanup: don't use global variable for test if IDs are identicalBrecht Van Lommel
2020-04-07Cleanup: split off library and linked datablock undo restoreBrecht Van Lommel
2020-04-07Cleanup: early out on invalid ID data to simplify control flowBrecht Van Lommel
2020-04-07Cleanup: split off direct_link_id() functionBrecht Van Lommel
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-06Fix f-curve sequencer versioning logicCampbell Barton
2020-04-06VSE: Draw f-curves for opacity and volume values on the stripsRichard Antalik
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03New Undo: Fix crash in some complex production files.Bastien Montagne
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: spellingCampbell Barton
2020-04-03Revert "Writefile: Cleanup Scene runtime data."Brecht Van Lommel
2020-04-01Writefile: Cleanup Volume runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup CacheFile runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup MovieClip runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup GPencil data.Bastien Montagne
2020-04-01Writefile: Cleanup Nodetree runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Armature runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Collection runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Soung runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup World runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Lattice runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Text runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup VFont runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup material runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup MBall runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Scene runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Object runtime data.Bastien Montagne
2020-04-01Writefile: Cleanup Curve runtime data.Bastien Montagne
2020-04-01Tweak write code to allow cleaning up runtime data before write.Bastien Montagne
2020-03-31Add Voxel Mode to the Remesh modifierPablo Dobarro
2020-03-30Fix undo incorrectly detecting mesh as always changed after editsBrecht Van Lommel
2020-03-30Fix undo misdetecting identical future chunk in some casesBrecht Van Lommel
2020-03-29Fix missing Surface Deform strength versioningHenrik Dick
2020-03-26Add option to Copy the active view layer, and add an empty view layerChris Clyne
2020-03-26Fix T74899: Add Draw Face Sets brush to versioning defaultsPablo Dobarro
2020-03-23Bump subversion for previous theme additionsJulian Eisel
2020-03-23UI: Theme options for checkerboard pattern colors and sizeMichael Soluyanov
2020-03-20Cleanup: sort file, struct listsCampbell Barton