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-09Merge branch 'functions' into builtin-simulation-nodesbuiltin-simulation-nodesJacques Lucke
2020-04-09Merge branch 'master' into functionsJacques Lucke
2020-04-09Silence assert on ID usercount for deprecated IPO.Bastien Montagne
2020-04-09Tracking: Forward compatibility code for distortion modelsSergey Sharybin
2020-04-06Merge branch 'functions' into builtin-simulation-nodesJacques Lucke
2020-04-06Merge branch 'master' into functionsJacques Lucke
2020-04-06Cleanup: spellingCampbell Barton
2020-04-06Cleanup: Use `_fn` as a suffix for callbacks in VSE codeRichard Antalik
2020-04-05Volumes: add volume.grids.frame_filepath to get the current frame filepathBrecht Van Lommel
2020-04-05Cleanup: spellingCampbell Barton
2020-04-08GPencil: Small changes to brush defaultsAntonio Vazquez
2020-04-08Tracking: Fix missing distortion update on focal length changeSergey Sharybin
2020-04-08Fluid: Disable subframes when using adaptive time-steps in the first frameSebastián Barschkis
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: reduce scope of variables in custom data copyingCampbell Barton
2020-04-08Fix T67098: Inset causes shape keys to reset exiting edit-modeCampbell Barton
2020-04-08Cleanup: spellingCampbell Barton
2020-04-07UI: Language Selection ChangesHarley Acheson
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
2020-04-07Cleanup: use doxy sectionsCampbell Barton
2020-04-07Fix T74828: Fluid: Crash with Fire/Smoke NoiseSebastián Barschkis
2020-04-07Fix T66751: Symmetrizing armature does not symmetrize constraints.Sebastian Parborg
2020-04-07Fix crash using object.to_mesh() when in edit modeSergey Sharybin
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-06Don't take into account time remapping when scrubbing with AV sync.Sebastian Parborg
2020-04-06Tracking: Fix (un)distortion happen in single threadSergey Sharybin
2020-04-06Fix T74111: Animation Playback Delayed With Time Remapping And AV-SyncSebastian Parborg
2020-04-06Fix T75418: Outliner Blender File view has UNKNOWN category for armaturesPhilipp Oeser
2020-04-06Tracking: Fix slow undistored displaySergey Sharybin
2020-04-06Fix f-curve sequencer versioning logicCampbell Barton
2020-04-06Fix T75297: Apply base inflates meshes with Simple subdivisionSergey Sharybin
2020-04-05Cleanup: use const for 'clnors' argument where possibleCampbell Barton
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
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: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Fluid: Refactored caching in main Mantaflow classSebastián Barschkis
2020-04-03Cleanup: clarification of 'name' in BKE_idtype functionsSybren A. Stüvel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: add missing #includes to some headersSybren A. Stüvel
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: Font, added initialisation for two variablesSybren A. Stüvel
2020-04-03Cleanup: use tern 'sync' instead of 'synchronization' for function namesCampbell Barton
2020-04-03Cleanup: spellingCampbell Barton
2020-04-02Sculpt: Delay Viewport UpdatesPablo Dobarro
2020-04-02add memory address to undo steps print.Bastien Montagne