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-17Nodes: move some code from blenkernel directory to nodesJacques Lucke
2020-07-17Cleanup: consistent ordering for scene argument to UV functionsCampbell Barton
2020-07-17Fix vertex selection error from recent refactorCampbell Barton
2020-07-17Cleanup: extract draw cache sanity checks to own functionJeroen Bakker
2020-07-16UI: Add shortcuts for constraint panelsHans Goudey
2020-07-16Fix link error in bf_nodesJacques Lucke
2020-07-16Simulation: rename bf_physics to bf_simulationJacques Lucke
2020-07-16Tests: move tests from USD test directory into `io/common` and `io/usd`Sybren A. Stüvel
2020-07-16Cleanup: Gizmo: Remove non matched glDisableClément Foucault
2020-07-16Cleanup: WM: Use GPUTexture API instead of raw ogl callsClément Foucault
2020-07-16Cleanup: GPU: Move depth/color masks functions to GPU_stateClément Foucault
2020-07-16Cleanup: GPU: Move XOR logic op to gpu_state.cClément Foucault
2020-07-16Cleanup: GPU: Remove GL_DITHER usageClément Foucault
2020-07-16Cleanup: GPU: Move quad buffer stereo check to GPU moduleClément Foucault
2020-07-16Cleanup: GPU: Replace all glReadPixels by GPU equivalentClément Foucault
2020-07-16Cleanup: Port glClear calls to GPU module functionsClément Foucault
2020-07-16Cleanup: DRW: remove uneeded double bindClément Foucault
2020-07-16Particles: avoid crash when connected unimplemented nodeJacques Lucke
2020-07-16Particles: add implicit covnersions between Vector and ColorJacques Lucke
2020-07-16Particles: simplify adding new implicit conversions between socketsJacques Lucke
2020-07-16Particles: change initial velocity of particlesJacques Lucke
2020-07-16Particles: support Separate/Combine RGB nodesJacques Lucke
2020-07-16Particles: simplify Combine XYZ nodeJacques Lucke
2020-07-16Particles: support Color Ramp nodeJacques Lucke
2020-07-16Fix T78537: too much memory usage rendering animation with persistent imagesBrecht Van Lommel
2020-07-16Particles: support Map Range nodeJacques Lucke
2020-07-16Simulation: Change BPH prefix to SIMJacques Lucke
2020-07-16Simulation: Rename `physics` directory to `simulation`Jacques Lucke
2020-07-16Particles: implement more vector math operationsJacques Lucke
2020-07-16Particles: support for most math node operationsJacques Lucke
2020-07-16Nodes: support default function for partially implemented nodesJacques Lucke
2020-07-16T73268: Link C/C++ unit tests into single executableSybren A. Stüvel
2020-07-16Fix T78920: missing depsgraph relation when using sound strips in VSESybren A. Stüvel
2020-07-16BLI: move inline include to the bottom to avoid redeclaration warningJacques Lucke
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16BLI: add safe_divide, safe_modf and safe_logfJacques Lucke
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-07-16BLI: add safe_powf functionJacques Lucke
2020-07-16UI: avoid aligning labels for ui_item_with_labelCampbell Barton
2020-07-16Fix T78636: Crash displaying many aligned buttonsCampbell Barton
2020-07-16Cleanup: fix building without USE_UIBUT_SPATIAL_ALIGN definedCampbell Barton
2020-07-16Fix T78966: Center cursor doesn't refresh the UICampbell Barton
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-16Cleanup: undeclared function warning, unused argumentCampbell Barton
2020-07-16Cleanup: spellingCampbell Barton
2020-07-16Cleanup: minor change to grease pencil material accessCampbell Barton
2020-07-16Fix T78837: Prefetching can corrupt .blend filesRichard Antalik
2020-07-15Fix T78647 UVEdit: Crash when entering edit mode with UV Editor openClément Foucault
2020-07-15PointCloud: Initial rendering support for WorkbenchClément Foucault
2020-07-15Cleanup: EEVEE: Remove concentric samples.Clément Foucault