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-25Simulation: cleanup dna dataJacques Lucke
2020-07-23Simulation: add depsgraph relations for ids referenced by node treeJacques Lucke
2020-07-22Simulation: fix memory leakJacques Lucke
2020-07-22Particles: give emitter its own stateJacques Lucke
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-17Simulation: move initial simulation code from bf_blenkernel to bf_simulationJacques Lucke
2020-07-17BLI: add StringRefNull.c_str() methodJacques Lucke
2020-07-17Simulation: use better api for adding and removing simulation statesJacques Lucke
2020-07-17Nodes: move some code from blenkernel directory to nodesJacques Lucke
2020-07-16Particles: avoid crash when connected unimplemented nodeJacques Lucke
2020-07-16Particles: change initial velocity of particlesJacques Lucke
2020-07-15Particles: use CD_PROP_FLOAT3 instead of CD_LOCATIONJacques Lucke
2020-07-12Cleanup: disable debug codeJacques Lucke
2020-07-12Cleanup: unused debug variableJacques Lucke
2020-07-12Particles: initial support for forces in simulation node treesJacques Lucke
2020-07-11Fix: incorrect attribute type in networkJacques Lucke
2020-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-06-29Cleanup: use blender::bke namespace in simulation.ccJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-05-25Simulations: pass simulation data block to update functionJacques Lucke
2020-05-20Refactor: Move simulation foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-04-20Cleanup: rename "nested" to "embedded"Jacques Lucke
2020-04-20Simulations: Embed simulation node tree in simulation data blockJacques Lucke
2020-04-20Cleanup: Remove unnecessary callbacks where default behavior is fineJacques Lucke
2020-04-20Simulations: Add new simulation data blockJacques Lucke