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-06-14Cleanup: remove the need for image scale using a contextCampbell Barton
2022-06-13UI: Use "bl_order" for UI child panelsErik
2022-06-13GPencil: Use better sampling limits.Yiming Wu
2022-06-10RNA path: add util to find the char in an RNA path where the array indexing s...Bastien Montagne
2022-06-09Fix T78815: Redraw UV Editor on collection visibility changeChris Blackbourn
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-08LibOverride: Make 'image/movieclip user` properties editable.Bastien Montagne
2022-06-08Fix (unreported) missing rna path for some background image properties.Bastien Montagne
2022-06-08RNA nodetree: improve ImageUser path helper.Bastien Montagne
2022-06-08Curves: Port set type node to new data-blockHans Goudey
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-06-04D15041: Sculpt: Elastic TransformPablo Dobarro
2022-06-03Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-06-03Spreadsheet Editor: Support int 8 attributeDalai Felinto
2022-06-03Curves: Add surface UV map name propertyHans Goudey
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-06-03Cycles: Fix rendering of packed UDIM tiles with different sizesSergey Sharybin
2022-06-03Merge branch 'blender-v3.2-release'Philipp Oeser
2022-06-03Fix T98573: Rescaling Image by python wrongPhilipp Oeser
2022-06-03Compositor: add pre/post/cancel handlers and background job infoPhilipp Oeser
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02Expose background job info to PythonSybren A. Stüvel
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-06-02Cleanup: undeclared warningCampbell Barton
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Curves: Add soft selection in sculpt modeHans Goudey
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-31Cleanup: tabs to spaces for CMake files & sort file-listsCampbell Barton
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
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