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
2020-09-17Cleanup: Extract "draw_fcurve" as a separate functionHans Goudey
2020-09-17Cleanup: Use "r_" prefix for return argumentsHans Goudey
2020-09-17Add versioning for 2.90 files that may have invalid meshGermano Cavalcante
2020-09-17Cleanup: reduce variable scopeJacques Lucke
2020-09-17Cleanup: Misplaced fullstop in commentSergey Sharybin
2020-09-17Fix error in fix for T66256, not clearing the exceptionCampbell Barton
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-17Fix: re-do versioning code for FCurve extremes and Collection colorsSybren A. Stüvel
2020-09-17Cleanup: remove deprecated PyEval_InitThreads useCampbell Barton
2020-09-17Fix T66256: Context overrides crash when operators change contextCampbell Barton
2020-09-17Cleanup: use doxy sections for blender.cCampbell Barton
2020-09-17Cleanup: use static assert to disable access to preferencesCampbell Barton
2020-09-17Cleanup: Use enum instead of defines for panel runtime flagHans Goudey
2020-09-17UI: only draw a single header in the header regionCampbell Barton
2020-09-17Cleanup: Comment formatting in interface_panel.cHans Goudey
2020-09-17Fix T63651: ImagePreviewCollection.new,load don't work as documentedCampbell Barton
2020-09-17Cleanup: warning (missing-braces)Campbell Barton
2020-09-17Fix: Text object custom profile bevel not written to fileHans Goudey
2020-09-16Fix T79523 Paint Cursor: Wide line not supported on OSXClément Foucault
2020-09-16Fix T79315 Normals Overlays broken with hidden geometryClément Foucault
2020-09-16Fix: Property search crashes searching enums with separatorsHans Goudey
2020-09-16Cleanup: silence [-Wmissing-braces] warning.Ankit Meel
2020-09-16Curves: Add custom profile bevel supportHans Goudey
2020-09-16Fix tests after adding collection color taggingNathan Craddock
2020-09-16Fix versioning code after FCurves versioning not executedJulian Eisel
2020-09-16Action Constraint: Add manual time factor input controlChris Clyne
2020-09-16GPUDebug: Avoid using STREQ on StringRefClément Foucault
2020-09-16Fix T78653 Workbench: Broken Depth of Field in Viewport (Mac OSX)Clément Foucault
2020-09-16Fix (unreported) buffer overflow in BLI_system_cpu_brand_string helper.Bastien Montagne
2020-09-16NLA: Always Show All StripsWayde Moss
2020-09-16Fix: add versioning to fix incorrectly written customdataJacques Lucke
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke
2020-09-16Fix: Showing Meta Data CrashJeroen Bakker
2020-09-16Fix T80800: Active UVMap DrawingJeroen Bakker
2020-09-16Fix: create shallow copy of CustomData before writingJacques Lucke
2020-09-16Fix T80825: UV Editor UV GridJeroen Bakker
2020-09-16Cleanup: spellingCampbell Barton
2020-09-16Cleanup: use doxygen links to struct membersCampbell Barton
2020-09-16Cleanup: DNA_fluid_types: Add DNA member name before enum declarationsClément Foucault
2020-09-16Fix building with tests enabledClément Foucault
2020-09-16Bump file subversion after recent theme-related changesHans Goudey
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-16GPUShader: Add meaningful debug names to builtin shadersClément Foucault
2020-09-16GPU: Add debug groups inside selection codeClément Foucault
2020-09-16GPU: Add debug groups inside wm_draw.cClément Foucault
2020-09-16GPUDebug: Add function to test if inside a debug groupClément Foucault
2020-09-16Fix T80107 Selection: Regression in Box selectionClément Foucault
2020-09-16Fix T75061 Grease Pencil: MacOS: broken Gradient and TextureClément Foucault
2020-09-16Outliner: Modifier/constraint/shaderfx drag and drop operatorNathan Craddock