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-27GPU: Fix MSVC compile errorsClément Foucault
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Updated Mantaflow source filesSebastián Barschkis
2020-07-26Fluid: Cleanup unsed file format optionsSebastián Barschkis
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Updated Mantaflow source filesSebastián Barschkis
2020-07-26Fluid: Cleanup unsed file format optionsSebastián Barschkis
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-26Cleanup: GPU_codegen.c: Use LISTBASE_FOREACH macro instead of for loopsClément Foucault
2020-07-26Cleanup: GPU: Remove unused code and headerClément Foucault
2020-07-26GPU: Move gpu_platform.c to C++Clément Foucault
2020-07-26GPU: Move gpu_immediate.c to C++Clément Foucault
2020-07-26GPU: Move gpu_framebuffer.c to C++Clément Foucault
2020-07-26GPU: Move gpu_extensions.c to C++Clément Foucault
2020-07-26GPU: Move gpu_element.c to C++Clément Foucault
2020-07-26GPU: Move and rename gpu_draw*.c to C++Clément Foucault
2020-07-26GPU: Move gpu_debug.c to C++Clément Foucault
2020-07-26GPU: Rename gpu_context.cpp to .cc suffixClément Foucault
2020-07-26GPU: Move gpu_batch.c to C++Clément Foucault
2020-07-26GPU: Move gpu_attr_binding.c to C++Clément Foucault
2020-07-26BLI: Add MACRO for enum usage in C++Clément Foucault
2020-07-26GPU: Add extern "C" to intern headersClé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-26UV: port smart project from Python to CCampbell Barton
2020-07-26UV: support creating ParamHandle without checking UV selectionCampbell Barton
2020-07-26Particles: don't mark Particle Attribute node as mockupJacques Lucke
2020-07-26Functions: move tests closer to codeJacques Lucke
2020-07-25Particles: show which nodes are only mockups in the Add menuJacques Lucke
2020-07-25Cleanup: avoid using namespace name in many casesJacques Lucke
2020-07-25Particles: initial Quick Particles operatorJacques Lucke
2020-07-25Pointcloud: workaround for a viewport drawing issueJacques Lucke
2020-07-25Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-25Particles: improve emitter when object is animatedJacques Lucke
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79260: Crash displaying the same mesh in two windowsCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79239: UV path select crashCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79254: FCurve editor crash when zooming out to limitCampbell Barton
2020-07-25Simulation: cleanup dna dataJacques Lucke
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton