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-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-26CustomData: Add function to get name of default layerHans Goudey
2022-08-26Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-26Fix assert in id remapper tests.Bastien Montagne
2022-08-26Cleanup: Fix const correctness in CustomData set name functionHans Goudey
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-26Cleanup: quiet GCC array bounds warningCampbell Barton
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-25Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-08-25Revert "LibOverride: Preserve viewlayers when creating overrides of collecito...Bastien Montagne
2022-08-25LibOverride: Preserve viewlayers when creating overrides of collecitons.Bastien Montagne
2022-08-25Cleanup: rename mat3_to_quat_is_ok to mat3_to_quat_legacyCampbell Barton
2022-08-25Cleanup: Add asserts to curves data-block creationMattias Fredriksson
2022-08-25Cleanup: Improve commentsMattias Fredriksson
2022-08-24Cleanup: Fix typo in commentHans Goudey
2022-08-23Fix: Write hide status attributes for undo stepsHans Goudey
2022-08-23Fix T100482: Face Set visibility reset after savingHans Goudey
2022-08-23Cleanup: Move paint.c to C++Hans Goudey
2022-08-23Cleanup: Use utility to write palette color listHans Goudey
2022-08-23Cleanup: Avoid using invalid attribute domainHans Goudey
2022-08-23Depsgraph: use more fine grained update tags for scenesBrecht Van Lommel
2022-08-23ImBuf: Optimize GPU memory by using 1 component format for grayscale imagesJeroen Bakker
2022-08-23Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-23Fix T100318: handle custom nodes in field inferencing more gracefullyJacques Lucke
2022-08-23Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-23Fix T99932: video in node group does not playJacques Lucke
2022-08-23Cleanup: Turn filter node methods into an EnumOmar Emara
2022-08-23Cleanup: remove unnecessary NULL checkCampbell Barton
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-22Revert "Fix T99259: Python API: ViewLayer.aovs.remove isn't available"Jeroen Bakker
2022-08-22Fix T99259: Python API: ViewLayer.aovs.remove isn't availableMangal Kushwah
2022-08-22Cleanup: move inline unit system search into a functionCampbell Barton
2022-08-19Outliner: (Refactor) Use C++ map instead of GHashJulian Eisel
2022-08-19Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-19Fix build error on i386 due to wrong use of float_tBrecht Van Lommel
2022-08-19Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-19Fix: nurbs basis cache not computed before it is usedJacques Lucke
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Outliner: Use C++ container for tree hash element storageJulian Eisel
2022-08-18Cleanup: General style improvements for Outliner tree hashing codeJulian Eisel
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18LibOverride: Preserve active object when creating overrides.Bastien Montagne
2022-08-18Cleanup: spelling, formatCampbell Barton
2022-08-18Cleanup: Move subdiv_mesh.c to C++Hans Goudey