Cleanup: BKE_library: rename id_copy to BKE_id_copy.
Time to follow conventions for that one as well.
This commit is contained in:
		@@ -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!
 | 
			
		||||
 *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user