Blender Git Loki
Git Commits -> Revision 3bb5fc9
Revision 3bb5fc9 by Brecht Van Lommel (master) November 11, 2008, 15:03 (GMT) |
* RNA: utility function to retrieve strings. It will use a fixed size buffer if it's big enough, and otherwise allocate memory. * Added BLI_dynstr_appendf() to construct strings easily in printf style, this should make it easier to construct menu strings for example. |
Commit Details:
Full Hash: 3bb5fc9c7d10f7dec32f8d2a772fce69be468b15
SVN Revision: 17407
Parent Commit: ade1495
Lines Changed: +85, -7