Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_core.c
| Context not available. | |||||
| /** | /** | ||||
| * \note In most cases a \a l_example should be NULL, | * \note In most cases a \a l_example should be NULL, | ||||
| * since this is a low level API and we shouldn't attempt to be clever and guess whats intended. | * since this is a low level API and we shouldn't attempt to be clever and guess what's intended. | ||||
| * In cases where copying adjacent loop-data is useful, see #BM_face_copy_shared. | * In cases where copying adjacent loop-data is useful, see #BM_face_copy_shared. | ||||
| */ | */ | ||||
| static BMLoop *bm_loop_create(BMesh *bm, | static BMLoop *bm_loop_create(BMesh *bm, | ||||
| Context not available. | |||||