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-03-08avoid some unnecessary changesJacques Lucke
2020-03-08improve namingJacques Lucke
2020-03-08improve namingJacques Lucke
2020-03-08improve namingJacques Lucke
2020-03-07update armature modifierJacques Lucke
2020-03-07update subsurf modifierJacques Lucke
2020-03-07update explode modifierJacques Lucke
2020-03-07update particle system modifierJacques Lucke
2020-03-07update surface modifierJacques Lucke
2020-03-07update ocean modifierJacques Lucke
2020-03-07update mesh sequence cache modifierJacques Lucke
2020-03-07update dynamic paintJacques Lucke
2020-03-07update warp modifierJacques Lucke
2020-03-07update vertex weight edit modifierJacques Lucke
2020-03-07update laplacian deform modifierJacques Lucke
2020-03-07update corrective smooth modifierJacques Lucke
2020-03-07update bevel modifierJacques Lucke
2020-03-07update surface deform modifierJacques Lucke
2020-03-07move meshdeform modifier writing/readingJacques Lucke
2020-03-07move cloth modifier file writing/reading to MOD_cloth.cJacques Lucke
2020-03-07add bloRead method to ModifierTypeInfoJacques Lucke
2020-03-07improve namingJacques Lucke
2020-03-07Merge branch 'master' into blenloader-apiJacques Lucke
2020-03-07move curve profile writing/reading to blenkernelJacques Lucke
2020-03-07move point cache reading to blenkernelJacques Lucke
2020-03-07move pointcache file writing to blenkernelJacques Lucke
2020-03-07move blenloader callback api to single fileJacques Lucke
2020-03-07move curvemapping file handling to blenkernelJacques Lucke
2020-03-07fix apiJacques Lucke
2020-03-07improve namingJacques Lucke
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06initial blenloader apiJacques Lucke
2020-03-06Cleanup: spellingCampbell Barton
2020-03-05Add an session-wise uuid integer to IDs.Bastien Montagne
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel
2020-03-03Cleanup: formatting, spellingCampbell Barton
2020-02-20Fix some issues with versionning of older files.Bastien Montagne
2020-02-20Cleanup: unused structsCampbell Barton
2020-02-19Fix T54270: Reset last_hit and last_location when reading the filePablo Dobarro
2020-02-19readfile: Move ID refcounting to libquery.Bastien Montagne
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-14Fix minor issue with new libraries ID usercount.Bastien Montagne
2020-02-13Cleanup old special cases from some libquery callbacks.Bastien Montagne
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: Rename `BKE_library_idmap` file to `BKE_main_idmap`Bastien Montagne
2020-02-07Fix crash when linking.Bastien Montagne
2020-02-06Readfile: refactor/factorize more handling of common ID data.Bastien Montagne