Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-15Ipo View Option - Loc View Area - stops using each ipo's view area when ↵Campbell Barton
changing ipo's.
2008-04-13* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.Campbell Barton
* 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-09API Doc for new Object attributes trackAxis and upAxis.Stephen Swaney
contributed by Cedric Paille. Thanks! Fix broken indentation in Constraint doc.
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get ↵Campbell Barton
localspace boundboxes, this is useful when getting a dipli's boundbox where the objects worldspace matrix has no useful meaning.
2008-03-29some fixes for python baking functionCampbell Barton
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-26Python APIKen Hughes
---------- 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-19saveRenderedImage dosnt work in backgrond mode, so added a warning in the ↵Campbell Barton
docs and an exception if called.
2008-03-19added a warning in python api abot ipo curves. minor change to curve.c Campbell Barton
2008-03-18patch from Paul Rotering (pryon)Campbell Barton
[#7124] knot vector access for SurfNurb
2008-03-16Constraints PyAPI:Joshua Leung
Added support for Limit Distance constraint
2008-03-16Constraints Py-Api:Joshua Leung
Fixed up Py-API access to PyConstraints. Also updated docs to reflect these changes.
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-03-12Moved recent addition of get/setPixelF to get/setPixelHDR and kept ↵Campbell Barton
get/setPixelF limited to 0.0-1.0 range, to prevent existing scripts breaking.
2008-03-12Added python access to TEXFACE_ALPHACampbell Barton
2008-03-10Applied [#7076] Updated Python Image API to use float buffers in ↵Campbell Barton
getPixelF/setPixelF and added an image.updateDisplay() function to update imbuf->rect from imbuf->rect_float also corrected some docstrings and epydocs
2008-03-08Bugfix #8478: Constraints PyApi for setting targetspace non-functionalJoshua Leung
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-07PyAPI - Window.TestBreak() - True if the user pressed escape.Campbell Barton
2008-03-07Python APIKen Hughes
---------- 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-02Py API - rename UndoPush to SaveUndoStateCampbell Barton
2008-02-29Wrap UndoPush with python, needed for apricot, so changes made be scripts ↵Campbell Barton
can have undo's as well, otherwise users undo and loose changes the script made.
2008-02-22adding access to missing bake variables from pythonCampbell Barton
2008-02-19python API: added support for screen font 12(fix-width) as "normalfix"Remigiusz Fiedler
2008-02-18Bugfix: yafray number of processors was not properly initialized, andBrecht Van Lommel
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-15Python api addition PupTreeMenu() - for apricotCampbell Barton
2008-02-12Python APIKen Hughes
---------- Added missing lamp.falloffType attribute. Also fixed typo in Render docs.
2008-02-12Added python access for bakingCampbell Barton
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-07This is patch: [#8244] Add MultiLayer image type in python API documentationKent Mein
Submitted By: Stephane SOPPERA (soppera) Just updates the docs for previous commit. Kent
2008-02-04Python APIRemigiusz Fiedler
---------- Correct sound into font in documentation to api2_2x/doc/Font.py.
2008-02-03== Python API - Mesh ==Tom Musgrove
This patch by Domino Maram adds the function addMultiresLevel
2008-01-26added function to get the full path for a rendered frame (before its rendered)Campbell Barton
2008-01-23openexr, touch and noOverwrite setting access from py apiCampbell Barton
2008-01-22Python APIKen Hughes
---------- Correct error in LibData module documentation.
2008-01-16Python APIKen Hughes
---------- 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-15incorrect epydocsCampbell Barton
2008-01-12Python APIKen Hughes
---------- Correct error in Mathutils.Rand documentation (pointed out on IRC by masterofbytes).
2008-01-03patch from John Croisant [#8045] Allows muting NLA strips via Python APICampbell Barton
https://projects.blender.org/tracker/index.php?func=detail&aid=8045&group_id=9&atid=127
2007-12-27==Python API==Campbell Barton
added mipmap as an option for Blender.Get/Set
2007-12-24patch from Vladimir Espinosa for keying object layers from pythonCampbell Barton
2007-12-11Python APIKen Hughes
---------- Bugfix #7898: added access to DISPLACE modifiers, add ARRAY constant to modifier documentation.
2007-12-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-11-30dupliFaceScale wasnt being initialized for new objects, added Python api accessCampbell Barton
2007-11-28 Campbell Barton
Patch [#7829] "compressfile" parameter for Blender.Set() from JMS
2007-11-24==Python API==Campbell Barton
Added a keyword argument for mesh.pointInside(point, selected_only=True) This means only selected faces are tested when doing the inside/outside test, disabled by default.
2007-11-23==Python API==Campbell Barton
made it possible to remove curves from python with "del curve[i]" mesh_edges2curves.py - remove unused function.
2007-11-22mesh_wire.py - gave an error with no faces,Campbell Barton
wizard_curve2tree.py - didnt work with no bevel object Curve.py - ext1, ext2 didnt reference the interface names.
2007-11-22SetPivot, patch from malefico, #7785 also added GetPivotCampbell Barton
2007-11-19typo in Text3d, weightpaint_invert wasnt working properlyCampbell Barton
2007-11-16* wizard_curve2tree.py - Automatic alpha blended, textured image joins using ↵Campbell Barton
material textures and UV layers. Also added some detail options and made it easier to get low poly results. * Mesh.c bugfix, "mesh.verts = None" didn't set the mesh->mselect pointer to NULL, wizard_curve2tree so would crash when in editmode. * Texture.py - MTex.uvlayer doc was missing * buttons_shading.c - Stencil tooltip was stupid.
2007-11-10==Python API==Campbell Barton
added .smooth setting to CurNurb's so you can do.... for curNurb in Curve.Get('foo'): curNurb.smooth = True
2007-11-09curve2tree - animation settings - speed and magnitudeCampbell Barton
Python api - texture.evaluate can now accept tuples of numbers as well as vectors