fix(premiere-plugin): CSInterface init, correct API prefix, Node.js download, lazy thumbnails, proper ExtendScript export API: index.html
This commit is contained in:
parent
ea92cad310
commit
c162104b7c
1 changed files with 3 additions and 4 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
<div class="asset-grid-container">
|
<div class="asset-grid-container">
|
||||||
<div id="asset-grid" class="asset-grid">
|
<div id="asset-grid" class="asset-grid">
|
||||||
<div id="empty-state" class="empty-state">
|
<div id="empty-state" class="empty-state">
|
||||||
<div class="empty-state-icon">📂</div>
|
<div class="empty-state-icon">📁</div>
|
||||||
<div>Connect to server and load assets</div>
|
<div>Connect to server and load assets</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -115,10 +115,9 @@
|
||||||
<!-- Adobe CSInterface Library -->
|
<!-- Adobe CSInterface Library -->
|
||||||
<script src="js/CSInterface.js"></script>
|
<script src="js/CSInterface.js"></script>
|
||||||
|
|
||||||
<!-- Premiere Pro ExtendScript -->
|
|
||||||
<script src="jsx/premiere.jsx"></script>
|
|
||||||
|
|
||||||
<!-- Main Panel Script -->
|
<!-- Main Panel Script -->
|
||||||
|
<!-- NOTE: premiere.jsx is NOT loaded here — it runs in the Premiere host context,
|
||||||
|
registered via <ScriptPath> in manifest.xml. Panel calls it via csInterface.evalScript(). -->
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue