Blender Git Loki
Git Commits -> Revision 038e45d
March 30, 2016, 15:08 (GMT) |
Rename BVMFunction to BVMFunctionBVM in the C API. The awkward double shorthand "BVM" has two meanings here: * BVM*** is short prefix for "BlenVM" (to be changed later?). * ***FunctionBVM means a function in the bvm backend implementation (see FunctionLLVM etc.) This should be cleaned up later, by chosing a more sensible name for the overall code module. |
Commit Details:
Full Hash: 038e45de62184f104ff7cf1d3d20d424cf904fa9
Parent Commit: d8b9740
Lines Changed: +35, -32