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-05-31PyDoc: de-duplicate enums for rna_rna.c & bpy_props.cCampbell Barton
2022-05-31PyAPI: add _bpy.rna_enum_items_static() for accessing internal enum dataCampbell Barton
2022-05-31RNA: avoid non-standard enum item (enum section using single space)Campbell Barton
2022-05-30LibOverride: Add full support for camera's background images.Bastien Montagne
2022-05-30Fix (unreported) missing rna_path function for BackgroundImage struct.Bastien Montagne
2022-05-30Fix T98444: Image.save_render not using scene output file typeBrecht Van Lommel
2022-05-30Cleanup/simplify BKE_fcurve_find_by_rna_context_ui code.Bastien Montagne
2022-05-28XR: Fix controller flicker when switching action setsPeter Kim
2022-05-27UI: add missing tooltips for the shader node optionsArye Ramaty
2022-05-27GPU: Remove cached full/scaled image texture.Jeroen Bakker
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-26Cleanup: formatCampbell Barton
2022-05-25Cleanup: Further tweaks to RNA path API const'ness of PointerRNA parameter.Bastien Montagne
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-23Cycles: Add half precision float support for volumes with NanoVDBPatrick Mours
2022-05-23GPencil: A Ping Pong effect to Time modifierAleš Jelovčan
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Python API: add mathutils.Color functions to convert color spacesBrecht Van Lommel
2022-05-23Fix T98283: Regression: crash when opening file that has Collision modifier o...Bastien Montagne
2022-05-23Fix T98283: Regression: crash when opening file that has Collision modifier o...Bastien Montagne
2022-05-23Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-23Fix T98321: Image.update doesn't update the image editor.Jeroen Bakker
2022-05-23Cleanup: remove "texture" from ED_mesh_uv_texture_* funcitonsCampbell Barton
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-05-20WM: return the string length from operator name conversionCampbell Barton
2022-05-19VSE: Display sound sample rate and channelsMarcos Perez
2022-05-19Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-19GPencil: Remove icons in Build modifer mode parameterAntonio Vazquez
2022-05-19Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-19Fix T93779: Python is unable to set axis aligned viewsCampbell Barton
2022-05-18Cleanup: Move strip handle manipulation to time sectionRichard Antalik
2022-05-18VSE: Remove still frame offsetsRichard Antalik
2022-05-18Cleanup: remove redundant sequencer name checksCampbell Barton
2022-05-18Cleanup: formatCampbell Barton
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-17Fix: Copy and paste error in curves RNAHans Goudey
2022-05-16GPencil: Refine Tooltip for Noise modifierAntonio Vazquez
2022-05-16Python API: make Image.save and Image.save_render more consistent with operatorBrecht Van Lommel
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-16Fix T96503: Assert using PropertyGroup and PointerProperty prop in Panel.Bastien Montagne
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-12Cleanup: Refactor marker area clampingSergey Sharybin
2022-05-12Cleanup: Remove redundant marker clamping code pathSergey Sharybin
2022-05-12UDIM: Add support for packing inside .blend filesJesse Yurkovich
2022-05-11Curves: Adjust sculpt mode UI layoutsHans Goudey
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-11Cleanup: formatCampbell Barton
2022-05-10UI: Geometry Nodes IconDalai Felinto
2022-05-10Curves: Interpolate point count in add brushHans Goudey