소스 검색

samples: Add deprecation notice to rocket-console sample

[skip ci]
rdb 5 년 전
부모
커밋
310f3ca085
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      samples/rocket-console/main.py

+ 4 - 0
samples/rocket-console/main.py

@@ -1,5 +1,9 @@
 """
 Show how to use libRocket in Panda3D.
+
+NOTE: libRocket is only available for Python 2.7, which is itself deprecated.
+We have therefore deprecated libRocket support in Panda3D, and it will be
+removed in Panda3D 1.11.
 """
 import sys
 from panda3d.core import loadPrcFile, loadPrcFileData, Point3,Vec4, Mat4, LoaderOptions  # @UnusedImport