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-11-09Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: Remove unused variableHans Goudey
2020-11-06Cleanup: fix naming and remove unnecessary codeJacques Lucke
2020-11-06Refactor: move Screen .blend data read to blenkernelJacques Lucke
2020-11-06Refactor: move Ipo .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Refactor: move Object .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Refactor: move Pose .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Constraint .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move MotionPath .blend I/O to blenkernelJacques Lucke
2020-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix T81997: Subsurf Optimal Display sticks after object conversionPhilipp Oeser
2020-11-06Refactor: move gpencil modifier .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move modifier .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move ShaderFx .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Refactor: move ParticleSystem .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Scene .blend expand to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend lib reading to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend data reading to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend writing to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move PointCache .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Paint lib linking to blenkernelJacques Lucke
2020-11-06Refactor: move color settings .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move remaining ViewLayer .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Paint .blend I/O to blenkernelJacques Lucke
2020-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix T82407: Negative number input gives syntax error for velocities andPhilipp Oeser
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-11-06Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-06Move "Camera Parent Lock" from preferences to Object RelationsHans Goudey
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Fix T80742: curve bevel fails with zero length handles at end-pointCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Fix T81136: Mesh.loop_triangles kept after applying modifiersCampbell Barton
2020-11-04Fix T82384: Custom Properties for ShaderNodeTree do not save in blend files.Bastien Montagne
2020-11-04Fix (unreported) memory leak when freeing Master collections.Bastien Montagne
2020-11-04Merge branch 'blender-v2.91-release' into masterJacques Lucke
2020-11-04Fix T82393: Volume to Mesh modifier with sequence fails during renderingJacques Lucke
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle