Blender Git Commit Log
Git Commits -> Revision 2205d28
April 7, 2016, 15:54 (GMT) |
Use annotation attributes on module functions to avoid name mangling issues. Names in C++ code tend to get mangled by the clang compiler according to the respective target ABI. This is unfortunate because it makes it difficult to map functions to nodes by name. For now we use a function attribute in the module C++ code to pass on the "true" name of the function and map them internally. |
Commit Details:
Full Hash: 2205d2870d8484573554eb0b317b83a1888de673
Parent Commit: 3c30c96
Lines Changed: +32, -40