blender/source/creator
Campbell Barton bb3ec3ebaf BLI_utildefines: rename pointer conversion macros
Terms get/set don't make much sense when casting values.

Name macros so the conversion is obvious,
use common prefix for easier completion.

- GET_INT_FROM_POINTER  -> POINTER_AS_INT
- SET_INT_IN_POINTER    -> POINTER_FROM_INT
- GET_UINT_FROM_POINTER -> POINTER_AS_UINT
- SET_UINT_IN_POINTER   -> POINTER_FROM_UINT
2018-09-19 12:12:21 +10:00
..
blender.map Fix T46799: Blender crashes when enumerating POCL devices 2015-11-27 14:48:26 +05:00
buildinfo.c Further tweaks to buildinfo 2013-11-15 18:05:27 +06:00
CMakeLists.txt cmake: adjustments required for lib-upgrade on windows. 2018-08-27 19:38:31 -06:00
creator_args.c BLI_utildefines: rename pointer conversion macros 2018-09-19 12:12:21 +10:00
creator_intern.h Cleanup split creator.c 2016-02-28 05:23:48 +11:00
creator_signals.c Cleanup: BLI path extension API 2018-06-17 16:13:24 +02:00
creator.c Cleanup: comment blocks 2018-09-02 18:51:31 +10:00
osx_locals.map OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway. 2014-09-19 15:00:15 +02:00