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-31Cleanup: Curves draw cache renaming, use referencesHans Goudey
2022-03-30UI: Improve node editor dot backgroundLeon Schittek
2022-03-30GPencil: Fix double-free issue in update cacheFalk David
2022-03-30Iterator to loop over objects based on a flagDalai Felinto
2022-03-30Fix: Failing curves test after recent commitHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-30Fix: Remove special case from curve segment size functionHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-29Fix: incorrect assert in new codeHans Goudey
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-29Cover DNA_gpencil_types.h with C++ structure methodsSergey Sharybin
2022-03-29Cleanup: Remove legacy dupli system from point cloud objectHans Goudey
2022-03-29Assets: Support automatic collection previewsJulian Eisel
2022-03-29Fix (unreported) LibOverride: re-creation of overrides in consecutive partial...Bastien Montagne
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-29Cleanup: Remove redundant DNA C++ helper functionSergey Sharybin
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-28Fix (unreported) crash in some mesh-from-object code.Bastien Montagne
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-28Cleanup: Reduce duplication to prepare for UDIM packingJesse Yurkovich
2022-03-27Cleanup: Remove frameserver cmake definitionAaron Carlisle
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: 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-25Cleanup: use doxy sections for customdata.ccCampbell Barton
2022-03-25Fix: Small fixes for NURBS evaluationHans 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-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
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-25ImBuf: Add support for WebP image formatAaron Carlisle
2022-03-24Fix T96756: Blender hanges on rendering after file save, after recent changesBrecht Van Lommel
2022-03-24Correct syntax error for MSVCCampbell Barton