* update to python docs
- update for the old mathutils rewrite - update for some other methods ive added - added explaination of wrapped data - added a .css file for epydoc gives nice blender/python colors :?
This commit is contained in:
@@ -221,14 +221,14 @@ def GetViewVector ():
|
||||
def GetViewMatrix ():
|
||||
"""
|
||||
Get the current 3d view matrix.
|
||||
@rtype: 4x4 float matrix
|
||||
@rtype: 4x4 float matrix (WRAPPED DATA)
|
||||
@return: the current matrix.
|
||||
"""
|
||||
|
||||
def GetPerspMatrix ():
|
||||
"""
|
||||
Get the current 3d perspective matrix.
|
||||
@rtype: 4x4 float matrix
|
||||
@rtype: 4x4 float matrix (WRAPPED DATA)
|
||||
@return: the current matrix.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user