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
2021-08-13Docs: tooltip update missing from 3e775a4fc57cfd48954adcf284354312f34d5412Campbell Barton
2021-08-12Cleanup: Remove unused includesHans Goudey
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-12Cleanup: remove redundant variableCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12Cleanup: comments/disabled codeCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-08-10UI: hide instancing options for empties which cannot be usedPhilipp Oeser
2021-08-10Cleanup: unused function warningCampbell Barton
2021-08-10VSE: Fix cache invalidationRichard Antalik
2021-08-09Cleanup: Remove unecessary RNA get and set functionsHans Goudey
2021-08-09UI: Clip Editor: Expose 2D Cursor Location to RNA and UIAaron Carlisle
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-07Cleanup: unnecessary double pointers in XR modulePeter Kim
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-08-06Cleanup: rna_xr.cPeter Kim
2021-08-06Fix missing function param definition in rna_xr.cPeter Kim
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-06Geometry Nodes: Select by Handle Type NodeHans Goudey
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
2021-08-05PyDoc: document how parameter are used for 3D and 2D texturesAaron Carlisle
2021-08-05Cleanup: quiet array-parameter warningCampbell Barton
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-05Cleanup/Fix RNA array length accessors returning non-zero values in invalid c...Bastien Montagne
2021-08-05Fix build error when WITH_XR_OPENXR not definedPeter Kim
2021-08-05GPencil: New Caps iconsAntonio Vazquez
2021-08-05XR Controller Support Step 2: Action MapsPeter Kim
2021-08-05Fix T90170: `RNA_property_pointer_get` creating data in non-thread-safe way.Bastien Montagne
2021-08-05PyDoc: Improve description of texture.evaluateAaron Carlisle
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04LibOverride RNA API: add removal of properties and operations.Bastien Montagne
2021-08-04LibOverride: Add RNA API to reset/delete overrides.Bastien Montagne
2021-08-04GPencil: New Brush option to define Caps typeAntonio Vazquez
2021-08-04Tweak to recent liboverride API addition: naming.Bastien Montagne
2021-08-04Viewport normal drawing with constant lengthJeroen Bakker
2021-08-04Override: API update_operations.Jeroen Bakker
2021-08-04Geometry Nodes: Curve Set Spline TypeJohnny Matthews
2021-08-03USD: add USD importerMichael Kowalski
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Asset Browser: Adjust header pulldowns to be Asset Browser specificJulian Eisel
2021-07-30Cleanup: remove disabled code from property lookupCampbell Barton
2021-07-30PyAPI: defer freeing existing properties on registrationCampbell Barton
2021-07-29Fix T89213: Some modifier properties have wrong subtypeGermano Cavalcante
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-07-28VSE: Fix audio not recalculatedRichard Antalik
2021-07-28Cleanup: VSE cache invalidated twiceRichard Antalik
2021-07-28LineArt: Camera OverscanYimingWu