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-01-04Cleanup: use ARRAY_SIZE when when looping over the array indiciesCampbell Barton
2021-01-04Cleanup: remove self-assignmentCampbell Barton
2021-01-04Cleanup: remove redundant codeCampbell Barton
2021-01-04Cleanup: sort cmake file listsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2021-01-04Cleanup: redundant struct declarationsCampbell Barton
2021-01-04Cleanup: sort structsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2021-01-04Cleanup: clang-formatCampbell Barton
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2021-01-04Cleanup: use doxy sections for render_preview.cCampbell Barton
2021-01-04Cleanup: rename get_brush_icon, make it a static functionCampbell Barton
2021-01-04Cleanup: use const casts in DerivedMesh.ccCampbell Barton
2021-01-03API Docs: CSS: Fix long enum listAaron Carlisle
2021-01-03Update RNA to manual url mappingsAaron Carlisle
2021-01-03Fix Unreported: Run time error in UI codeAaron Carlisle
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2021-01-01Fix T84024: Empty image opacity labeled transparencyHans Goudey
2021-01-01Fix T84029: Point Distribution node crash on mesh with no facesHans Goudey
2020-12-31Fix mistake in recent rB8c135fa9a834 commit.Bastien Montagne
2020-12-31LibOverride/RNA: refactor `rna_property_override_property_real_id_owner`.Bastien Montagne
2020-12-31Cleanup: Move functions from sequencer_edit.cRichard Antalik
2020-12-31Cleanup: Remove unused functions from sequencer_edit.cRichard Antalik
2020-12-30Add regression tests for curve conversion to meshHans Goudey
2020-12-30Fix unreported: Sequencer grid lines are not drawnYevgeny Makarov
2020-12-30Cleanup: Use LISTBASE_FOREACH macroPhilipp Oeser
2020-12-30Outliner: Fix useless assert in new liboverride showing code.Bastien Montagne
2020-12-30Cleanup: Fix typo in tests error messageHans Goudey
2020-12-29Fix T83991: Pasting sound strip not working correctlyRichard Antalik
2020-12-29Fix T83439: Sculpt: Radial symmetry combined with mirroring results in textur...Philipp Oeser
2020-12-29Fix T83749: Better handling of alpha in generic Nodes material wrapper for IO...Bastien Montagne
2020-12-29Cleanup: Use proper `RNA_pointer_is_null` helper.Bastien Montagne
2020-12-29Test: Add utility to do near comparison for float[2]Sergey Sharybin
2020-12-29Fix T84144 cursor wrap broken for Windows.Nicholas Rishel
2020-12-28Fix T84200: Rotating a paintcurve [all paintmodes] doesn’t work correctlyGermano Cavalcante
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-28Cleanup/refactor `rna_idp_path` code.Bastien Montagne
2020-12-28Fix T84091: IDProperties/RNA: Crash due to colliding name between custom data...Bastien Montagne
2020-12-28Snap: Decrease the distance of the incremental snap in ortho viewGermano Cavalcante
2020-12-28Tweak comment regarding Sculpt mode undo issues in object update code.Bastien Montagne
2020-12-28Cleanup: UI messages fixes.Bastien Montagne
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-28Fix possible fall-through in outliner region listenerSergey Sharybin
2020-12-28Cleanup: Declare variables where initializedHans Goudey
2020-12-28Cleanup: Reduce indentationHans Goudey
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-27Fix T84101: Duplicate operator not available for some data-block selectorsJulian Eisel
2020-12-27Fix crash when saving render from temporarily maximized render windowJulian Eisel
2020-12-27UI: Grammar: "Clean Up" vs "Cleanup" in operator nameHans Goudey
2020-12-26Fix unreported: Cycles CLI device override doesn't set peer memory usage flagLukas Stockner