Merge branch 'blender-v4.2-release'

This commit is contained in:
Campbell Barton
2024-06-06 11:28:06 +10:00
22 changed files with 57 additions and 54 deletions

View File

@@ -1651,7 +1651,7 @@ def pyrna2sphinx(basepath):
fw(" .. {:s}:: {:s}({:s})\n\n".format(
"classmethod" if func.is_classmethod else "method",
func.identifier,
args_str
args_str,
))
fw(" {:s}\n\n".format(func.description))