mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Add a note about the python module version restriction
This commit is contained in:
@@ -10,6 +10,8 @@ Within RenderDoc - when either running scripts on the command line, or via the :
|
||||
|
||||
It is also possible to build the ``renderdoc`` module standalone which can be loaded into python and used for scripting directly without the UI program. Due to the inherent difficulty of distributing C python modules this isn't included by default in distributed builds at the time of writing, but is generated by default in source builds - ``renderdoc.pyd`` on windows or ``renderdoc.so`` elsewhere.
|
||||
|
||||
You must use exactly the same version of python to load the module as was used to build it. On Windows the version of python that comes with the repository and is used by default is python 3.6.
|
||||
|
||||
.. note::
|
||||
|
||||
RenderDoc only supports Python 3.4+, Python 2 is not supported.
|
||||
|
||||
Reference in New Issue
Block a user