Martin Poirier
cc4dd3f04e
netrender
...
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-09 01:52:57 +00:00
Ken Hughes
e0c5e48473
Scripts
...
-------
Port of MDD export script to Blender 2.5.
2009-10-08 17:32:51 +00:00
Martin Poirier
248de36c63
netrender: bugfix by matd on irc. unbound var when broadcast is off
2009-10-08 15:02:01 +00:00
Martin Poirier
46402ccddc
netrender: use TEMP env var if available to set default temporary path
2009-10-06 21:28:45 +00:00
Martin Poirier
bc942eceac
netrender: first draft for process jobs, to be able to run arbitrary commands on slaves. This could be used to bake physics on network or whatnot.
2009-10-01 18:57:22 +00:00
Campbell Barton
7f5dc4644f
adding back changes from soc-2009-kaz branch.
2009-09-29 15:27:00 +00:00
Campbell Barton
f93ca02443
Copying scripts from 2.4x without 2.5x changes
2009-09-29 15:16:22 +00:00
Campbell Barton
1bebe4f901
history for these files was lost, will use "svn cp ....." to get the scripts from 2.4x and apply kazanbas's updates.
2009-09-29 15:08:23 +00:00
Arystanbek Dyussenov
5443844cf6
Fixed import scripts: OBJ, 3DS. 2 bugs still perist though: imported meshes appear upside-down (foreach_set?) and materials don't import.
2009-09-29 12:34:05 +00:00
Arystanbek Dyussenov
0c3288eb35
Fixed export scripts: 3DS, OBJ, X3D, FBX. These need testing now.
2009-09-29 12:16:58 +00:00
Brecht Van Lommel
34f87795a2
Fix #19483 : error using FBX export script, diffuse_reflection
...
changed to diffuse_intensity.
2009-09-28 16:11:55 +00:00
Campbell Barton
2d797f35d8
- removed 2.4x release/scripts
...
- 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
2009-09-28 03:19:52 +00:00