Advertisement
gr4ph0s

Untitled

Nov 5th, 2019
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. D1
  2. Python basic
  3. Mac vs PC
  4. Reference
  5. GIL
  6. GC
  7. gc collect
  8.  
  9.  
  10. D2
  11. Question I have:
  12.  
  13. What is loaded and in which order in Cinema 4D?
  14. Resource in Cinema 4D.
  15. Symbols in Cinema 4D.
  16. How does Error handling + Traceback works exactly?
  17.  
  18. Bref summary of Maxon API.
  19. What is a component? (Does Classes, method are component)?
  20. What is a parametric Type? And how the mapping works.
  21. How do we really deal with Pointer in Maxon API?
  22. How does delegate works in the Maxon API (to me, the PyObject representing the fund have to live somewhere)
  23.  
  24. What’s left in the Core Maxon API not supported?
  25. Job (because it’s not possible to register our own implementation or it’s another issue, due to Gil and so on)?
  26. How would you implement ExecuteOnMainThread?
  27. Registration?
  28. How to deal with init specific code?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement