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-07-15Fix (unreported) LibOverride: invalid behaviors when creating (partial) overr...Bastien Montagne
2022-07-15Cycles: generalize shader sorting / locality heuristic to all GPU devicesBrecht Van Lommel
2022-07-15Cycles: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-15Cycles: keep track of SVM nodes used in kernelsMichael Jones
2022-07-15Cycles: refactor to move part of KernelData definition to template headerBrecht Van Lommel
2022-07-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-15Render: improve render border operator in image editorBrecht Van Lommel
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-15Cleanup: make formatBrecht Van Lommel
2022-07-15Fix T98061: uv resize with individual origins could break constrain to boundsChris Blackbourn
2022-07-15I18n: Add suport for labels from modifiers' subpanels.Bastien Montagne
2022-07-15Fix: Move DRW_shgroup_add_material_resources(grp, mat) to after the null-chec...Martijn Versteegh
2022-07-15Fix T99606: Regression: TexCoordinate losing precision far away from originClément Foucault
2022-07-15GPU: Fix shader builder on hardware that does not have all featuresClément Foucault
2022-07-15Cleanup: GPU: Replace NULL by nullptr from C++ filesClément Foucault
2022-07-15Fix an increasing bottleneck when key press operator is too slowSergey Sharybin
2022-07-15GPU: Remove USD dependency from shader_builder.Ray Molenkamp
2022-07-15BLI_bitmap: fix _BITMAP_NUM_BLOCKS to not over-count by one blockAras Pranckevicius
2022-07-15BLI_bitmap: ability to declare by-value, and function to find lowest unset bitAras Pranckevicius
2022-07-15GHOST/Wayland: partial support for updating the UI scaleCampbell Barton
2022-07-15GHOST/Wayland: fix error setting the cursor scaleCampbell Barton
2022-07-15blend_render_info: add check for negative BHead length (corrupt file)Campbell Barton
2022-07-15Fix T99711: Eternal loop reading blend file thumbnailCampbell Barton
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-15Fix T79304: improve uv island calculation when in edge selection modeChris Blackbourn
2022-07-15Cleanup: separate clipUVTransform into two different functionsChris Blackbourn
2022-07-14Fix T99705: fix integer overflow in thumbnail extractorRay Molenkamp
2022-07-14Modifiers: fix mesh to volume modifier on non-volume objectsJacques Lucke
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-14UI: Tweak layout of File Browser PreferencesJulian Eisel
2022-07-14I18n: Fix regex for messages from `BKE_modifier_set_error`.Bastien Montagne
2022-07-14Fix T99702: Gpencil Flip strokes did not support multiframe editAntonio Vazquez
2022-07-14Fix Cycles MNEE wrong results with area light spreadOlivier Maury
2022-07-14Cleanup: replace state flow macros in the kernel with functionsBrecht Van Lommel
2022-07-14Cycles: add presets to the Performance panelBrecht Van Lommel
2022-07-14Improve Tool tip for Add-on searchGaia Clary
2022-07-14Cycles: Improve cache usage on Apple GPUs by chunking active indicesMichael Jones
2022-07-14Cleanup: minor changes to camera frame fittingCampbell Barton
2022-07-14Cleanup: spelling in commentsCampbell Barton
2022-07-14Cleanup: remove redundant `event->val` check for 3D text insertionCampbell Barton
2022-07-14Cleanup: clang-tidy changes to GHOST_SystemX11Campbell Barton
2022-07-14GHOST: remove redundant ascii argument to GHOST_EventKeyCampbell Barton
2022-07-14Fix: Wrong output types for some compositor nodesOmar Emara
2022-07-14Merge branch 'master' into sculpt_curve_collisionsLukas Tönne
2022-07-14GHOST/X11: avoid redundant utf8 text lookups for release eventsCampbell Barton
2022-07-14GHOST/X11: Quiet warning about key-release events having their utf8 setCampbell Barton
2022-07-14Cleanup: format, unused argumentCampbell Barton
2022-07-14IDManagement: add more ID naming testsAras Pranckevicius
2022-07-14Fix curve drawing crash after changing geometry nodes output.Lukas Tönne
2022-07-14Correct error with IME from d6fef73ef110eb43756b7b87c2cba80abae3b39fCampbell Barton