Cleanup: BKE_library: rename id_copy to BKE_id_copy.

Time to follow conventions for that one as well.
This commit is contained in:
2019-02-04 16:22:28 +01:00
parent 7636e9785d
commit 6a686b0bfb
34 changed files with 41 additions and 41 deletions

View File

@@ -61,7 +61,7 @@ void *BKE_speaker_add(Main *bmain, const char *name)
/**
* Only copy internal data of Speaker ID from source to already allocated/initialized destination.
* You probably nerver want to use that directly, use id_copy or BKE_id_copy_ex for typical needs.
* You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs.
*
* WARNING! This function will not handle ID user count!
*