blender/release/scripts
Joshua Leung 982d45162b == PyConstraints ==
I've added the ability for PyConstraints to define a function (doDriver) that is able to directly modify values of the owner/target, so that certain setups can be created reliably. Users should take note that this is against the basic concept of what a constraint does, and that under no circumstances may they set the values of any variables controlling the transforms. For more details, check out the information in the PyConstraint template script.

I've also updated PyConstraints to be aware of geometry targets. The script template has been updated with this information.
2007-08-18 06:17:50 +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 left a print in and didnt account for no vgroups BPyMesh also had an error when meshWeight2List was called on a mesh with no vgroups 2007-08-12 01:38:12 +00:00
3ds_export.py corrected wrong variabel name 2007-05-06 09:54:17 +00:00
3ds_import.py minor changes from stable 2007-08-01 10:19:16 +00:00
ac3d_export.py Scripts: 2007-05-06 15:47:07 +00:00
ac3d_import.py fixes from 2.4x 2007-08-03 16:33:08 +00:00
add_mesh_empty.py * adds EmptyMesh to the menu 2007-06-28 08:33:04 +00:00
add_mesh_torus.py curve center didnt update curve data. 2007-04-03 08:20:17 +00:00
animation_trajectory.py animation_trajectory - was printing deprecation warnings. cleaned up some of its code too. 2007-02-07 07:43:10 +00:00
armature_symmetry.py PyAPI. 2007-04-18 14:40:01 +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 added messages to scripts, stopping them from modifying multires meshes. 2007-02-06 11:16:49 +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 misc changes from stable 2007-08-01 18:04:44 +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 Scripts: 2007-05-06 15:47:07 +00:00
console.py Blenders installs where the scripts dir was not writable could not load the console. This should fix it. 2007-05-20 07:41:21 +00:00
DirectX8Exporter.py export_cal3d - exporting all actions (option) wasnt working 2007-04-27 17:19:26 +00:00
DirectX8Importer.py misc changes from stable 2007-08-01 18:04:44 +00:00
discombobulator.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +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_cal3d.py export_cal3d - exporting all actions (option) wasnt working 2007-04-27 17:19:26 +00:00
export_fbx.py initial support for baked bone animation - works for simple tests 2007-08-15 00:48:33 +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_m3g.py Script from Gerhard for exporting blender to m3g and java source, 2007-05-29 21:39:29 +00:00
export_map.py quake map exporter, supports lamps, cubes as brushes, complex meshes face per brush, nurbs surfaces as a patch 2007-03-01 02:25:20 +00:00
export_mdd.py remove xreadline, some other small updates (testing new svn) 2007-05-29 04:15:45 +00:00
export_obj.py exporting normals wit the "High Quality Normals" option disabled, exported localspace normals. 2007-06-06 04:34:59 +00:00
export-iv-0.1.py Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others. 2007-02-14 01:03:32 +00:00
faceselect_same_weights.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
flt_export.py Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others. 2007-02-14 01:03:32 +00:00
flt_filewalker.py Big speedup, 2-3x, from better mesh importing. 2006-07-28 19:09:09 +00:00
flt_import.py Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others. 2007-02-14 01:03:32 +00:00
help_bpy_api.py I added a duplicate script, not realizing "Python Reference" was refering to "Blender Python API" 2007-05-20 12:29:19 +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_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 =IDProperty Script GPL Update= 2007-05-20 21:40:57 +00:00
image_auto_layout.py bugfix's for 6917 and 6913 - Both were because I forgot to check all other selected meshes for faceUV's 2007-07-09 17:33:38 +00:00
image_billboard.py Mesh.py - Updated doc and example about faceUV/vertexColor 2007-03-31 04:20:00 +00:00
image_edit.py Added GPL Headers to some of my scipts that were missing it. also changed the header of a few others. 2007-02-14 01:03:32 +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 adding GPL headers 2007-05-20 17:30:30 +00:00
import_obj.py misc changes from stable 2007-08-01 18:04:44 +00:00
lightwave_export.py * nmesh to mesh 2007-01-26 10:37:18 +00:00
lightwave_import.py minor changes from stable 2007-08-01 10:19:16 +00:00
md2_export.py Fixed extra tab at beginning. Don't know how that got there. 2007-02-09 14:19:14 +00:00
md2_import.py update to the md2 importer. 2007-01-28 12:33:04 +00:00
mesh_boneweight_copy.py added messages to scripts, stopping them from modifying multires meshes. 2007-02-06 11:16:49 +00:00
mesh_cleanup.py Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used. 2007-05-26 12:58:46 +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 added messages to scripts, stopping them from modifying multires meshes. 2007-02-06 11:16:49 +00:00
mesh_skin.py selecting all new faces broke this, fixed and optimized a bit. 2007-04-19 12:31:12 +00:00
mesh_solidify.py PyAPI. 2007-04-18 14:40:01 +00:00
mesh_unfolder.py adding GPL headers 2007-05-20 17:30:30 +00:00
mesh_wire.py PyAPI. 2007-04-18 14:40:01 +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 PyAPI. 2007-04-18 14:40:01 +00:00
object_batch_name_edit.py drawview.c - Passepartout, only do GL alpha when not 1.0 alpha 2007-04-26 19:05:22 +00:00
object_cookie_cutter.py removed doc_browser.py - since it covers ~half the BPY api, not documenting any of blenders data types. 2007-04-28 17:21:00 +00:00
object_drop.py Draw.c - error setting the callback button values when using UIBlock (was not offset) 2007-04-27 23:54:30 +00:00
object_find.py bugfix for [#6818] object_find.py assumes active uv layer is set 2007-06-10 04:10:25 +00:00
object_random_loc_sz_rot.py edits from zanqdo as well as randomize on single axis was broken. 2007-07-01 08:08:16 +00:00
object_sel2dupgroup.py uvcalc_lightmap, UVCalc menu, usefull for using the most texture area when baking lightmaps 2007-02-19 10:54:33 +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 updated rvk1_torvk2 from JMS and added GPL headers 2007-05-21 15:26:50 +00:00
ply_export.py ply export patch 5576 applied with parts rewritten. 2007-01-09 16:01:38 +00:00
ply_import.py * added armature (bones) support to the fbx exporter. Only rest state, no animation yet. 2007-08-06 20:20:20 +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 updated rvk1_torvk2 from JMS and added GPL headers 2007-05-21 15:26:50 +00:00
save_theme.py import_obj - name imported objects/mesh data 2007-01-13 03:07:04 +00:00
scripttemplate_mesh_edit.py was missing editmode exit in script template 2007-06-10 17:28:21 +00:00
scripttemplate_object_edit.py header_filesel - pressing buttons made the file select header title change color. 2007-05-01 06:57:20 +00:00
scripttemplate_pyconstraint.py == PyConstraints == 2007-08-18 06:17:50 +00:00
slp_import.py remove xreadline, some other small updates (testing new svn) 2007-05-29 04:15:45 +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
unweld.py uvcalc_smart_project.py - fixed error in rare cases. 2007-05-01 09:40:10 +00:00
uv_export.py Fix for #6946 Save UV layout broken for large wire sizes 2007-07-23 01:12:07 +00:00
uv_from_adjacent.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
uv_seams_from_islands.py new script seams from islands, adds seams at the boundries of existing UV islands. 2007-03-01 05:32:06 +00:00
uvcalc_follow_active_coords.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
uvcalc_from_adjacent.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
uvcalc_lightmap.py bugfix's for 6917 and 6913 - Both were because I forgot to check all other selected meshes for faceUV's 2007-07-09 17:33:38 +00:00
uvcalc_quad_clickproj.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
uvcalc_smart_project.py uvcalc_smart_project.py - fixed error in rare cases. 2007-05-01 09:40:10 +00:00
uvcopy.py adding GPL headers 2007-05-20 17:30:30 +00:00
vertexpaint_from_material.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
vertexpaint_gradient.py adding GPL headers 2007-05-20 17:30:30 +00:00
vertexpaint_selfshadow_ao.py fixes from 2.4x 2007-08-03 16:33:08 +00:00
vrml97_export.py For a texture, write out the Image.filename instead of Image.name. 2007-06-18 20:03:23 +00:00
weightpaint_average.py move mesh_vgroup_average to the weightpaint menu and rename. also added an option to add the active weight group or all groups. 2007-08-12 06:14:33 +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_copy.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +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 adding GPL headers 2007-05-20 17:30:30 +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 PyAPI. 2007-04-18 14:40:01 +00:00
x3d_export.py dont use tface hide or select anymore, since maintaining 2 sets of hide/select data for each face is annoying. 2007-04-29 13:39:46 +00:00
xfig_export.py rewrote most of this script. 2007-05-02 03:33:49 +00:00
xsi_export.py export_cal3d - exporting all actions (option) wasnt working 2007-04-27 17:19:26 +00:00