This commit is contained in:
Roman Trapeznikov 2022-02-11 15:15:57 +03:00
parent b06a2efcfc
commit edf35e2d59
No known key found for this signature in database
GPG Key ID: 89BED52F1E290F8D

View File

@ -61,8 +61,8 @@ void PythonClassMaterial::SetupType(PyTypeObject* obj) {
"of parts, each with its own set of materials. Generally materials are\n"
"specified as array attributes on the Node. The ``'spaz'`` node, for\n"
"example, has various attributes such as ``'materials'``,\n"
"``'roller_materials'``, and ``'punch_materials'``, which correspond to the\n"
"various parts it creates.\n"
"``'roller_materials'``, and ``'punch_materials'``, which correspond\n"
"to the various parts it creates.\n"
"\n"
"Use ba.Material to instantiate a blank material, and then use its\n"
"ba.Material.add_actions method to define what the material does.\n"