Campbell Barton
02f34de2b9
add missing flags for NLA strips
2008-05-21 19:24:35 +00:00
Campbell Barton
195abc755b
more updates to docs
2008-05-19 13:34:43 +00:00
Campbell Barton
f32d99c322
some updates to epy docs
2008-05-19 09:54:38 +00:00
Campbell Barton
ac71783e8d
last commit had a typo, also adjusted teh and colour instances
2008-05-12 21:12:10 +00:00
Stephen Swaney
a2c10ff1e7
Initial commit for BPy Particle patch #8557 from Cedric Paille
...
Thanks, Cedric!
*** WARNING **** This is a Work In Progress *** Warning ****
2008-05-11 04:15:21 +00:00
Campbell Barton
18b20396bc
this script isnt needed anymore thanks to stivs and gsr
2008-05-08 07:33:20 +00:00
Stephen Swaney
12715ec0fa
more shell script tweaking.
...
Thanks to gsrb3d for hints.
2008-05-07 22:46:20 +00:00
Stephen Swaney
1c7c37deb7
modify script to use long opts; --name vs -n, for example.
...
This makes epy_docgen.sh compatible with epy_docgen-3.sh.
I am not sure why we would need both scripts. Perhaps
someone with epdoc version 3 can test.
2008-05-07 21:21:15 +00:00
Campbell Barton
c0d981f6db
patches
...
[#10529 ] -p command line option fix
[#8844 ] Glossy controls Python API
2008-05-06 18:57:24 +00:00
Campbell Barton
4255f3c7ab
made python add mesh module respect blenders user settings for editmode and view align.
...
added sys.cleanpath() was a patch in the tracker but blender's internal path cleaning is now more general and can be used from
python.
2008-05-06 17:54:55 +00:00
Ken Hughes
a87d82023a
Add library.name attribute, which returns the actual library name used by blender (this may be different from the library.filename attribute).
2008-05-01 18:52:26 +00:00
Ken Hughes
3d2758a3bd
Add support to bpy.library module for relative paths.
2008-05-01 05:52:35 +00:00
Campbell Barton
c6554898cc
fix for [ #9651 ] raw_export.py tooltip outdated?
...
own error, bpath looper was trying to free NULL pointer,
added fromOrig to python mtex api
made FromOrig and FromDupli tooltips be understandable
2008-04-28 16:09:17 +00:00
Campbell Barton
57c1fbe557
remove old particle system.
...
also removed quat, dquat, and sumohandle from the Object struct since they aren't used anywhere.
2008-04-27 18:26:20 +00:00
Campbell Barton
4f49a3b906
added ipo script template from blenderartists forTe, made scripts refresh on load factory settings and replaced elysiun with blenderartist.org in headers
2008-04-23 14:04:05 +00:00
Campbell Barton
67e2d05dcd
Ipo View Option - Loc View Area - stops using each ipo's view area when changing ipo's.
2008-04-15 14:15:56 +00:00
Campbell Barton
6b81045bc3
* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.
...
* Added fromDupli MTex setting to python api
* Shift+RMB was setting the active face in the UV view.
* Armature scripts menu was broken
2008-04-13 15:14:32 +00:00
Stephen Swaney
d30cc5f2d8
API Doc for new Object attributes trackAxis and upAxis.
...
contributed by Cedric Paille. Thanks!
Fix broken indentation in Constraint doc.
2008-04-09 07:27:37 +00:00
Campbell Barton
7c15baff16
added an optional arg for object.getBoundBox(worldspace) - so you can get localspace boundboxes, this is useful when getting a dipli's boundbox where the objects worldspace matrix has no useful meaning.
2008-04-07 13:16:56 +00:00
Campbell Barton
8960f53676
some fixes for python baking function
...
needed to add a small value to the baking distance for it to include faces of that distance (maybe should make this happen from the user interface too)
2008-03-29 14:50:05 +00:00
Ken Hughes
2976a38fd9
Python API
...
----------
Bugfix #8615 : NMesh.update() did not check if faces had less than 3 vertices, so would create bogus faces.
Also discovered in the process that documentation and error message for Mesh.assignVertsToGroup() was wrong.
2008-03-26 17:29:20 +00:00
Campbell Barton
6222b1ca99
saveRenderedImage dosnt work in backgrond mode, so added a warning in the docs and an exception if called.
2008-03-19 10:37:19 +00:00
Campbell Barton
66374761e1
added a warning in python api abot ipo curves. minor change to curve.c
2008-03-19 09:26:01 +00:00
Campbell Barton
b10726a2ad
patch from Paul Rotering (pryon)
...
[#7124 ] knot vector access for SurfNurb
2008-03-18 13:42:38 +00:00
Joshua Leung
87c54fb784
Constraints PyAPI:
...
Added support for Limit Distance constraint
2008-03-16 10:26:13 +00:00
Joshua Leung
eab07f7322
Constraints Py-Api:
...
Fixed up Py-API access to PyConstraints. Also updated docs to reflect these changes.
2008-03-16 06:28:40 +00:00
Campbell Barton
8e126216b0
added mesh.getTangents() to the python api
2008-03-14 18:53:51 +00:00
Campbell Barton
af93553640
Moved recent addition of get/setPixelF to get/setPixelHDR and kept get/setPixelF limited to 0.0-1.0 range, to prevent existing scripts breaking.
2008-03-12 11:13:57 +00:00
Campbell Barton
c8d9d60a99
Added python access to TEXFACE_ALPHA
2008-03-12 09:04:07 +00:00
Campbell Barton
2b42733105
Applied [ #7076 ] Updated Python Image API to use float buffers in getPixelF/setPixelF
...
and added an image.updateDisplay() function to update imbuf->rect from imbuf->rect_float
also corrected some docstrings and epydocs
2008-03-10 12:17:58 +00:00
Joshua Leung
b13cd8226e
Bugfix #8478 : Constraints PyApi for setting targetspace non-functional
...
Finishing off some unfinished business (from the multi-target constraints work), it is now possible to get/set target-space for constraints where this is relevant.
For this to be possible, target-space setting(s) are now always presented as a list of ints, with each int representing the target-space setting for the relevant target.
Constraints C-API note:
get_targets function now needs to return the number of targets the constraint can have
2008-03-08 02:16:37 +00:00
Campbell Barton
955e1b7ba0
PyAPI - Window.TestBreak() - True if the user pressed escape.
2008-03-06 22:45:11 +00:00
Ken Hughes
ff63ac4bcd
Python API
...
----------
Bugfix #8472 : texture.image setter did not accept None to remove an image, or
set the image type once an image was assigned.
2008-03-06 21:43:22 +00:00
Campbell Barton
62584d78eb
Py API - rename UndoPush to SaveUndoState
2008-03-02 15:57:19 +00:00
Campbell Barton
a577bb9fc8
Wrap UndoPush with python, needed for apricot, so changes made be scripts can have undo's as well, otherwise users undo and loose changes the script made.
2008-02-29 20:45:57 +00:00
Campbell Barton
4dbf6cf204
adding access to missing bake variables from python
2008-02-22 10:50:45 +00:00
Remigiusz Fiedler
0d80e08e8a
python API: added support for screen font 12(fix-width) as "normalfix"
2008-02-19 10:47:29 +00:00
Brecht Van Lommel
417687c4ff
Bugfix: yafray number of processors was not properly initialized, and
...
could be 0, hanging yafray. This commits removes the separate yafray
number of processor setting and simply using the blender threads
button, there is no reason for a separate setting.
2008-02-17 22:11:05 +00:00
Campbell Barton
11c926b575
Python api addition PupTreeMenu() - for apricot
2008-02-15 16:08:41 +00:00
Ken Hughes
60378a306c
Python API
...
----------
Added missing lamp.falloffType attribute. Also fixed typo in Render docs.
2008-02-12 19:29:12 +00:00
Campbell Barton
3974a0a3c1
Added python access for baking
...
http://www.blender.org/documentation/246PythonDoc/
http://www.blender.org/documentation/246PythonDoc/Render.RenderData-class.html
http://www.blender.org/documentation/246PythonDoc/bpy_api_2_46.zip
2008-02-12 14:47:55 +00:00
Kent Mein
abb2d6b3eb
This is patch: [ #8244 ] Add MultiLayer image type in python API documentation
...
Submitted By: Stephane SOPPERA (soppera)
Just updates the docs for previous commit.
Kent
2008-02-06 22:35:48 +00:00
Remigiusz Fiedler
9c12534cd9
Python API
...
----------
Correct sound into font in documentation to api2_2x/doc/Font.py.
2008-02-04 00:44:31 +00:00
Tom Musgrove
07ccea0ac2
== Python API - Mesh ==
...
This patch by Domino Maram adds the function addMultiresLevel
2008-02-02 23:58:05 +00:00
Campbell Barton
78cedbd1f9
added function to get the full path for a rendered frame (before its rendered)
2008-01-26 15:38:06 +00:00
Campbell Barton
c089564faf
openexr, touch and noOverwrite setting access from py api
2008-01-23 14:15:34 +00:00
Ken Hughes
b778daed81
Python API
...
----------
Correct error in LibData module documentation.
2008-01-22 05:45:09 +00:00
Ken Hughes
f41c3340be
Python API
...
----------
Added RenderData.activeLayer attribute, lets user access the active
rendering layer. Also corrected description of RenderData.freeImages
attribute.
Note: doesn't seem like there is any support in the python API for accessing
the renderlayers settings....
2008-01-16 03:02:54 +00:00
Campbell Barton
7f0e7b8e16
incorrect epydocs
2008-01-15 17:37:47 +00:00
Ken Hughes
e8a200eb04
Python API
...
----------
Correct error in Mathutils.Rand documentation (pointed out on IRC by masterofbytes).
2008-01-12 00:54:42 +00:00