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-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Fix T98954: Color management is very slow with sequencer soundRichard Antalik
2022-08-23Fix T100286: Crash accessing freed depsgraph object instancesCampbell Barton
2022-08-23Cleanup: formatCampbell Barton
2022-08-23ImBuf: Optimize GPU memory by using 1 component format for grayscale imagesJeroen Bakker
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Fix: OBJ import unused parameter warningPhilipp Oeser
2022-08-23Compositor: handle NODE_DO_OUTPUT in RNA when setting a node activePhilipp Oeser
2022-08-23Fix T99524: GPencil not updating when frame num is changedFalk David
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-23I18n: make workspaces translatableDamien Picard
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Fix T100578: Surface Deform modifier displays wrong in editmodePhilipp Oeser
2022-08-23Fix T99493: better syncing between Node Editor and Image EditorPhilipp Oeser
2022-08-23Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-23Fix T100562: Realize Instances node crashes when there is an attribute name c...Jacques Lucke
2022-08-23Fix T100579: internal links are drawn when sockets are hiddenJacques Lucke
2022-08-23Fix: Missing compositor domain priority for filter nodesOmar Emara
2022-08-23Cleanup: Turn filter node methods into an EnumOmar Emara
2022-08-23Fix: Compositor results are fuzzy with bilinear filteringOmar Emara
2022-08-23Cleanup: simplify partition functionsCampbell Barton
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'Jacques Lucke
2022-08-22Fix T100568: triangulate node resets vertices to rest positionJacques Lucke
2022-08-22Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-22Fix T100258: wrong spline length used in Spline Parameter nodeIliya Katueshenock
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: systematically tag all messages in `RNA_ENUM_ITEM_HEADING`.Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22Fix T100527: Right click in the attribute name field crashes blender.Bastien Montagne
2022-08-22Fix: Memory leak in realtime compositorOmar Emara
2022-08-22EEVEE-Next: Fix shader compilation error.Jeroen Bakker
2022-08-22EEVEE-Next: Fix shader compilation error.Jeroen Bakker
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: remove dead codeCampbell Barton
2022-08-22Cleanup: move inline unit system search into a functionCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-22Fix potential undefined behavior printing a NULL pointer stringCampbell Barton
2022-08-22Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Cleanup: move model authors from the doc-string to the implementationCampbell Barton
2022-08-21BLI: float4x4: Fix bug / typo in << operatorClément Foucault
2022-08-21Fix T100430: Restore larger node socket snap hitboxLeon Schittek
2022-08-21Fix T100430: Restore larger node socket snap hitboxLeon Schittek
2022-08-20BLF: Fix FT_Get_Advance Wrong Value Without SizeHarley Acheson