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
2019-07-09Fix T66610: Planar Track extremely laggy when 3D View is openSergey Sharybin
2019-07-04Fix T63788: Crash if particle system is turned off in particle editing modeSergey Sharybin
2019-06-12Fix T64710: Rigid body stops simulating when an object is selectedSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-24Fix T65062: Compositor doesn't work when using different sceneSergey Sharybin
2019-05-24Depsgraph: Fix render pipeline depsgraph pointing to freed dataSergey Sharybin
2019-05-23Depsgraph: Don't tag original IDs for recalcSergey Sharybin
2019-05-23Render: Use dependency graph for compositor/sequencerSergey Sharybin
2019-05-23Depsgraph: Allow building scene propertiesSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-03Depsgraph: Preserve sound and audio pointers through copy-on-writeSergey Sharybin
2019-05-03Depsgraph: Store original sequencer strip pointerSergey Sharybin
2019-05-03Depsgraph: Make sound ID part of the graphSergey Sharybin
2019-04-30Depsgraph: Store pointer to original NLA stripSergey Sharybin
2019-04-30Depsgraph: Use new animation cache for visibility checkSergey Sharybin
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-18Fix T63332: backup and restore bPoseChannel_Runtime data during COW.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Depsgraph: fix hard CTD on dependency cycles through POSE_INIT.Alexander Gavrilov
2019-03-29Cleanup: Spelling in commentSergey Sharybin
2019-03-25Cleanup: styleCampbell Barton
2019-03-20Cleanup: styleCampbell Barton
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-18Depsgraph: Store original modifier pointerSergey Sharybin
2019-03-18Cleanup: CommentsSergey Sharybin
2019-03-18Cleanup: C++ style of structure definitionSergey Sharybin
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel
2019-03-08Fix T60900, T61111, T61963: node values stuck after clearing keyframes.Brecht Van Lommel
2019-03-05Fix T61763: Crash on selecting "Background Scene"Sergey Sharybin
2019-03-01Use original base to see whether it can be ignored from evaluationSergey Sharybin
2019-02-28Depsgraph: Fix wrong disabled bases deletionSergey Sharybin
2019-02-28Depsgraph: Change the logic about keeping bases in the graphSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-19Cleanup: remove needless comment ;)Bastien Montagne
2019-02-18Fix (unreported) broken-by-design code in depsgraph's `deg_backup_object_runt...Bastien Montagne
2019-02-18Fix Object bbox memleak in depsgraph code.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-15Fix T61575: missing Cycles viewport updates when changing settings.Brecht Van Lommel
2019-02-15Depsgraph: Don't tag original IDsSergey Sharybin
2019-02-11Fix T61362: Hair particles does not appear when renderingSergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Outliner visibility unification: Implement 3 levels of viewport visibilityDalai Felinto
2019-02-05BKE_library: add 'no preview' flag to LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: initial regrouping of ID create/copy flags.Bastien Montagne