remove doubles changes ?

bpy.ops.mesh.remove_doubles(threshold=0.01)

but not updated in API pages yet!

solved

i tried this and still giving error on the name mergedist ?

#bpy.ops.mesh.remove_doubles(mergedist=0.1, use_unselected=False)
bpy.ops.mesh.remove_doubles(mergedist=0.01)

how can this be corrected ?

thanks

API says threshold:http://www.blender.org/documentation/blender_python_api_2_64_9/bpy.ops.mesh.html?highlight=remove_doubles#bpy.ops.mesh.remove_doubles

which API did u use ?
http://www.blender.org/documentation/blender_python_api_2_64_release/bpy.ops.mesh.html?highlight=bpy.ops.mesh.remove_doubles#bpy.ops.mesh.remove_doubles

salutations

always latest:

http://www.blender.org/documentation/250PythonDoc/

i selected the wiki page then the api and did a search !
and got one item and no other choice!

i mean what else can i do to get the latest one ?

how come the wiki search don’t get the latest API ?

thanks

Did you follow this link?http://wiki.blender.org/index.php/Dev:2.5/Py/API/Intro

there seem to be many ways to get to the API docs, and always different links…

I added the always up-to-date link and recent version APIs here:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Extensions/Python/References

no i went to main page of wiki

http://wiki.blender.org/index.php/Main_Page

select the bottom link for API and seems it does not get the latest API!

it is strange

thanks

it’s not strange, it’s just someone decided to put a link to a specific API version there. Last “release” API was 2.64, but it should actually point to the latest stable release, 2.64a (not latest, as most people are probably using the latest stable, but not the latest testbuilds. Latest API is roughly the version of the current testbuilds, but a little afterwards as it’s not getting a rebuild on every commit).