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-14Fix T98879: PBVH active attrs only optimization is buggyJoseph Eagar
2022-06-14Cleanup: Fix const correctness of attribute search functionHans Goudey
2022-06-14Attributes: Adjustments to duplicate attribute API functionHans Goudey
2022-06-14Fix T98700: Regression: Crash when recursively nesting NLA meta stripsSybren A. Stüvel
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-06-14Cleanup: spellingCampbell Barton
2022-06-14Cleanup: quiet unused variable warningCampbell Barton
2022-06-13Cleanup: fix various typosBrecht Van Lommel
2022-06-13Cleanup: Remove unused variable and parameter in pbvh_update_draw_buffersJoseph Eagar
2022-06-12Fix T98784: PBVH gpu layout check being ignoredJoseph Eagar
2022-06-10LibOverride: Add util to check if a given Override Property is animated.Bastien Montagne
2022-06-10Liboverride: Add rna array index return value to `BKE_lib_override_rna_proper...Bastien Montagne
2022-06-10Fix regression in the recent unit system changeRamil Roosileht
2022-06-10Fix T98727: Dynamic Paint does not update normalsPhilipp Oeser
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09FCurve: optimize search from an RNA path + index.Bastien Montagne
2022-06-09Fix variable being used without being initializedGermano Cavalcante
2022-06-09Curves: Port delete geometry node to the new curves typeHans Goudey
2022-06-09Cleanup: warningsCampbell Barton
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Sculpt: PBVH Draw Support for EEVEEJoseph Eagar
2022-06-08D14823: Adds operator to duplicate the active color attribute layerDennis Ranish
2022-06-08D15085: Fix numbers jumping in edit voxel size widgetRamil Roosileht
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-07Fix: Incorrect logic in attribute search functionHans Goudey
2022-06-07CustomData: Add function to free a named layerHans Goudey
2022-06-07Fix: Make renaming attributes check uniqueness on all domainsMartijn Versteegh
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-07LibOverride: Attempt to improve handling of cyclic deps between libraries.Bastien Montagne
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-06Geometry Nodes: Add Instance Scale Input NodeJohnny Matthews
2022-06-06Geometry Nodes: Instance Rotation NodeJohnny Matthews
2022-06-05Curves: Port bounding box node to the new curves typeHans Goudey
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-06-05Curves: Fix overallocation for curve attributes when deleting curvesHans Goudey
2022-06-05Curves: use uv coordinates to attach curves to meshJacques Lucke
2022-06-04D15041: Sculpt: Elastic TransformPablo Dobarro
2022-06-04Mesh: Only check dirty normals flag of current domainHans Goudey
2022-06-04Cleanup: Remove unnecessary struct keywordsHans Goudey
2022-06-03Fix T98579: image save operators changing file path to absoluteBrecht Van Lommel
2022-06-03Fix new curve objects showing as UNKNOWN in the outlinerDalai Felinto
2022-06-03Curves: Add surface UV map name propertyHans Goudey
2022-06-03Eevee/Workbench: store 8 bit image textures as half float for some color spacesBrecht Van Lommel
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-06-03Compositor: add pre/post/cancel handlers and background job infoPhilipp Oeser
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02Anim: Refactor 'F-curve from rna path' code.Bastien Montagne
2022-06-02Expose background job info to PythonSybren A. Stüvel