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-07Cleanup: remove unused functionsJacques Lucke
2020-06-07Refactor: use new api in remaining direct linking codeJacques Lucke
2020-06-07Refactor: use new api for direct linking pointcache and particle systemJacques Lucke
2020-06-07Refactor: use new api for direct linking customdataJacques Lucke
2020-06-07Refactor: use new api for direct linking packedfile and dvertsJacques Lucke
2020-06-07Refactor: use new api to check if endian switch is requiredJacques Lucke
2020-06-07Cleanup: remove unused test_pointer_array functionJacques Lucke
2020-06-07Refactor: use new api for direct linking movie clip dataJacques Lucke
2020-06-07Refactor: use new api for direct linking id propertiesJacques Lucke
2020-06-07Refactor: use new api to simplify IDP_DirectLinkGroup_OrFreeJacques Lucke
2020-06-07Refactor: use new api for direct linking bones, view layer and userdefJacques Lucke
2020-06-07Refactor: use new api for direct_link_id_commonJacques Lucke
2020-06-07Refactor: use new api for direct linking preview imageJacques Lucke
2020-06-07Refactor: use new api for direct linking curvemapping and its callersJacques Lucke
2020-06-07Refactor: use new api for direct linking gpencil modifiers and shaderfxsJacques Lucke
2020-06-07Refactor: use new api for direct linking modifiersJacques Lucke
2020-06-07Refactor: use new api for direct linking keying sets, node sockets and poseJacques Lucke
2020-06-07Refactor: use new api for direct linking animdataJacques Lucke
2020-06-06Fix T77456: Broken vertex paint undo on high-poly objects.Bastien Montagne
2020-06-06Refactor: use new api for direct linking paint curve, cachefile and workspaceJacques Lucke
2020-06-06Refactor: use new api for direct linking particlesettings, movieclip, mask, l...Jacques Lucke
2020-06-06Refactor: use new api for direct linking armature, action, nodetree and brushJacques Lucke
2020-06-06Refactor: use new api for direct linking lattice, world, camera, speaker, sou...Jacques Lucke
2020-06-06Refactor: use new api for direct linking light, vfong, text, ipo and keyJacques Lucke
2020-06-06Refactor: use new api for direct linking mball, material, texture and imageJacques Lucke
2020-06-06Refactor: use new api for direct linking mesh and curveJacques Lucke
2020-06-06Refactor: use new api for direct linking scene and objectJacques Lucke
2020-06-06Refactor: use new api for direct linking hair, pointcloud, volume and simulationJacques Lucke
2020-06-06Refactor: use new api for direct linking screen and gpencilJacques Lucke
2020-06-06Refactor: use new api in direct_link_windowmanagerJacques Lucke
2020-06-06Blenloader: simplify list reading apiJacques Lucke
2020-06-05Blenloader: New API that will be used for blenloader decentralizationJacques Lucke
2020-06-05Cleanup: spellingCampbell Barton
2020-06-04Fix error removing the image paint cursorCampbell Barton
2020-05-28Readfile: move all calls to 'id_us_ensure_real' to direct_link functions.Bastien Montagne
2020-05-26Cleanup/refactor: Workspace API, boilerplate code, early exitJulian Eisel
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Fix/Cleanup: Move some animdata versioning code out of liblinking process.Bastien Montagne
2020-05-26Cleanup: Create afterliblink doversion for 2.90... and move relevant code there.Bastien Montagne
2020-05-25Cleanup wrong format specifier in a debug printf.Bastien Montagne
2020-05-20Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-20Fix T76883: Zero users scenes after undo.Bastien Montagne
2020-05-20Cleanup: compiler warningBrecht Van Lommel
2020-05-20Fix Cycles viewport render fully restarting after undoBrecht Van Lommel
2020-05-20Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-15Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-15Fix embedded IDs not being enough/properly initialized.Bastien Montagne
2020-05-15Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-15Cleanup: rename readfile utils dealing with embedded IDs to proper name.Bastien Montagne
2020-05-15Merge branch 'blender-v2.83-release'Campbell Barton