rename ID.update() --> update_tag() since this function only tags for updating and scene.update() executes the update.

This commit is contained in:
2011-02-07 08:13:28 +00:00
parent ad8c79405a
commit d272b70ee0
6 changed files with 7 additions and 7 deletions

View File

@@ -639,7 +639,7 @@ static char BPy_EnumProperty_doc[] =
" :type default: string or set\n"
" :arg options: Enumerator in ['HIDDEN', 'ANIMATABLE', 'ENUM_FLAG'].\n"
" :type options: set\n"
" :arg items: The items that make up this enumerator.\n"
" :arg items: sequence of enum items formatted: [(identifier, name, description), ...] where the identifier is used for python access and other values are used for the interface.\n"
" :type items: sequence of string triplets";
static PyObject *BPy_EnumProperty(PyObject *self, PyObject *args, PyObject *kw)
{