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-03-28Python: select the start-end range of syntax errorsCampbell Barton
2022-03-28Cleanup: variable/argument naming for Python exception accessCampbell Barton
2022-03-28Fix text editor failure to move the cursor for syntax errorsCampbell Barton
2022-03-28Cleanup: early exit when there is no exceptionCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-03-28Cleanup: Reduce duplication to prepare for UDIM packingJesse Yurkovich
2022-03-27OBJ: use fmt library instead of sprintf for faster formattingAras Pranckevicius
2022-03-27Cleanup: Remove frameserver cmake definitionAaron Carlisle
2022-03-26Increase bevel segment limit in modifier from 100 to 1000.Howard Trickey
2022-03-26Cleanup: Remove double #ifdef WITH_TBB checkRay Molenkamp
2022-03-26Fix T95901: Crash in Fill curve (set to N-gon)Howard Trickey
2022-03-26Fix T96790: Gpencil Inverted Fill makes extra stroke at originAntonio Vazquez
2022-03-26DRW: Port draw_common.c to use shared definition with GLSLClément Foucault
2022-03-26GPU: ShaderBuilder: Skip shader compilation for unsupported shaders.Clément Foucault
2022-03-26GL: Fix shader error logging on Apple M1 hardwareClément Foucault
2022-03-26GPU: ShaderBuilder: Fix compilation on MacClément Foucault
2022-03-26Cleanup: move eFileSel_Action from DNA to WM_api.hCampbell Barton
2022-03-26Fix incorrect argument for rigid-body world exportCampbell Barton
2022-03-26Cleanup: use "use_" prefix for booleansCampbell Barton
2022-03-26Cleanup: quiet compiler warningCampbell Barton
2022-03-25Fix Outliner highlighting multiple base elements in different librariesJulian Eisel
2022-03-25MSVC: Fix linker issue with USDRay Molenkamp
2022-03-25USD I/O: explicitly set or clear the OPTYPE_UNDO flagSybren A. Stüvel
2022-03-25Image editor: not updating after image operation.Jeroen Bakker
2022-03-25USD: Support building against USD 21.11+Michael Kowalski
2022-03-25BLI: Adjust interpolation to support integers, other tweaksHans Goudey
2022-03-25Cleanup: Add asserts, remove default caseHans Goudey
2022-03-25Curves: Bezier and general interpolate to evaluated utilityHans Goudey
2022-03-25Curves: Add a utility to count curves of each typeHans Goudey
2022-03-25GPencil: Cyclic flag for dot dash modifierYimingWu
2022-03-25GPencil: Improve smooth operationHenrik Dick
2022-03-25Fix compilation warnings after previous changeSergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25LibOverride: Prevent some more potential modification of overridden collections.Bastien Montagne
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25XR: Fix crash on executing some action operatorsPeter Kim
2022-03-25Cleanup: use doxy sections for customdata.ccCampbell Barton
2022-03-25Fix: Small fixes for NURBS evaluationHans Goudey
2022-03-25Cleanup: Simplify logic, rename variablesHans Goudey
2022-03-25Cleanup: Use more specific variable nameHans Goudey
2022-03-25Curves: Tweak evaluated offset functionsHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-25WebP: Fix use after freeAaron Carlisle
2022-03-25Cleanup: remove argument to doxygen \fileCampbell Barton
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-25Cleanup: rename ParticleSettings.child_nbr => child_percentCampbell Barton