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-07-27Particles: initial support for events and actionsJacques Lucke
2020-07-27Cleanup: quiet warningJacques Lucke
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Cleanup: comments.Bastien Montagne
2020-07-27Cleanup: Minor renaming.Bastien Montagne
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-26VSE: Refactor delete operator and APIRichard Antalik
2020-07-26Merge branch 'blender-v2.90-release'Richard Antalik
2020-07-26Fix T74958: Infinite loop on using strip as modifier maskRichard Antalik
2020-07-26Fix T78999: Crash when adjusting sequencer propertyRichard Antalik
2020-07-26Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-26Fix T79272: Dimensions fail on negative scaled axisCampbell Barton
2020-07-25Simulation: cleanup dna dataJacques Lucke
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-24GPencil: Add more randomness to random stroke colorAntonio Vazquez
2020-07-24Cleanup: use doxy sections, update comments missed from refactorCampbell Barton
2020-07-23Particles: spawn particles on mesh surfaceJacques Lucke
2020-07-23Cleanup: avoid zero byte memcpyJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-23Cleanup: Clang format.Bastien Montagne
2020-07-23Fix (unreported) bad handling of pointers in overrides with shapekeys.Bastien Montagne
2020-07-23Simulation: add depsgraph relations for ids referenced by node treeJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-23LibOverride: Add core functions to reset a library override.Bastien Montagne
2020-07-23LibOverride: Fix missing ID update tag in `BKE_lib_override_library_update`.Bastien Montagne
2020-07-23LibOverride: change runtime data into a real struct.Bastien Montagne
2020-07-23LibOverride: Optimize/fix new generic 'relation-based' make override code.Bastien Montagne
2020-07-23Cleanup: remove incorrect commentJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-22Simulation: fix memory leakJacques Lucke
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-22master is now 2.91.0 alpha.Nathan Letwory
2020-07-22Release branch is now in beta.Nathan Letwory
2020-07-22Particles: give emitter its own stateJacques Lucke
2020-07-22GPencil: New BKE function for setting random vertex colorAntonio Vazquez
2020-07-21Sculpt: Add extra deform types to SlidePablo Dobarro
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-21Cleanup: Comments.Bastien Montagne
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-21Fluid: Cleanup unused variablesSebastián Barschkis
2020-07-21Cleanup: `layer_collection_sync`: use `LISTBASE_FOREACH_MUTABLE`.Bastien Montagne
2020-07-21Cleanup: `layer_collection_sync`: use proper naming.Bastien Montagne
2020-07-21Fix T72621: Transform object origin support for grease-pencilSebastian Parborg
2020-07-21Fix (unreported) LibOverride creation adding things to linked collections.Bastien Montagne