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
2009-03-14 update v1.12 - 2009.03.14 by migiusRemigiusz Fiedler
d3 removed all set()functions (problem with osx/python<2.4 reported by Blinkozo) d3 code-cleaning d2 temp patch for noname BLOCKS (*X,*U,*D)
2009-03-10[#18388] PLY Import fails if line ending is not \nCampbell Barton
bugfix, read the header as ascii text - open(filename, 'rU'), only the body as binary.
2009-02-23[#18323] VRML import will not import colors if pervertexcolors set ↵Campbell Barton
(comparison reversed) thanks to Ezra Peisach for fixing.
2009-02-22BGE Py APICampbell Barton
print filename:line with ShowDeprecationWarning(). Typo in scripttemplate_gamelogic.py removed 2 unneeded typedefs
2009-02-12According to Amir Ebrahimi, fbx vertex color is supposed to be between 0.0 ↵Campbell Barton
and 1.0 rather then 0-255 At the moment I dont have a way to test this.
2009-02-02patch for paths_svg2obj.py by author jms:Remigiusz Fiedler
This patch solves some major problems of the svg script : - reading of the inkscape svg format - parsing of the scientific numbers - redundant arc data in the same path for only one command "a" - blending of curves after several files import and at the end a more correct management of the current point.
2009-01-30[#18241] Very minor bugfix and typo correction for wavefront obj exporter ↵Campbell Barton
and importer python scripts from Michael Judd. Also removed .keys() for a loop in impor_obj.py since its the default dictionary iterator.
2009-01-21== Scripts ==Willian Padovani Germano
- Scripts Help Browser: error parsing doc info wrapped in triple single quotes, like done in the 3ds importer. Thanks Jean-Michel (jms) for informing me about it.
2009-01-16minor correctionsCampbell Barton
2009-01-16have had few requests to use blender for performing background tasksCampbell Barton
- visualizing data, rendering scenes automatically and character rendering on a server. This example script shows how you can run blender in background mode, parse arguments from the command line to generate a simple scene and render/save it.
2009-01-13patch from Thomas Dinges, update URLs in help scriptsCampbell Barton
2009-01-12[#18082] make uvcalc_follow_active_coords.py bypass the gui and accept ↵Campbell Barton
arguments when called from another script from Bill N (slow67) Also made uvcalc_quad_clickproj.py and uvcalc_follow_active_coords.py add UV's if they didn't exist.
2009-01-11== Scripts ==Willian Padovani Germano
- Scripts Help Browser: Brendon Murphy requested and Kevin Morgan implemented a "run script" button. - AC3D importer: option to store emis color from .ac file in mirror color in Blender (the exporter has the option to export mirror color as emis). Patch by Francesco Brisa. Thanks for the contributions.
2009-01-07don't raise exceptions on some errors unless debugging Campbell Barton
2009-01-07confusion between Inline and externproto nodesCampbell Barton
2009-01-06Added support for EXTERNPROTO's and fixed a bug where relative Inline URL's ↵Campbell Barton
that included a path didn't load
2009-01-06string extraction wasnt working + minor changesCampbell Barton
2009-01-05left testing lines uncommitted by mistakeCampbell Barton
2009-01-03[#18142] Blender FBX export outputs broken vertex colors when using vertex paintCampbell Barton
from Kevin Hsu (caywen) use fix suggested in report
2008-12-31use higher precession piCampbell Barton
2008-12-30script was adding UV's rather then vertex Colors (this was correct before uv ↵Campbell Barton
& vcol layers existed)
2008-12-24* bpy curve api wouldn't give correct errors for bad arguments when ↵Campbell Barton
appending nurbs. * the radius on the curves first point was ignored. * mesh_edges2curves.py was giving all points a tilt of 1.0
2008-12-23improved PROTO support, works for many testfiles now.Campbell Barton
2008-12-22WIP - support for VRML PROTO'sCampbell Barton
2008-12-15DXF exporter, dxf-library.py updatedRemigiusz Fiedler
v1.28 - 2008.12.13 by Steeve/BlenderArtists - bugfix for EXTMIN/EXTMAX to suit Cycas-CAD
2008-12-14bugfix in pickMeshRayFaceWeight() in bpymodules/BPyMesh.pyRemigiusz Fiedler
2008-12-12VRML/X3DCampbell Barton
* Improved compatibility with VRML files * Extract strings so they dont get modified for parsing, filename URL's with {} [] dont break importing anymore. * Cameras were rotated incorrectly * inline files were not opened with GZip * Animation Support - currently only loc/scale/rot (scale untested) * Lists of image URLs now use the first image from the list since there is no support for dynamic switching. * use imagemagick to convert GIF's so they load in linux. (WIP - could be extended, At least it should not break anything) BPyMathutils angle2ToLength function could be simplified (pointed out by brecht)
2008-12-03missed saving a small changeCampbell Barton
2008-12-03fix for [#18040] FBX writes incorrect relative paths. Campbell Barton
http://projects.blender.org/tracker/index.php?func=detail&aid=18040&group_id=9&atid=125
2008-12-03added a function to resolve case insensitive paths in BPySys and an option ↵Campbell Barton
to use it in BPyImage - Useful when loading files with saved in windows on a *nix system.
2008-11-17DXF-Importer: updated version v1.12 - 2008.11.16 by migiusRemigiusz Fiedler
- remove try_finally: cause not supported in python <2.5 - add Bezier curves bevel radius support (default 1.0)
2008-11-11attempt to make executing an external command work with python 2.4 & 2.5, it ↵Campbell Barton
seems that only py 2.6 wanted list args for subprocess.Popen
2008-11-07[#17958] Windows path fix for image_edit.py script.Campbell Barton
Modified to work in linux too, on my system subprocess.Popen(appstring) only works when appstring is a list. Blenders __import__ didnt support keywords like pythons causing the subprocess module to fail for me. added keywords to blenders c/api import to match pythons.
2008-11-05uniform end-of-line format and set svn:eol-style property to "native" for ↵Remigiusz Fiedler
all scripts
2008-11-05* Updated the 'Consolidate into one image' script to support alphaMatt Ebb
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the ↵Campbell Barton
mouse outside the popup wont close it. Stops FBX Export and OBJ I/O from flickering a lot.
2008-10-22add a way for external scripts to call X3D/VRML importer and deal with ↵Campbell Barton
unknown node types.
2008-10-21more python 2.3 compat, should be the last of it.Campbell Barton
2008-10-21py 2.3 compat for lightwave_import and wizard_curve2treeCampbell Barton
2008-10-20fix for [#17871] PLY file import: blender seems to loose vertex color ↵Campbell Barton
information use Mesh rather then NMesh
2008-10-20=== Blender Python API ===Nathan Letwory
* fix two typos in RenderLayer API (renderosiy -> renderosity in two places. Will break .py's saved with render_save_layers.py, just fix passRadiosiy and passRadiosiyXOR) * add some docs on RenderLayer API * fix some copy/paste leftover in render_save_layers.py
2008-10-19modified OBJ import and export UI's to be less confusing with nicer layout. ↵Campbell Barton
removed an unneeded workaround in fbx export.
2008-10-18patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) ↵Campbell Barton
+ some other minor changes.
2008-10-18Added joystick epydocs, only changed incorrect docstrings in ↵Campbell Barton
SCA_JoystickSensor.cpp patch [#17857] HotKeys Update by dfelinto - SmoothStroke and Anchored. Made own edits, removed videoscape and added curve and armature specials.
2008-10-18* Fixed eekadoodle problem where faces with a zero index vert in the wrong ↵Campbell Barton
place would reotate the UVs and VCols incorrectly * Fixed an error that made IndexedLineSet and IndexedPointSet not load for x3d's * Added support for opening gzip x3d/wrl files
2008-10-17x3d and vrml importer for loading thes files as static scenes. x3d needs a ↵Campbell Barton
full python install. VRML97 files can be imported without python. for details on what is supported see http://wiki.blender.org/index.php/Scripts/Manual/Import/X3D_VRML97#Compatibility
2008-10-15vrml exporting with images was broken.Campbell Barton
2008-10-12c3d_import needed encoding defined for python 2.5+ to run.Campbell Barton
wav file reading minor fix checking array bounds.
2008-10-10== Python ==Willian Padovani Germano
Bug: [#17734] Loading a python script's help dosn't work reported by Rian Tut (thanks). Actual problem: scripts with spaces in their filenames were not supported by the code that registers scripts in menus and runs them. Added support w/o breaking eventual, rare scripts that parse the Bpymenus file. They will still need an update to support filenames with spaces, like done here for these scripts: Scripts Help Browser and Scripts Config Editor. PS: tested on Linux. Please test on other platforms: just make sure scripts still appear in menus (the File->Export, for example), even after re-registering them (Scripts window -> Scripts Menu -> Update Menus) and that the Scripts Help Browser still works.
2008-10-08own error, bvh import would always miss the last frame.Campbell Barton
thanks ppClarity for picking up on this.