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-07Refactor: use new api for some remaining functions in writefileJacques 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
2020-06-05Refactor: use new api in write_userdefJacques Lucke
2020-06-05Cleanup: remove unused functionsJacques Lucke
2020-06-05Refactor: use new api for write_curvemapping and its usersJacques Lucke
2020-06-05Refactor: use new api to finish write_objectJacques Lucke
2020-06-05Refactor: use new api for write_pointcachesJacques Lucke
2020-06-05Refactor: use new api in write_area_mapJacques Lucke
2020-06-05Refactor: use new api in write_boneJacques Lucke
2020-06-05Cleanup: compiler warningCampbell Barton
2020-06-05Refactor: use new api in write_customdataJacques Lucke
2020-06-05Refactor: use new api for writing modifiersJacques Lucke
2020-06-05Refactor: use new api in write_nodetree_nolibJacques Lucke
2020-06-05Refactor: use new api in write_animdataJacques Lucke
2020-06-05Refactor: use new api in write_iddataJacques Lucke
2020-06-05Refactor: use new api for writing object, mesh and particlesettingsJacques Lucke
2020-06-05Refactor: use new api for writing camera, lattice, vfont and keyJacques Lucke
2020-06-05Refactor: use new api for writing curve, mball, image, light, world, material...Jacques Lucke
2020-06-05Refactor: use new api for writing collection, action and gpencilJacques Lucke
2020-06-05Refactor: use new api in write_sceneJacques Lucke
2020-06-05Refactor: use compile time dna struct ids in blenloader apiJacques Lucke
2020-06-05Refactor: use new api for writing linestyle, cachefile, hair, pointcloud, vol...Jacques Lucke
2020-06-05Refactor: use new api for writing movieclip, mask, probe, nodetree, brush, p...Jacques Lucke
2020-06-05Refactor: use new api for writing screen, armature, text and speakerJacques Lucke
2020-06-05Refactor: use new api in write_workspaceJacques Lucke
2020-06-05Refactor: use new api in write_windowmanagerJacques Lucke
2020-06-05Refactor: Move IDProperty writing to new APIJacques Lucke
2020-06-05Blenloader: New API that will be used for blenloader decentralizationJacques Lucke
2020-06-05Cleanup: spellingCampbell Barton
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