ansys / ansys/Visual-Interactive-Simulation-Object-Renderer

[Remote rendering 4.4] Live scene refresh upon server-originated operations in remote mode

オープン
#29 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
functional
主要言語
Python
スター
0
フォーク
0
平均マージ
1日 10時間
マージ済み PR(30日)
37

説明

### 📝 Description of the feature

Fullstack user story. Keep the client view in step with server-side scene changes so adding or removing a dataset on a live remote session refreshes the view without a browser reload.

When a scene-mutating operation originates on the server (ie through an API, eg add_dataset, update_variables, load_state), the client has no way to know unless the server tells it. This user story propagates those changes: the server signals that the scene changed, and the frontend re-fetches scene details and rebuilds so the view reflects the new structure.

Two main surfaces update:

- The rendered frame (the server re-renders it and the stream carries it), and the UI computed from scene structure, tree view, legend/color panel, and widgets, which the frame alone doesn't touch.
- The surfaces differ by operation, most involve a tree rebuild, while update_variables changes variable metadata and so the legend rather than the tree.

Fullstack: the backend signal and frontend rebuild are individually untestable, so these are together in a single user story here.

### Acceptance Criteria

A Python API call that modifies the scene, e.g. add_dataset, refreshes without a browser reload, and the corresponding UI updates (e.g. tree rebuild) works in remote mode.
Tests pass

### 💵 Business Value

_No response_

### 🔗 Useful links and references

_No response_

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start with the server-side operations add_dataset, update_variables, and load_state, then trace the remote-mode client path for scene refreshes. Verify that a Python API scene change updates the rendered frame and the relevant tree, legend, color panel, or widget UI without a browser reload, and run the project tests.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
full-stack
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
50/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。