Selection.bsl 525 B

123456789101112131415161718192021222324252627282930313233
  1. #include "$EDITOR$\SelectionBase.bslinc"
  2. #define USE_SKELETON
  3. #include "$EDITOR$\SelectionBase.bslinc"
  4. #undef USE_SKELETON
  5. #define USE_BLEND_SHAPES
  6. #include "$EDITOR$\SelectionBase.bslinc"
  7. #define USE_SKELETON
  8. #include "$EDITOR$\SelectionBase.bslinc"
  9. Technique
  10. : inherits("Selection") =
  11. { };
  12. Technique
  13. : inherits("SelectionSkinned") =
  14. {
  15. Tags = { "Skinned" };
  16. };
  17. Technique
  18. : inherits("SelectionMorph") =
  19. {
  20. Tags = { "Morph" };
  21. };
  22. Technique
  23. : inherits("SelectionSkinnedMorph") =
  24. {
  25. Tags = { "SkinnedMorph" };
  26. };