View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005941 | DarkRadiant | Renderer | public | 17.04.2022 05:48 | 28.10.2022 05:52 |
Reporter | Frost_Salamander | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.0.0 | ||||
Target Version | 3.0.0 | Fixed in Version | 3.0.0 | ||
Summary | 0005941: Selected Skin not showing in ModelSelector | ||||
Description | Selecting a skin doesn't update the model selector's render preview: https://forums.thedarkmod.com/index.php?/topic/21361-darkradiant-300-pre-release-test/&do=findComment&comment=472701 | ||||
Tags | No tags attached. | ||||
DarkRadiant: master e1ffa55d 17.04.2022 06:39 Details Diff |
0005941: StaticModel now offers a signal_ShadersChanged() signal to notify the owning StaticModelNode about any skin change. This will reset the shader registration of the node, the next time it is rendered it will attach itself to the correct set of shaders. |
Affected Issues 0005941 |
|
mod - radiantcore/model/StaticModel.cpp | Diff File | ||
mod - radiantcore/model/StaticModel.h | Diff File | ||
mod - radiantcore/model/StaticModelNode.cpp | Diff File | ||
mod - radiantcore/model/StaticModelNode.h | Diff File | ||
DarkRadiant: master e277df4f 17.04.2022 06:52 Details Diff |
0005941: Fix skin change behaviour on MD5 models, analogous to f9ae2b04 |
Affected Issues 0005941 |
|
mod - radiantcore/model/md5/MD5Model.cpp | Diff File | ||
mod - radiantcore/model/md5/MD5Model.h | Diff File | ||
mod - radiantcore/model/md5/MD5ModelNode.cpp | Diff File | ||
mod - radiantcore/model/md5/MD5ModelNode.h | Diff File | ||
DarkRadiant: master e6d06612 17.04.2022 07:04 Details Diff |
0005941: StaticModelNode doesn't need to hold its own render system reference, it's already in the scene::Node base class |
Affected Issues 0005941 |
|
mod - radiantcore/model/StaticModelNode.cpp | Diff File | ||
mod - radiantcore/model/StaticModelNode.h | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
17.04.2022 05:48 | greebo | New Issue | |
17.04.2022 05:49 | greebo | Reporter | greebo => Frost_Salamander |
17.04.2022 05:49 | greebo | Status | new => confirmed |
17.04.2022 06:36 | greebo | Assigned To | => greebo |
17.04.2022 06:36 | greebo | Status | confirmed => assigned |
17.04.2022 07:04 | greebo | Changeset attached | => DarkRadiant master e1ffa55d |
17.04.2022 07:04 | greebo | Changeset attached | => DarkRadiant master e277df4f |
17.04.2022 07:04 | greebo | Changeset attached | => DarkRadiant master e6d06612 |
17.04.2022 07:04 | greebo | Status | assigned => resolved |
17.04.2022 07:04 | greebo | Resolution | open => fixed |
17.04.2022 07:04 | greebo | Fixed in Version | => 3.0.0 |
28.10.2022 05:52 | greebo | Status | resolved => closed |