Stephen Swaney
401dfba305
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.
2005-06-15 06:22:26 +00:00
Stephen Swaney
769fa6252d
Patch from Martin Poirier.
...
Misc bpy Curve fixes and updates, includes bugs #1687 and #2637
2005-06-13 19:15:02 +00:00
Stephen Swaney
bb84abaaa8
updates to doc strings in code and doc from Ken Hughes.
...
add alias .recalc() for IpoCurve.Recalc() to match api standard.
2005-05-24 15:14:32 +00:00
Stephen Swaney
f919cf75f1
More Curve Module features: access to the attributes flagU and flagV
...
in a CurNurb object.
Contributed by Gergely Erdelyi (dyce).
2005-04-17 14:37:40 +00:00
Stephen Swaney
127abda43d
New methods for Curve module: getBevOb() and setBevOb()
...
Adds ability to set, clear and get bevel object for a Curve.
Contributed by Gergely Erdelyi (dyce).
Thanks!
2005-04-17 13:48:16 +00:00
Stephen Swaney
df1acca4c5
New methods: Curve.isCyclic(), CurNurb.isCyclic() for checking if curve is cyclic ( closed ). Both methods are boolean.
...
Patch contributed by Toni Alatalo. Thanks.
2005-01-13 03:42:53 +00:00
Stephen Swaney
086ab43712
correct doc error for Curve.getControlPoint()
2004-10-04 04:35:52 +00:00
Stephen Swaney
f2f97a5092
fix doc errors pointed out by wavk:
...
get/setMode() should be get/setFlag(), bitfield order was incorrect.
spellchecked Curve.py.
2004-09-29 18:24:08 +00:00
Stephen Swaney
fa6d79b277
updated docs
2004-08-04 08:03:39 +00:00
Stephen Swaney
db9f9215cf
Fix for Bug 1045.
...
Added more detail for method return types in various doc files.
Changed version number in epy_docgen.sh to BPY_API_232.
2004-03-05 05:50:50 +00:00
Stephen Swaney
e2e6bc37a9
setControlPoint() had incorrect argument list.
...
also some minor reformatting.
2003-11-06 18:17:05 +00:00
de60889865
Exppython docs:
...
- Updates and fixes to the documentation files, only, no code involved.
2003-07-22 00:27:03 +00:00
6046d05a7e
Exppython:
...
- A few more changes to integrate the documentation:
Instructions to build it with epydoc are on the file Blender.py.
2003-07-12 18:21:07 +00:00
d92c4f798f
documentation for the module Curve, to be formatted with epydoc
2003-07-09 21:20:01 +00:00