Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/bmesh/bmesh_py_types_meshdata.c
| Context not available. | |||||
| * This type could eventually be used to access lattice weights. | * This type could eventually be used to access lattice weights. | ||||
| * | * | ||||
| * \note: Many of blender-api's dict-like-wrappers act like ordered dicts, | * \note: Many of blender-api's dict-like-wrappers act like ordered dicts, | ||||
| * This is intentional _not_ ordered, the weights can be in any order and it wont matter, | * This is intentionally _not_ ordered, the weights can be in any order and it won't matter, | ||||
| * the order should not be used in the api in any meaningful way (as with a python dict) | * the order should not be used in the api in any meaningful way (as with a python dict) | ||||
| * only expose as mapping, not a sequence. | * only expose as mapping, not a sequence. | ||||
| */ | */ | ||||
| Context not available. | |||||