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
2010-10-06[#24123] Network render gives black imagesMartin Poirier
Error with buffer handling when reading response. Also fix bug with blendfile relative path (wasn't converting them properly).
2010-09-12bugfix for [#23737] reported by Mariusz MaximusMartin Poirier
netrender client's functions to get slaves and jobs info didn't work anymore (was reading response content twice). At the same time, I switched to json for the dump and load, instead of using eval and repr (for obvious security reasons). I should have done this much earlier.
2010-09-08Fix for [#23736] Network render - error in file: ↵Thomas Dinges
release\scripts\io\netrender\client.py + patch. Patch by Mariusz Maximus (mariuszekpl). Thanks!
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
Added an operator "Update Animation Data", access from the search menu to update drivers and fcurves.
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & ↵Campbell Barton
Pointcache changes. Changed some names when applying. - render was use_render, changed to show_viewport so call it show_render - texface shadow was use_shadow_face, changed to use_shadow_cast since this only affects casting. - transp was alpha_mode, changed to blend_type since its similar to other overlay blending where this property name is used.
2010-08-14netrender fixes:Martin Poirier
slave use output log option correctly use os.path.join more consistently (reported by Dalai Felinto) unify frame range (was 4 digits on master, 6 elsewhere, now 6 everywhere). Fix occasional broken pipe between master and slave (didn't affect result, just polluted log).
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
also made all other exporters do this. Made some internal changes. - moved path functions from bpy.utils to bpy.path (similar to os.path) - added functions... bpy.path.ensure_ext(path, ".ext", case_sensitive=False) # simple function to ensure the extension is set. bpy.path.resolve_ncase(path) # useful for importing scenes made on windows where the path case doesnt match the files.
2010-08-02RNA Types metaclass registrationMartin Poirier
See mailing list posts for details [1][2][3] Addons still need to be fixed; Campbell said he'd do it today. See any of the py files (outside netrender) in this commit for how to do it (it's rather simple). [1] http://lists.blender.org/pipermail/bf-committers/2010-February/026328.html [2] http://lists.blender.org/pipermail/bf-committers/2010-August/028311.html [3] http://lists.blender.org/pipermail/bf-committers/2010-August/028321.html
2010-06-02rename some rna properties filename --> filepathCampbell Barton
* filename == "foo.ext" * filepath == "/path/to/and/including/foo.ext" this was alredy followed in some places not not everywhere.
2010-04-28NetRender:Martin Poirier
- multires cache files and image .tex cache support in dependency list - Compare md5 of files before using a local copy (not one transfered by netrender). Could be changed to a simpler CRC if speed is an issue. The goal is not to have a strong crypto signature but just to detect outdated local files. - Reduce slave timeout to 5 minutes (down from 30). Slaves should report at most every 30s, there's no reason for a value to be that high. - Reorder the presentation tables on the main web page (job list is more important) - Collapse dependency list by default on job page (only show main file and headers for other files, point cache and fluid cache) - Slave option (default: True) to also output render log to the console (as well as the usual copy to the master)
2010-04-19Python API fix: Add COMPAT_ENGINES to properties_data_cameraDaniel Genrich
2010-04-19Python API fix: Make properties_texture compatible with COMPAT_ENGINES, also ↵Daniel Genrich
a little enhancement for data_mesh (thanks to Matt)
2010-04-19Python API: Make properties_data_mesh compatible with COMPAT_ENGINES. ↵Daniel Genrich
(supervised by Matt ;)
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-29Netrender: Fix for API changes (it would be nice if people at least fixed ↵Martin Poirier
built-in script when breaking things) Also force post process off. This is a partial fix for Bug [#21410], there is still the problem that loading back multilayer exr as render results doesn't load the composited result correctly (bug is assigned to Brecht). The results are still ok when downloaded outside of the render engine, so there's a work around for now.
2010-02-26Adding back decorator (metaclass registration not in trunk yet)Martin Poirier
2010-02-26Netrender: check if library and image files exist before adding as dependency.Martin Poirier
2010-02-23scene.render_data -> scene.renderCampbell Barton
bpy.types.SceneRenderData -> bpy.types.RenderSettings better do these changes before there are too many scripts out.
2010-02-12correct fsf addressCampbell Barton
2010-01-08netrender: bugfix to make thumbnails work correctly when running master ↵Martin Poirier
through the UI (not in background) [context is borked in that case]. Also show number of threads settings in slave settings (reusing render setting) and force that setting when rendering jobs.
2010-01-06netrender:Martin Poirier
Slave and Master options to delete files when closed (default True for slave, False for Master) Web interface option to remove files (on master) when deleting a job (or all jobs) Web interface button to pause a job
2010-01-05netrender: UI layout reorganization and prettifying. Also better operator ↵Martin Poirier
descriptions (tooltips). Based on a patch by DingTo.
2009-12-29netrender tab to spacesCampbell Barton
2009-12-21netrenderMartin Poirier
- Add "Get Result" button after a job has been sent (this calls Animate and fetches the results back as render result buffers) - Rendering (animate or single frame) without an active job was broken. Note that this launches a new job for each frame (it's impossible in a render engine to know if an animation is being rendered or a single frame only).
2009-12-21netrenderMartin Poirier
- Patch by Olivier Amrein (prettying the web interface with css, fixing some notification bugs) - More error checks on the slave (better behavior when job is canceled) - Client: when using "Animate on Network" and canceling render midway, also cancel job. Use Send Job and Animate if you want a real background job.
2009-12-15Netrender internal refactor.Martin Poirier
use a real object for files instead of a tuple unique urls for files, logs and render results (just missing the proper mime type for exr files) fix bug with slaves not getting the correct machine name
2009-12-10Netrender: categories and balancing by categories based on usage. Enables ↵Martin Poirier
grouping of jobs in a single priority group. Jobs in the same category are still ordered by cluster usage.
2009-12-04Fix for cache path.Martin Poirier
Operator for background baking (no support in netrender itself yet).
2009-11-20pep8 compliance, also removed use of exec() for netrender module importingCampbell Barton
2009-11-18Netrender cleanup and bug fixMartin Poirier
Blacklist and linked files work again Store temp data in module
2009-11-18Code cleanup in netrenderMartin Poirier
2009-11-07fluid cache need a +1 offset, their frame 0 is blender frame 1 (fun stuff)Martin Poirier
2009-11-04make render, world and material buttons show when netrender is selectedMartin Poirier
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace ↵Campbell Barton
pythons sys which is bundled now
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-10-31change blender python interface for classes not to ise __idname__ rather ↵Campbell Barton
bl_idname since __somename__ is for pythons internal use. replacements... "__idname__" -> "bl_idname" "__props__" -> "bl_props" "__label__" -> "bl_label" "__register__" -> "bl_register" "__undo__" -> "bl_undo" "__space_type__" -> "bl_space_type" "__default_closed__" -> "bl_default_closed" "__region_type__" -> "bl_region_type" "__context__" -> "bl_context" "__show_header__" -> "bl_show_header" "__URL__" -> "_url"
2009-10-09netrenderMartin Poirier
Support for fluid files and better support for point cache (including external cache for particles) This also fixes a couple of bugs with frame based dependencies and with file transfer. NOTE: With external point cache and fluids, the path needs to be relative or relative to the file (starting with //) if the files are not on a shared drive. It should eventually warn if that is not the case, but doesn't right now, so be careful.
2009-10-01netrender: first draft for process jobs, to be able to run arbitrary ↵Martin Poirier
commands on slaves. This could be used to bake physics on network or whatnot.
2009-09-28- removed 2.4x release/scriptsCampbell Barton
- moved release/io and release/ui into release/scripts/io, ui - updated scons, cmake, make When porting 2.4x scripts back, use a command like this so as not to loose the commit history... svn cp https://svn.blender.org/svnroot/bf-blender/branches/blender2.4/release/scripts/raw_import.py release/scripts/io/import_raw.py