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
path: root/source
AgeCommit message (Expand)Author
2022-07-29Cleanup: Nodes: Store node group idname in tree typeHans Goudey
2022-07-29Cleanup: Make BKE_idprop.h self sufficientHans Goudey
2022-07-29Merge branch 'blender-v3.3-release'Hans Goudey
2022-07-29Fix: Grammar mistake in info messageHans Goudey
2022-07-29Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
2022-07-28Cleanup: Use new IDProperty creation API for geometry ndoes modifierHans Goudey
2022-07-28Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-28Revert "Fix T98773: GPU Subdivision breaks auto selection in UV edit mode"Brecht Van Lommel
2022-07-28Fix wrong post-increment operators & test for BLI containersJulian Eisel
2022-07-28Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-28ID namemap: fix missing removal of old name in do_versions_rename_idAras Pranckevicius
2022-07-28Merge branch 'blender-v3.3-release'Germano Cavalcante
2022-07-28PyDoc: fix 2D builtin shaders documentationGermano Cavalcante
2022-07-28Added back the simple sequential distance solver as a editing method.Lukas Tönne
2022-07-28EEVEE-Next: UI: Make Vector pass greyed out when motion blur is enabledClément Foucault
2022-07-28EEVEE-Next: Cleanup: Isolate render result readback and prototype progressClément Foucault
2022-07-28EEVEE-Next: Motion Blur new implementationClément Foucault
2022-07-28DRW: TextureFromPool: Change API to use acquire / releaseClément Foucault
2022-07-28EEVEE-Next: Fix Vector render passClément Foucault
2022-07-28Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-28Cleanup/refactor: Readfile: Add dedicated function to insert ID pointers in l...Bastien Montagne
2022-07-28Fix (studio-reported) crash in some rare cases in blendfile read code.Bastien Montagne
2022-07-28Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-28Fix T100017: OBJ: new importer does not import vertices that aren't part of a...Aras Pranckevicius
2022-07-28Removed unused wrapper method.Lukas Tönne
2022-07-28Geometry Nodes: add assert to check if node supports lazynessIliay Katueshenock
2022-07-28Cleanup: Fix typo in commentJulian Eisel
2022-07-28Merge branch 'master' into sculpt_curve_collisionsLukas Tönne
2022-07-28Merge branch 'blender-v3.3-release'Jacques Lucke
2022-07-28Curves: enable density brush when first entering curves sculpt modeJacques Lucke
2022-07-28Added const to local variables in tests where appropriate.Lukas Tönne
2022-07-28Curves: improve handling of empty surface meshesJacques Lucke
2022-07-28Use mutable span for mesh elements in test.Lukas Tönne
2022-07-28Use same namespace for tests as the constraint code.Lukas Tönne
2022-07-28clang format.Lukas Tönne
2022-07-28Added some appropriate consts.Lukas Tönne
2022-07-28Use span slices to construct local contact array instead of raw pointers.Lukas Tönne
2022-07-28Cleanup: quiet GCC stringop-overflow warningCampbell Barton
2022-07-28Cleanup: unused headerCampbell Barton
2022-07-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-27Simplified index range for points based on root constraints.Lukas Tönne
2022-07-27Curves: Avoid virtual function overhead when finding selected curvesHans Goudey
2022-07-27Explanation for the purpose of the (hardcoded) alpha value for constraints.Lukas Tönne
2022-07-27Use index mask in solver initialize to limit length calculations.Lukas Tönne
2022-07-27Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-27Curves: Bring back parallel copying of curve and point attributesHans Goudey
2022-07-27Fix: curves edit hints not propagated in Join Geometry nodeJacques Lucke
2022-07-27Minor code flow improvements and const usage.Lukas Tönne