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-06Cycles: use TBB for task pools and task schedulertemp-cycles-tbbBrecht Van Lommel
2020-06-06Cleanup: remove task pool stop() and finished()Brecht Van Lommel
2020-06-06Cleanup: use lambdas instead of functors for task pools, remove threadidBrecht Van Lommel
2020-06-06Cycles: make TBB a required library dependency, and use in a few placesBrecht Van Lommel
2020-06-06Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-06-06Cleanup: use move semantics for task pool functionsBrecht Van Lommel
2020-06-06Build: upgrade from C++11 to C++14, matching VFX reference platformBrecht Van Lommel
2020-06-05Fluid: Cleanup internal Python object namesSebastián Barschkis
2020-06-05Cleanup: use 'r_' prefix for return arguments in math_colorCampbell Barton
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-05LibOverride: RNA: Cleanup no more needed property-specific override flags.Bastien Montagne
2020-06-05Cleanup: use doxy sections for sequencer edit, selectCampbell Barton
2020-06-05Cleanup: compiler warningCampbell Barton
2020-06-05Fix failing assert when dragging panel close to region edgeHans Goudey
2020-06-05UI: Pan 2D Region When Dragging to BoundaryHans Goudey
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-05GPencil: Improve Vertex Paint in filled areasAntonio Vazquez
2020-06-05Fix T77396: crash in memfile undo code after recent optimizations.Bastien Montagne
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-05Cleanup: remove unused sequencer marker code from 2.4xCampbell Barton
2020-06-05Sequencer: split select side of frame out of the select operatorCampbell Barton
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-05CodeCleanup: Supressed warningJeroen Bakker
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-05Cycles: Enable OptiX on all Maxwell+ GPUsPatrick Mours
2020-06-05Refactor: use new api in write_windowmanagerJacques Lucke
2020-06-05Refactor: Move IDProperty writing to new APIJacques Lucke
2020-06-05Installdeps: make embree use TBB.Bastien Montagne
2020-06-05Cleanup: Strict compiler warningSergey Sharybin
2020-06-05Blenloader: New API that will be used for blenloader decentralizationJacques Lucke
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-05LibOverride: Cleanup: remove useless per-property override flag.Bastien Montagne
2020-06-05Cleanup: rename suffix 'conv' to 'convert'Campbell Barton
2020-06-05Fix accessing online manual for PropertyGroupsCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-06-05GPencil: Channel Lock tooltipAntonio Vazquez
2020-06-05Cleanup: remove braces from previous commit (no functional changes)Campbell Barton
2020-06-05Armature: increase maximum delectable bones from 4096 to 8192Campbell Barton