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-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-28Cleanup: reformatted after NULL -> nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-21Fix T72213: F-Curve animation does not update FreeStyle propertiesSybren A. Stüvel
2020-01-07BMesh: remove BMEditMesh.ob pointerCampbell Barton
2020-01-02Fix T72820: Linked objects jumping around during renderSergey Sharybin
2019-11-29Depsgraph: Refactor, split runtime backup into smaller filesSergey Sharybin
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-10-18Fix T70919: Proxies crash after building motion pathSergey Sharybin
2019-08-11Cleanup: spellingCampbell Barton
2019-07-15Fix T66686: Crash on Particle Edit, then RenderSergey Sharybin
2019-07-12Fix T66747: Active bone not showing in edit-modeCampbell Barton
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