blender/release/scripts
Campbell Barton 7b93fff204 Added a function to BPyMesh - getFaceLoopEdges(faces, seams=[])
returns all face loops as a list of their edge keys

Used this in uvcalc_follow_active_coords to speed it from 5.53sec to 0.098 on a 1000 face mesh.
2006-12-27 15:21:34 +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 Added a function to BPyMesh - getFaceLoopEdges(faces, seams=[]) 2006-12-27 15:21:34 +00:00
3ds_export.py mesh_skin updated to use ed.key, other minor cleanups. 2006-12-25 23:14:48 +00:00
3ds_import.py mesh_skin updated to use ed.key, other minor cleanups. 2006-12-25 23:14:48 +00:00
ac3d_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
ac3d_import.py Scripts: 2006-01-29 19:17:53 +00:00
animation_empties2armature.py Adding back bvh2arm.py - There is a problem when working with BVH files (small but noticable rotation error) 2006-08-01 08:20:19 +00:00
animation_trajectory.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
armature_symetry.py benchmark bvh output.. 2006-08-04 12:48:29 +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 fix for bevel center as pointed out of the forums 2006-12-21 22:13:14 +00:00
blender2cal3d.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +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 modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
camera_changer.py BPython: bug fixes / patches from trackers 2005-05-20 05:14:03 +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 modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
DirectX8Importer.py ==Directx 8 importer== 2006-03-29 06:25:07 +00:00
discombobulator.py Scripts updated: 2005-10-11 19:05:56 +00:00
disp_paint.py simple change, made 2006-12-12 10:38:43 +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 Lightwave mot exporter now does worldspace loc/size/rot 2006-04-27 12:51:09 +00:00
export_mdd.py Slw_sl fixed start/end frame export 2006-10-05 06:44:27 +00:00
export_obj.py somehow pasted some text by mistake that raised an error. 2006-12-25 10:53:00 +00:00
export-iv-0.1.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
faceselect_same_weights.py request from malefico - select faces based on there weight in the active group. 2006-11-28 21:26:00 +00:00
flt_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
flt_filewalker.py Big speedup, 2-3x, from better mesh importing. 2006-07-28 19:09:09 +00:00
flt_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
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 Added Draw.BeginAlign(), Draw.EndAlign() 2006-12-23 00:56:40 +00:00
IDPropBrowser.py =IDProperties Python Test GUI Script update= 2006-12-17 01:08:47 +00:00
image_auto_layout.py removed kloputils, was too old/broken/messy to maintain- functionality needs to be split into a number of scripts. 2006-07-28 02:38:02 +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_mdd.py export matrix was wrong, cleanup import, more memory efficient and import the rest data to an unused key. 2006-09-28 04:45:08 +00:00
import_obj.py update to Axiscopy, more error checking. basic functionality the same. 2006-12-15 22:14:33 +00:00
kmz_ImportWithMesh.py Gui: 2006-07-07 18:39:51 +00:00
knife.py Gui: 2006-07-07 18:39:51 +00:00
lightwave_export.py Scripts: 2006-01-29 19:17:53 +00:00
lightwave_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
md2_export.py =md2_export.py small fix= 2006-11-27 01:05:44 +00:00
md2_import.py Scripts: 2005-12-15 01:42:45 +00:00
mesh_boneweight_copy.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
mesh_cleanup.py added many checks to uvcopy so it dosnt raise errors. 2006-12-12 07:28:20 +00:00
mesh_edges2curves.py mesh_edges2curves - edge key optimize and made use of scn.objects rather then Object.New().. 2006-12-12 21:38:04 +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 mesh_skin updated to use ed.key, other minor cleanups. 2006-12-25 23:14:48 +00:00
mesh_solidify.py Use ed.key and face.edge_keys to build connectivity data faster. 2006-12-17 00:08:05 +00:00
nendo_export.py simple change, made 2006-12-12 10:38:43 +00:00
nendo_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
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 object_cookie_cutter - use edge keys 2006-12-26 01:45:58 +00:00
object_random_loc_sz_rot.py This script randomizes the selected objects loc/size/rot a set ammount. 2006-07-26 00:20:55 +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 Scripts: 2005-06-12 23:40:46 +00:00
ply_export.py more updates, mostly 2.3 error checking, nice messages when pythons not installed and some nendo import optimizations. 2006-07-03 20:17:40 +00:00
ply_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
radiosity_export.py added many checks to uvcopy so it dosnt raise errors. 2006-12-12 07:28:20 +00:00
radiosity_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
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 Scripts: 2006-01-29 19:17:53 +00:00
slp_import.py Scripts: 2006-01-29 19:17:53 +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
tex2uvbaker.py modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
truespace_export.py simple change, made 2006-12-12 10:38:43 +00:00
truespace_import.py Scripts: 2006-01-29 19:17:53 +00:00
unweld.py ==unweld script update== 2006-08-07 19:04:17 +00:00
uv_archimap.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
uv_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
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_smart_project.py Updated to use face.edge_keys, 2006-12-21 04:20:07 +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
uvpaint.py simple change, made 2006-12-12 10:38:43 +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 added list2MeshWeight and meshWeight2List - faster then the dict equivilents and better in some cases. 2006-07-07 10:46:46 +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 weightpaint_clean, option to clean all vgroups 2006-12-27 09:31:28 +00:00
weightpaint_envelope_assign.py weightpaint_clean, option to clean all vgroups 2006-12-27 09:31:28 +00:00
weightpaint_gradient.py weightpaint_clean, option to clean all vgroups 2006-12-27 09:31:28 +00:00
weightpaint_grow_shrink.py Added some shortcuts to Mesh 2006-05-11 10:06:15 +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 modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs. 2006-12-25 09:17:23 +00:00
xfig_export.py simple change, made 2006-12-12 10:38:43 +00:00
xsi_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