Page Menu
Home
Search
Configure Global Search
Log In
Files
F2129
patch-script.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Ken Hughes (khughes)
Nov 13 2013, 1:02 PM
Size
13 KB
Subscribers
None
patch-script.txt
View Options
Index: blender/source/blender/python/api2_2x/Camera.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Camera.c,v
retrieving revision 1.33
diff -u -u -r1.33 Camera.c
--- blender/source/blender/python/api2_2x/Camera.c 21 Apr 2005 19:44:52 -0000 1.33
+++ blender/source/blender/python/api2_2x/Camera.c 20 May 2005 21:26:10 -0000
@@ -180,11 +180,11 @@
{"getScriptLinks", ( PyCFunction ) Camera_getScriptLinks, METH_VARARGS,
"(eventname) - Get a list of this camera's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged or Redraw."},
+ "(eventname) - string: FrameChanged, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) Camera_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new camera scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged or Redraw."},
+ "(evt) string: FrameChanged, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) Camera_clearScriptLinks,
METH_NOARGS,
"() - Delete all scriptlinks from this camera.\n"
Index: blender/source/blender/python/api2_2x/Lamp.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Lamp.c,v
retrieving revision 1.31
diff -u -u -r1.31 Lamp.c
--- blender/source/blender/python/api2_2x/Lamp.c 21 Apr 2005 19:44:52 -0000 1.31
+++ blender/source/blender/python/api2_2x/Lamp.c 20 May 2005 21:26:10 -0000
@@ -298,11 +298,11 @@
{"getScriptLinks", ( PyCFunction ) Lamp_getScriptLinks, METH_VARARGS,
"(eventname) - Get a list of this lamp's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged or Redraw."},
+ "(eventname) - string: FrameChanged, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) Lamp_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new lamp scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged or Redraw."},
+ "(evt) string: FrameChanged, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) Lamp_clearScriptLinks,
METH_VARARGS,
"() - Delete all scriptlinks from this lamp.\n"
Index: blender/source/blender/python/api2_2x/Material.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Material.c,v
retrieving revision 1.32
diff -u -u -r1.32 Material.c
--- blender/source/blender/python/api2_2x/Material.c 21 Apr 2005 19:44:52 -0000 1.32
+++ blender/source/blender/python/api2_2x/Material.c 20 May 2005 21:26:10 -0000
@@ -660,11 +660,11 @@
METH_VARARGS,
"(eventname) - Get a list of this material's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged or Redraw."},
+ "(eventname) - string: FrameChanged, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) Material_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new material scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged or Redraw."},
+ "(evt) string: FrameChanged, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) Material_clearScriptLinks,
METH_VARARGS,
"() - Delete all scriptlinks from this material.\n"
Index: blender/source/blender/python/api2_2x/Object.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Object.c,v
retrieving revision 1.114
diff -u -u -r1.114 Object.c
--- blender/source/blender/python/api2_2x/Object.c 17 May 2005 07:17:52 -0000 1.114
+++ blender/source/blender/python/api2_2x/Object.c 20 May 2005 21:26:10 -0000
@@ -504,11 +504,11 @@
{"getScriptLinks", ( PyCFunction ) Object_getScriptLinks, METH_VARARGS,
"(eventname) - Get a list of this object's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged or Redraw."},
+ "(eventname) - string: FrameChanged, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) Object_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new object scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged or Redraw."},
+ "(evt) string: FrameChanged, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) Object_clearScriptLinks,
METH_VARARGS,
"() - Delete all scriptlinks from this object.\n"
Index: blender/source/blender/python/api2_2x/Scene.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Scene.c,v
retrieving revision 1.30
diff -u -u -r1.30 Scene.c
--- blender/source/blender/python/api2_2x/Scene.c 20 May 2005 05:14:03 -0000 1.30
+++ blender/source/blender/python/api2_2x/Scene.c 20 May 2005 21:26:10 -0000
@@ -156,11 +156,11 @@
{"getScriptLinks", ( PyCFunction ) Scene_getScriptLinks, METH_VARARGS,
"(eventname) - Get a list of this scene's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged, OnLoad or Redraw."},
+ "(eventname) - string: FrameChanged, OnLoad, OnSave, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) Scene_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new scene scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged, OnLoad or Redraw."},
+ "(evt) string: FrameChanged, OnLoad, OnSave, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) Scene_clearScriptLinks,
METH_VARARGS,
"() - Delete all scriptlinks from this scene.\n"
Index: blender/source/blender/python/api2_2x/World.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/World.c,v
retrieving revision 1.28
diff -u -u -r1.28 World.c
--- blender/source/blender/python/api2_2x/World.c 21 Apr 2005 19:44:52 -0000 1.28
+++ blender/source/blender/python/api2_2x/World.c 20 May 2005 21:26:10 -0000
@@ -211,11 +211,11 @@
{"getScriptLinks", ( PyCFunction ) World_getScriptLinks, METH_VARARGS,
"(eventname) - Get a list of this world's scriptlinks (Text names) "
"of the given type\n"
- "(eventname) - string: FrameChanged or Redraw."},
+ "(eventname) - string: FrameChanged, Redraw or Render."},
{"addScriptLink", ( PyCFunction ) World_addScriptLink, METH_VARARGS,
"(text, evt) - Add a new world scriptlink.\n"
"(text) - string: an existing Blender Text name;\n"
- "(evt) string: FrameChanged or Redraw."},
+ "(evt) string: FrameChanged, Redraw or Render."},
{"clearScriptLinks", ( PyCFunction ) World_clearScriptLinks,
METH_VARARGS,
"() - Delete all scriptlinks from this world.\n"
Index: blender/source/blender/python/api2_2x/doc/Camera.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Camera.py,v
retrieving revision 1.11
diff -u -u -r1.11 Camera.py
--- blender/source/blender/python/api2_2x/doc/Camera.py 21 Apr 2005 19:44:52 -0000 1.11
+++ blender/source/blender/python/api2_2x/doc/Camera.py 20 May 2005 21:26:10 -0000
@@ -205,7 +205,7 @@
"""
Get a list with this Camera's script links of type 'event'.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -225,7 +225,7 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
"""
def insertIpoKey(keytype):
Index: blender/source/blender/python/api2_2x/doc/Lamp.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Lamp.py,v
retrieving revision 1.9
diff -u -u -r1.9 Lamp.py
--- blender/source/blender/python/api2_2x/doc/Lamp.py 21 Apr 2005 19:44:52 -0000 1.9
+++ blender/source/blender/python/api2_2x/doc/Lamp.py 20 May 2005 21:26:10 -0000
@@ -329,7 +329,7 @@
"""
Get a list with this Lamp's script links of type 'event'.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -349,7 +349,7 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
"""
def getIpo():
Index: blender/source/blender/python/api2_2x/doc/Material.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Material.py,v
retrieving revision 1.11
diff -u -u -r1.11 Material.py
--- blender/source/blender/python/api2_2x/doc/Material.py 21 Apr 2005 19:44:52 -0000 1.11
+++ blender/source/blender/python/api2_2x/doc/Material.py 20 May 2005 21:26:10 -0000
@@ -637,7 +637,7 @@
"""
Get a list with this Material's script links of type 'event'.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -657,5 +657,5 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
"""
Index: blender/source/blender/python/api2_2x/doc/Object.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Object.py,v
retrieving revision 1.32
diff -u -u -r1.32 Object.py
--- blender/source/blender/python/api2_2x/doc/Object.py 21 Apr 2005 19:44:52 -0000 1.32
+++ blender/source/blender/python/api2_2x/doc/Object.py 20 May 2005 21:26:10 -0000
@@ -595,7 +595,7 @@
"""
Get a list with this Object's script links of type 'event'.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw" or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -615,7 +615,7 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
"""
def makeTrack (tracked, fast = 0):
Index: blender/source/blender/python/api2_2x/doc/Scene.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Scene.py,v
retrieving revision 1.13
diff -u -u -r1.13 Scene.py
--- blender/source/blender/python/api2_2x/doc/Scene.py 20 May 2005 05:14:03 -0000 1.13
+++ blender/source/blender/python/api2_2x/doc/Scene.py 20 May 2005 21:26:10 -0000
@@ -236,7 +236,7 @@
"""
Get a list with this Scene's script links of type 'event'.
@type event: string
- @param event: "FrameChanged", "OnLoad", "OnSave" or "Redraw".
+ @param event: "FrameChanged", "OnLoad", "OnSave", "Redraw" or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -256,7 +256,7 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged", "OnLoad", "OnSave" or "Redraw".
+ @param event: "FrameChanged", "OnLoad", "OnSave", "Redraw" or "Render".
"""
def play (mode = 0, win = '<VIEW3D>'):
Index: blender/source/blender/python/api2_2x/doc/World.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/World.py,v
retrieving revision 1.13
diff -u -u -r1.13 World.py
--- blender/source/blender/python/api2_2x/doc/World.py 21 Apr 2005 19:44:52 -0000 1.13
+++ blender/source/blender/python/api2_2x/doc/World.py 20 May 2005 21:26:10 -0000
@@ -293,7 +293,7 @@
"""
Get a list with this World's script links of type 'event'.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
@rtype: list
@return: a list with Blender L{Text} names (the script links of the given
'event' type) or None if there are no script links at all.
@@ -313,7 +313,7 @@
@type text: string
@param text: the name of an existing Blender L{Text}.
@type event: string
- @param event: "FrameChanged" or "Redraw".
+ @param event: "FrameChanged", "Redraw", or "Render".
"""
def setCurrent ():
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a9/19/ef424bc84c6ccdb797044edb9497
Event Timeline
Log In to Comment