Page MenuHome

Bookmark operator naming inconsistency
Closed, ResolvedPublic

Description

Shouldn't be a big deal, I guess no script uses the delete bookmark operator, and for 2.7x, breaking the api should be ok anyway.

There's:
bpy.ops.file.bookmark_add()
bpy.ops.file.bookmark_toggle()

but:
bpy.ops.file.delete_bookmark()

bookmark_* follows overall convention (matrix, matrix_basis, matrix_world, ...)

so make it bookmark_delete() !

Event Timeline

codemanx edited a custom field.Oct 10 2013, 10:55 PM

This has been resolved in svn, closing.

Campbell Barton (campbellbarton) changed the task status from Unknown Status to Resolved.Oct 10 2013, 11:27 PM