Commit: f4937677d976aca5f11326af106638d674bb3bde Author: Jacques Lucke Date: Sun May 3 16:48:39 2020 +0200 Branches: blenloader-decentralization https://developer.blender.org/rBf4937677d976aca5f11326af106638d674bb3bde
cleanup =================================================================== M source/blender/blenloader/BLO_read_write.h =================================================================== diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h index 00ff99693b6..a6d845f9115 100644 --- a/source/blender/blenloader/BLO_read_write.h +++ b/source/blender/blenloader/BLO_read_write.h @@ -24,7 +24,7 @@ * those is related to file writing and three for file reading. Reading requires multiple * callbacks, due to the way linking between files works. * - * Quick description of the individual callbacks: + * Brief description of the individual callbacks: * - Blend Write: Define which structs and memory buffers are saved. * - Blend Read Data: Loads structs and memory buffers from file and updates pointers them. * - Blend Read Lib: Updates pointers to ID data blocks. _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
