blender/release/scripts
2007-01-31 11:34:41 +00:00
..
bpydata fixed flt_import problem adding materials to the mesh, made untextured faces not go pink. 2006-07-28 08:59:44 +00:00
bpymodules updated render settings to support recent changes. 2007-01-30 03:02:58 +00:00
3ds_export.py 3ds_export - enabled textures as an option since it works with some appliactions (only way to get textured models from blender to google sketchup) 2007-01-31 01:18:51 +00:00
3ds_import.py 3ds_export - enabled textures as an option since it works with some appliactions (only way to get textured models from blender to google sketchup) 2007-01-31 01:18:51 +00:00
ac3d_export.py Scripts: 2007-01-14 18:13:47 +00:00
ac3d_import.py Scripts: 2007-01-30 20:12:30 +00:00
animation_trajectory.py = line ending fix = 2007-01-18 08:39:31 +00:00
armature_symetry.py fixes spelling of filename. 2007-01-09 05:28:37 +00:00
armature_symmetry.py fixes spelling of filename. 2007-01-09 05:28:37 +00:00
Axiscopy.py mesh_skin updated to use ed.key, other minor cleanups. 2006-12-25 23:14:48 +00:00
bevel_center.py Mech cleanup use new edge_keys 2006-12-28 05:00:35 +00:00
blenderLipSynchro.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
bvh_import.py Scene.c - deprecation warning for getScene 2006-12-29 08:57:33 +00:00
camera_changer.py updated this script (one of the most out of date) 2007-01-28 03:36:33 +00:00
config.py Note: this commit includes new functionality to save and restore scripts configure options. This is ongoing work, scripts still have to be updated to use this feature and more tests are needed, though many have been performed. The new Scripts Config Editor script is the main part of this. If anyone wants to check it, only the AC3D importer and exporter have already been updated to use it: simply open them (you can then cancel with ESC) to have the data created, then try the config editor. 2005-04-16 05:25:42 +00:00
console.py bevel_center.py - avoid 2 python errors. (doing recursive before bevel, now UI prevents this) 2006-12-12 05:29:42 +00:00
DirectX8Exporter.py fixed a python error in the exporter, small changes for the importer. 2007-01-31 11:34:41 +00:00
DirectX8Importer.py fixed a python error in the exporter, small changes for the importer. 2007-01-31 11:34:41 +00:00
discombobulator.py disp_paint - was raising an error when the mesh had no image and texuv was selected, or when the image had no data. 2007-01-13 02:03:38 +00:00
doc_browser.py bevel_center.py - avoid 2 python errors. (doing recursive before bevel, now UI prevents this) 2006-12-12 05:29:42 +00:00
envelope_symmetry.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
export_lightwave_motion.py Updated docs not to use Object.New() in examples, use scn.objects.* 2007-01-27 02:15:14 +00:00
export_mdd.py = mdd export update = 2007-01-05 01:42:19 +00:00
export_obj.py 3ds_export - enabled textures as an option since it works with some appliactions (only way to get textured models from blender to google sketchup) 2007-01-31 01:18:51 +00:00
export-iv-0.1.py minor tweaks from testing scripts. correction in my last commit. 2007-01-27 04:58:09 +00:00
faceselect_same_weights.py Mech cleanup use new edge_keys 2006-12-28 05:00:35 +00:00
flt_export.py Mech cleanup use new edge_keys 2006-12-28 05:00:35 +00:00
flt_filewalker.py Big speedup, 2-3x, from better mesh importing. 2006-07-28 19:09:09 +00:00
flt_import.py Mech cleanup use new edge_keys 2006-12-28 05:00:35 +00:00
help_browser.py BPython bug fixes: 2005-06-11 05:30:14 +00:00
help_getting_started.py Scripts: 2004-11-07 16:31:13 +00:00
help_manual.py Scripts: 2004-11-07 16:31:13 +00:00
help_py_reference.py Scripts: 2004-11-07 16:31:13 +00:00
help_release_notes.py Scripts: 2004-11-07 16:31:13 +00:00
help_tutorials.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_blender.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_devcomm.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_eshop.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_usercomm.py Scripts: 2004-11-07 16:31:13 +00:00
hotkeys.py Update by JMS for the hotkey script. 2007-01-21 23:14:57 +00:00
IDPropBrowser.py fixed some errors, small usability enhancements. 2007-01-26 07:32:29 +00:00
image_auto_layout.py image_auto_layout update to use new UV coords, bugfix #5624 thenaks (fredz) 2007-01-09 00:36:42 +00:00
image_billboard.py BPyRender.imageFromObjectsOrtho's now sets all layers visible, 2006-10-09 04:29:24 +00:00
image_edit.py minor change so other scripts can call image_edit.edit_extern(img) to edit an image in the gimp, photoshop etc. 2006-11-26 18:40:04 +00:00
image_find_paths.py makes image paths relative even if the files referenced exist. 2006-09-20 09:44:41 +00:00
import_dxf.py = dxf update = 2007-01-10 11:37:19 +00:00
import_mdd.py = mdd import update = 2007-01-05 01:45:54 +00:00
import_obj.py added option "morph target" since many people complain that verts are re-ordered with some options enabled. 2007-01-26 07:01:30 +00:00
kmz_ImportWithMesh.py Update to JMS's latest version of google earth 3 importer. 2007-01-30 00:16:05 +00:00
lightwave_export.py * nmesh to mesh 2007-01-26 10:37:18 +00:00
lightwave_import.py made scn.objects more flexible... you can now things like... 2006-12-28 11:09:36 +00:00
md2_export.py Fixed accelerated openGL command list tri-strip generation for geometry. UV coordinates are still off a bit. Fixed bad frame list loading. I'm sleepy and need a snack. 2007-01-29 00:11:18 +00:00
md2_import.py update to the md2 importer. 2007-01-28 12:33:04 +00:00
mesh_boneweight_copy.py image_auto_layout update to use new UV coords, bugfix #5624 thenaks (fredz) 2007-01-09 00:36:42 +00:00
mesh_cleanup.py Mech cleanup use new edge_keys 2006-12-28 05:00:35 +00:00
mesh_edges2curves.py use new edge/face keys ittributes 2006-12-30 09:40:05 +00:00
mesh_mirror_tool.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
mesh_poly_reduce.py update to Axiscopy, more error checking. basic functionality the same. 2006-12-15 22:14:33 +00:00
mesh_skin.py wasnt working for mixed modes 2007-01-16 02:49:58 +00:00
mesh_solidify.py removed copy_facedata_multilayer from BPyMesh since it changes the selection and flips the faces (needed for solidify) but not for general purpose use. 2007-01-29 06:56:30 +00:00
obdatacopier.py added many checks to uvcopy so it dosnt raise errors. 2006-12-12 07:28:20 +00:00
object_apply_def.py object_apply_def - use new BPy Object API funcs, no error in localview 2006-12-14 03:43:02 +00:00
object_batch_name_edit.py update to Axiscopy, more error checking. basic functionality the same. 2006-12-15 22:14:33 +00:00
object_cookie_cutter.py tested export scripts with a large scene and resolved errors that came up as well as some speedups- mostly problems with lightwave_export 2007-01-11 09:39:16 +00:00
object_random_loc_sz_rot.py disp_paint - was raising an error when the mesh had no image and texuv was selected, or when the image had no data. 2007-01-13 02:03:38 +00:00
off_export.py object_apply_def - use new BPy Object API funcs, no error in localview 2006-12-14 03:43:02 +00:00
off_import.py boxpack2d - python 2.3 compat fix, thanks brecht 2006-12-21 21:56:11 +00:00
paths_import.py JMS's latest SVG importer with his compatibility fixes and optimizations. 2006-12-29 11:09:29 +00:00
ply_export.py ply export patch 5576 applied with parts rewritten. 2007-01-09 16:01:38 +00:00
ply_import.py some PLY files dont have faces, made these import without raising an error. 2007-01-11 02:09:45 +00:00
radiosity_export.py added many checks to uvcopy so it dosnt raise errors. 2006-12-12 07:28:20 +00:00
radiosity_import.py minor tweaks from testing scripts. correction in my last commit. 2007-01-27 04:58:09 +00:00
raw_export.py updated raw import/export nice error messages, optimized with LC's removed meshtools depencancy, use Mesh instead of NMesh 2006-07-06 19:02:22 +00:00
raw_import.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
renameobjectbyblock.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
rvk1_torvk2.py Scripts: Jean-Michel updated his rvk1 to rvk2 script (thanks); small fix in BPyRegistry module to remove empty config keys instead of causing an error 2005-11-04 16:30:38 +00:00
save_theme.py import_obj - name imported objects/mesh data 2007-01-13 03:07:04 +00:00
slp_import.py minor tweaks from testing scripts. correction in my last commit. 2007-01-27 04:58:09 +00:00
sysinfo.py Note: this commit includes new functionality to save and restore scripts configure options. This is ongoing work, scripts still have to be updated to use this feature and more tests are needed, though many have been performed. The new Scripts Config Editor script is the main part of this. If anyone wants to check it, only the AC3D importer and exporter have already been updated to use it: simply open them (you can then cancel with ESC) to have the data created, then try the config editor. 2005-04-16 05:25:42 +00:00
truespace_export.py minor tweaks from testing scripts. correction in my last commit. 2007-01-27 04:58:09 +00:00
truespace_import.py minor tweaks from testing scripts. correction in my last commit. 2007-01-27 04:58:09 +00:00
unweld.py ==unweld script update== 2006-08-07 19:04:17 +00:00
uv_export.py = line ending fix = 2007-01-18 08:39:31 +00:00
uv_from_adjacent.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
uvcalc_follow_active_coords.py Added a function to BPyMesh - getFaceLoopEdges(faces, seams=[]) 2006-12-27 15:21:34 +00:00
uvcalc_from_adjacent.py removing uvcalc_from_adjacent for review on Sunday's meeting. 2006-12-15 09:25:57 +00:00
uvcalc_quad_clickproj.py adding this script that takes 3 clicks to set the selected faces projections. 2006-12-29 00:25:56 +00:00
uvcalc_smart_project.py fixed error on hole filling (http://blender.org/forum/viewtopic.php?p=59062#59062) 2007-01-22 09:48:03 +00:00
uvcopy.py made the hax height of the clever_numbers 8 rather then 5, was wrapping on too many scripts. 2006-12-15 20:22:59 +00:00
vertexpaint_from_material.py adding a script that copies material colors to vertex colors, 2006-09-21 01:36:09 +00:00
vertexpaint_gradient.py = line ending fix = 2007-01-18 08:39:31 +00:00
vertexpaint_selfshadow_ao.py check for devide by zero error 2006-10-30 16:01:38 +00:00
videoscape_export.py simple change, made 2006-12-12 10:38:43 +00:00
vrml97_export.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
weightpaint_clean.py 3ds_export - enabled textures as an option since it works with some appliactions (only way to get textured models from blender to google sketchup) 2007-01-31 01:18:51 +00:00
weightpaint_envelope_assign.py toolbox.c - for the label in VarStruct use the tooltip for the text to get around the 15 char limit that only allowed you to fill about half of the available area on the clever numbuts panel, 2007-01-04 11:43:13 +00:00
weightpaint_gradient.py = line ending fix = 2007-01-18 08:39:31 +00:00
weightpaint_grow_shrink.py 3ds_export - enabled textures as an option since it works with some appliactions (only way to get textured models from blender to google sketchup) 2007-01-31 01:18:51 +00:00
weightpaint_normalize.py weightpaint_clean, option to clean all vgroups 2006-12-27 09:31:28 +00:00
widgetwizard.py object_cookie_cutter - use edge keys 2006-12-26 01:45:58 +00:00
x3d_export.py improved this script 2007-01-11 06:48:25 +00:00
xfig_export.py simple change, made 2006-12-12 10:38:43 +00:00
xsi_export.py tested export scripts with a large scene and resolved errors that came up as well as some speedups- mostly problems with lightwave_export 2007-01-11 09:39:16 +00:00