View Issue Details

IDProjectCategoryView StatusLast Update
0005941DarkRadiantRendererpublic28.10.2022 05:52
ReporterFrost_Salamander Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0.0 
Target Version3.0.0Fixed in Version3.0.0 
Summary0005941: Selected Skin not showing in ModelSelector
DescriptionSelecting 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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

DarkRadiant: master e1ffa55d

17.04.2022 06:39

greebo


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

greebo


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

greebo


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

Issue History

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