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-02-23=== PyNodes ===Nathan Letwory
* Make PyNodes work with threaded renderer. This patch is by Willian. He has worked hard on getting this sorted out - now you should be able to render with PyNodes AND multiple threads.
2008-02-23=ID Property Bugfix=Joseph Eagar
There was an extraneous line causing ID property groups to have the wrong length, causing crashes in code that relied on it. This commit both fixes that and adds a version check to fix group lengths for older .blends. The subversion was incremented to 15 for this change.
2008-02-22* Displacement baking wasnt working with negative distances.Campbell Barton
* Added Normalize option for diplacement so everything in the 'Dist' range is mapped 0-1 * Increased the maximum Dist and Bias to1000.0 (was 10.0) * Added python utility function in BPyRender.py - bakeToPlane(...), to automate heightmap, normalmap generation for Crystalspace.
2008-02-22adding access to missing bake variables from pythonCampbell Barton
2008-02-21made auto threads default (noob's get faster renders in their dual core CPU's)Campbell Barton
changed env variable check order $TMP, $TMPDIR - aparently $TMP is more common.
2008-02-20Python BugfixCampbell Barton
A new file could have its Blender.Get("filename") return "<memory>" after undo'ing on an open file. Fix for own error with python sys.path, messed up game engine.
2008-02-20Python Bugfix,Campbell Barton
Setting the user preference for python scripts didnt add the bpymodules subdirectory to sys.path (python module search path). Also problems with entering and exiting- the old path was used until next restart.
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-16fix for [#8257] double-freeing pointers from sculpt codeCampbell Barton
http://projects.blender.org/tracker/index.php?func=detail&aid=8257&group_id=9&atid=125 Cleaned up scene_copy, and moved some scene copying into this function that was inline in the user interface. Also moved malloc error prints onto separate lines so you can set breakpoints.
2008-02-15Python api addition PupTreeMenu() - for apricotCampbell Barton
2008-02-13== BPython API ==Willian Padovani Germano
Fixing mistake in Blender_ShowHelp() function: argument to Blender_Run() should be passed directly as a string, not encapsulated in a tuple (aka "s", not "(s)").
2008-02-13Added a global string to be used for the tempdir. since the user preference ↵Campbell Barton
is not loaded in background mode and the user preference is not validated and has no fallback. 'btempdir' is set with BLI_where_is_temp() - This tries to use U.tempdir but falls back to $TEMP or /tmp/
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-11python scriptlink for ObjectUpdate and ObDataUpdate, Redraw events are not ↵Campbell Barton
practice in many real world cases, this can give more specific updates. Discussed with Caedes, Brecht and Ton, can rework if needed.
2008-02-11== Pynodes ==Willian Padovani Germano
1) Trying to bring back compatibility with Python2.3. 2) Adding some stubs to compile blender player again on linux. Please tell me if Blender still doesn't compile with py 2.3 or if the player isn't compiling. There was a binreloc related stub I needed to add, so probably the player wasn't compiling before the pynodes commit. Thanks PanzerMKZ for reporting and testing part of the fix to py 2.3.
2008-02-10* remove redundant define.Nathan Letwory
2008-02-10== BPy: scripts in menus ==Willian Padovani Germano
Fixing compile warning (about a var that was always true being used as condition in an "if" block).
2008-02-10* Merge of PyNodes to trunk. Finally!Nathan Letwory
See http://wiki.blender.org/index.php/BlenderDev/PyNodes and http://wiki.blender.org/index.php/BlenderDev/PyNodes/API For current documentation. Very very big thanks go to William Germano for fixing the memory issues left and for improving on the code. In the coming time documentation will be finalised and further stabilising of PyNodes is to be expected.
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-05This is patch: [#8228] Add MultiLayer image type to python and batch renderingKent Mein
Submitted By: Stephane SOPPERA (soppera) Also fixes a small typo with wrong filetype for TIFF commandline rendering. Kent
2008-02-04Python APIRemigiusz Fiedler
---------- Correct sound into font in documentation to api2_2x/doc/Font.py.
2008-02-03Python APIKen Hughes
---------- renderData.removeRenderLayer() was not returning a Python object; make it return None;
2008-02-03== Python API - Mesh ==Tom Musgrove
This patch by Domino Maram adds the function addMultiresLevel
2008-02-02remoed testing lineCampbell Barton
2008-02-02makefile was not adding openexr, so py api never enabled setting openexr ↵Campbell Barton
image type when using make.
2008-01-30PyConstraint Bugfix:Joshua Leung
Uncommented armature weakrefs stuff for PyConstraints. This should fix some erratic error messages a user found with these a few months ago.
2008-01-29Bugfix: quaternion angle calculation in python used the acos function.Brecht Van Lommel
This gives nan if the input is e.g. 1.00000001 due to rounding errors, better is to use saacos (safe acos) that checks for the range first.
2008-01-28some bugs with previous renderlayer apiCampbell Barton
2008-01-28renderLayer access for the render api, no epydocs yetCampbell Barton
2008-01-26added function to get the full path for a rendered frame (before its rendered)Campbell Barton
2008-01-23Fixed small typo... This is [#8138] Tiny typoKent Mein
Kent
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-20Made it so locked strips inside metastrips are transformed.Campbell Barton
Removed FTYPE from render output panel - was some old format that did index colors, and wasn't even used anywhere. Added 2 options to the render output panel that can be used for a really basic local renderfarm (even artists can use it!), "NoOverwrite" and "Touch" When both are enabled, rendering 1 scene between many pc's on a fast network will populate the directory with frames. Also useful to delete frames that have errors and re-render (without manually re-rendering each frame)
2008-01-19add the option to add the parents time offset value.Campbell Barton
2008-01-19 find_group would only return the first group, this let to the assumption ↵Campbell Barton
that an object was only in 1 group, made it easy to loop through all groups an object is in. group = NULL; while( (group = find_group(base->object, group)) ) { ... }
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
2008-01-02added utility function Blender.GetPaths( absolute=0 ) Campbell Barton
returns a list of files this blend file uses, wraps bpath functions.
2007-12-30Python APIKen Hughes
---------- Fix warning about implicit declaration of function ‘set_mipmap’.
2007-12-30Python APIKen Hughes
---------- tex->image attribute setter needed call to BKE_image_signal(), otherwise image would not appear when render.
2007-12-29* Displacement map bakingMatt Ebb
This is an extension on the work Brecht already did to implement normal map baking. I've updated the release notes page here with info and pics: http://www.blender.org/development/current-projects/changes-since-244/render-baking/
2007-12-27==Python API==Campbell Barton
added mipmap as an option for Blender.Get/Set
2007-12-26== Multires ==Nicholas Bishop
Fixed bad level calls within multires usage.
2007-12-26== Multires ==Nicholas Bishop
Cleaned up bad level calls for multires; moved most of multires functions to blenkern, where they should have been in the first place. Functionality of the tool is unchanged.
2007-12-24patch from Vladimir Espinosa for keying object layers from pythonCampbell Barton