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-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-16Refactor: move .blend read/write of mesh deform modifier to MOD_meshdeform.cJacques Lucke
2020-06-16Cleanup: remove unnecessary indirection for .blend read/write of curvemappingJacques Lucke
2020-06-16Refactor: Move curvemapping .blend read/write to blenkernelJacques Lucke
2020-06-15Refactor: use new blenloader api for laplacian deform modifierJacques Lucke
2020-06-15Blenloader: call blendRead and blendWrite of modifiers when availableJacques Lucke
2020-06-15Fix (unreported) critical mistake in Collection liblink code in readfile.c.Bastien Montagne
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-10Blenloader: Don't just crash when a struct name is not knownJacques Lucke
2020-06-10Fix T77524: Don't try to write storage of node with undefined nodeJacques Lucke
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-06-07Refactor: use new api for some remaining functions in writefileJacques Lucke
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-05Refactor: use new api for remaining direct data writingJacques Lucke
2020-06-05Blenloader: new write_struct_at_address api functionsJacques Lucke
2020-06-05Refactor: use new api for write_movieclip and write_keyingsetsJacques Lucke
2020-06-05Refactor: remove temporary IDP_WriteProperty_new_apiJacques Lucke