Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-01-12 16:37:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-01-12 16:37:59 +0300
commitf9a4f8ada426c4f165d57decd398a4ddb6678966 (patch)
tree21cc0453d636034cbbed7281edd4cb5646825a7b /release/scripts/startup/bl_ui/space_info.py
parente8730af87f3a105c07be7e19c09a85d7b9fd2fba (diff)
BLI linkstack macros: do not prepend the 'anti-namespace-collision' to var name.
Issue was, in case of using such stack within a structure, the '_' underscore would be added in front of struct variable (e.g. `my_struct.my_stack` would lead to (try to) using `_my_struct.my_var_pool` ...). Now underscore is appended to var names, ugly but working. Note did not touch to the alloca variants of those macros, since in this case enforcing a pure local use is best I think.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_info.py')
0 files changed, 0 insertions, 0 deletions