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-12-11UI: Use 'and' Instead of '&' in DescriptionsYevgeny Makarov
2020-12-11Fix T83640: No immediate updates when changing the settings of a just-Philipp Oeser
2020-12-10UI: Use words instead of symbols for float comparison itemsHans Goudey
2020-12-10Geometry Nodes: Add helper function to check if attribute existsHans Goudey
2020-12-10Nodes: fix incorrectly parameter name and typeJacques Lucke
2020-12-10Fix T83630 Exact Boolean assert failure in Debug build.Howard Trickey
2020-12-10Geometry Nodes: Attribute Fill NodeHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-10Fix T83361: UV Editor does not draw pinned selected UVs as pinnedPhilipp Oeser
2020-12-10Geometry Nodes: fix recursive instance transformsJacques Lucke
2020-12-10Fix missing string escaping in RNA_path_appendCampbell Barton
2020-12-10Cleanup: remove unused function bc_find_bonename_in_pathCampbell Barton
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-12-10Fix BLI_str_quoted_substrN use with escaped stringsCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell Barton
2020-12-10Cleanup: remove unnecessary vars in RNA token readingCampbell Barton
2020-12-10Cleanup: declare variables when used (RNA)Campbell Barton
2020-12-10Cleanup: declare variables when used (bpy)Campbell Barton
2020-12-10Cleanup: avoid '_ln' suffixCampbell Barton
2020-12-10Cleanup: use snake-case instead of camel-caseCampbell Barton
2020-12-10PyAPI: add bpy.utils.unescape_identifierCampbell Barton
2020-12-10RNA: use BLI_str_unescape utility for parsing escaped stringsCampbell Barton
2020-12-10BLI_string: support escaping additional control characterCampbell Barton
2020-12-10BLI_string: add BLI_str_unescape utility functionCampbell Barton
2020-12-10Fix BLI_str_escape with control characters, add unit testsCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-10Cleanup: Use const for filter queriesJulian Eisel
2020-12-10Sculpt: Elastic deform type for Snake HookPablo Dobarro
2020-12-10Cleanup: Remove unused c popup menu for text editorAaron Carlisle
2020-12-09Fix T82242: creating particle influence textures does not set up DEGPhilipp Oeser
2020-12-09UI: Update theme to match Shader nodes category color with socket colorPablo Vazquez
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-09Geometry Nodes: simplify supporting different input socket types for attributesJacques Lucke
2020-12-09Fix T83575: GPencil: VFX Blur is not disabled when samples are zeroAntonio Vazquez
2020-12-09Fix T83588: Crash with Shrink/Fatten and Offset EvenGermano Cavalcante
2020-12-09Fix T83460: Regression in snap for measure toolGermano Cavalcante
2020-12-09Degraded AMD 20.11.3 driver to limited support.Jeroen Bakker
2020-12-09Workaround for Access Violation startup crash on deprecated Radeon GPUs on Wi...Jeroen Bakker
2020-12-09Raised AMD/Terascale2 from unsupported to supported.Jeroen Bakker
2020-12-09Raised AMD CEDAR on Linux from unsupported to limited supportJeroen Bakker
2020-12-09Fix T83566: bpy.props.CollectionProperty gives incorrect errorCampbell Barton
2020-12-09Fix another id-property name length checkCampbell Barton
2020-12-09Fix off by one error in id-property name validationCampbell Barton
2020-12-09Fix RNA un-escaping multiple slashes and strings ending with a slashCampbell Barton
2020-12-09Fix T78823: Slash in custom property name does not workCampbell Barton
2020-12-09Revert "Fix T78823: Slash in custom property name does not work"Campbell Barton
2020-12-09Cleanup: use doxy sections for graph_edit.cCampbell Barton
2020-12-09creator: remove reference to SDL_AUDIODRIVER from --help textCampbell Barton
2020-12-09Cleanup: use common 'MOD_WELD_MODE_' prefixCampbell Barton
2020-12-09Modifier: Add "Connected" mode to the weld modifierHenrik Dick