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-08-03WIP changesparticle-solver-devSebastian Parborg
2020-06-25Fixed crash when creating a new particle system with any collidersSebastian Parborg
2020-06-25update commentSebastian Parborg
2020-06-25Use the triangle normal if the hit point lies inside the triangleSebastian Parborg
2020-06-24Deduplicated the "nudge particle out of face" codeSebastian Parborg
2020-06-24Clamp bayu weights to prevent extrapolated velocity valuesSebastian Parborg
2020-06-24Minor clean upSebastian Parborg
2020-06-22Added a variable to keep track of delta time collision for collidersSebastian Parborg
2020-06-22Added friction and fixed some issue that were discovered when doing so.Sebastian Parborg
2020-06-18Deflection fixes and cleanupSebastian Parborg
2020-06-18Update velocity calculation to be better and move the normal constraint checkSebastian Parborg
2020-06-10Make colliders be able to push particles even if dampeing is 1Sebastian Parborg
2020-06-04Fixed "popping" and some tunneling issues with moving collidersSebastian Parborg
2020-06-02Calculate normals from collision triangles using the closest pointSebastian Parborg
2020-05-06Fix particles colliding twice because they didn't have time to moveSebastian Parborg
2020-05-06Hooked up perlimenary dampening and multiple collision per time stepSebastian Parborg
2020-04-30More experimentsSebastian Parborg
2020-04-29More tweaking to the collision reponse.Sebastian Parborg
2020-04-03Simplified the moving triangle collision check algoSebastian Parborg
2020-04-03Work on trying to get the collision responses of moving object correctSebastian Parborg
2020-04-01Fixed radius collision calculation and fixed the collision detection logicSebastian Parborg
2020-04-01Changed some data types based on feedbackSebastian Parborg
2020-04-01Solved a threading issue and made moving object collisions be detectedSebastian Parborg
2020-03-20Hooked up (non working) moving object collision detectionSebastian Parborg
2020-03-13Inital work on getting particle collisions with the collision modifierSebastian Parborg
2020-03-10store some more information for collision objectsJacques Lucke
2020-03-10simplify interface for a new solverJacques Lucke
2020-03-09simple collision object nodeJacques Lucke
2020-03-09fix after mergeJacques Lucke
2020-03-09Merge branch 'master' into functionsJacques Lucke
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-09Cleanup: clang-formatGermano Cavalcante
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-09Cleanup: ParticleSettings: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: PaintCurve: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: CacheFile: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: WorkSpace: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: WindowManager: Move to IDTypeInfo and remove unused WM API.Bastien Montagne
2020-03-09Revert "Constraints: remove special meaning of Local Space for parentless Obj...Sybren A. Stüvel
2020-03-08Fix T74537: Fixed out of bounds memory access in Cycles' PMJ sampler.Stefan Werner
2020-03-08Cleanup: Sound: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-08Cleanup: Speaker: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-08Install_deps: fix wrong `XR_OPENXR_ROOT_DIR` parameter for CMake.Bastien Montagne
2020-03-08Fix T74395: Box interpolation does not support repeat extrapolationJacques Lucke
2020-03-08Cleanup: comments in main()Campbell Barton
2020-03-08Revert "Outliner: Allow deleting entire selection"Campbell Barton
2020-03-08Outliner: Allow deleting entire selectionNathan Craddock
2020-03-07Fluid: Optimization for smoke simulation (multigrid)Sebastián Barschkis
2020-03-07Cleanup: Outliner: Remove unused parameterNathan Craddock
2020-03-07Fix T74513: Wrong naming in some Face Set comments and operatorsPablo Dobarro