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
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-08-27Cleanup: rename filename to filepath when used for full pathsCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-27Fix T84369: Fluid: Missing cache invalidation when properties on non-domain o...Germano Cavalcante
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-04Fix T95527: wrong motion blur with rigid bodiesBrecht Van Lommel
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-14Fix T68290: Baked particles don't render in final frameCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Fix T93520: wrong subframe motion blur with rigid body physicsBrecht Van Lommel
2021-12-28Fix loss of cloth disk cache on reload in library overrides.Alexander Gavrilov
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-15Cleanup: remove disabled codeCampbell Barton
2021-12-07Cleanup: remove BKE_ptcache_removeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Cleanup: Replace int with bool for pointcache functionJulian Eisel
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-30Cleanup: avoid ambiguous parenthesisCampbell Barton
2021-01-05Fix: tried to set error message on modifier that does not existJacques Lucke
2021-01-04Fix T83876: blender crashes when baking particles + smoke simJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-20Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-16Fix broken pointcache on disk in some cases.Bastien Montagne
2020-11-16Fix (unreported) potential buffer overflow in PointCache code.Bastien Montagne
2020-11-06Refactor: move PointCache .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-23Cleanup: remove dead code in point cache and openvdb wrapperJacques Lucke
2020-09-23Cleanup: remove last uses of WITH_SMOKEJacques Lucke
2020-09-23Cleanup: remove smoke code from pointcacheJacques Lucke
2020-09-21Fix T59272: dead particles not included in render, but visible in viewportJacques Lucke
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-09Fix T80596: Convert to Curve from Mesh crashes BlenderSebastian Parborg
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton