Changes to Documentation Format ONLY.
no executable code. Martin noticed many of our bpy instance variables were incorrectly marked as class variables in the doc. This commit essentially changes the title of sections of the doc from Class Variables to Instance Variables. Now that we are adding class or module dictionaries for constants, etc. this is a distinction worth making. Plus it is right.
This commit is contained in:
@@ -44,8 +44,8 @@ class Sound:
|
||||
The Sound object
|
||||
================
|
||||
This object gives access to Sounds in Blender.
|
||||
@cvar name: The name of this Sound object.
|
||||
@cvar filename: The filename (path) to the sound file loaded into this Sound
|
||||
@ivar name: The name of this Sound object.
|
||||
@ivar filename: The filename (path) to the sound file loaded into this Sound
|
||||
object.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user