Blender Git Loki
Git Commits -> Revision 8edb222
Revision 8edb222 by Jacques Lucke (master) August 2, 2021, 10:44 (GMT) |
Cleanup: simplify subclassing CPPType `CPPType` can wrap any C++ type so that code can work with the wrapped type in a generic way. The goal of subclassing `CPPType` is to provide additional methods for some types. For example, the `CPPType` for `Array<int>` could have a `.element_type()` method that returns the `CPPType` for `int`. |
Commit Details:
Full Hash: 8edb2222ae0c954771a9cddc2d8c02a7a4d68eae
Parent Commit: aa60416
Lines Changed: +133, -143