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-03Cleanup: clang format, warningCampbell Barton
2020-06-03Undo: Detect/find proper memchunk for a given ID during undo step writing.Bastien Montagne
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-29Undo: Writefile: fix 'id changed' detected when resorting IDs.Bastien Montagne
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-05-25Fix T73164: Undo does not always properly clear no-more-used library data.Bastien Montagne
2020-05-08GPencil: Refactor - Rename modifier and shder functionsAntonio Vazquez
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-07GPencil: Include new Brush random curvesAntonio Vazquez
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-22Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-22Silence annoying error message in writefile on undo step storage.Bastien Montagne
2020-04-22Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-22Undo: Minor optimization: do not write Scene's 3DCursor.Bastien Montagne
2020-04-20Nodes: Add emitters, events, forces and control flow socket typesJacques Lucke
2020-04-20Nodes: New Object and Image socket typesJacques Lucke
2020-04-20Simulations: Embed simulation node tree in simulation data blockJacques Lucke
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-14Fix T75542: toggling modifier visibility not working correct with undo speedupBrecht Van Lommel
2020-04-07Cleanup: BLI_path.h function renamingCampbell 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: Rename bScreen variables from sc/scr to screenJulian Eisel
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-30Fix undo incorrectly detecting mesh as always changed after editsBrecht Van Lommel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-17Add experimental global undo speedup.Bastien Montagne