Skip to content
#

modding-tools

Here are 262 public repositories matching this topic...

WolvenKit
rfuzzo
rfuzzo commented Mar 9, 2022

@ knochey: bug where the null properties did not become curveData entries. The problem was that no RedCurve was created as default and therefore the values were not saved.

private void CurveEditorButton_OnClick(object sender, RoutedEventArgs e)
{
    if(RedCurve == null)
    {
        SetCurrentValue(RedCurveProperty, new CLegacySingleChannelCurve<CFloat>());
    }

    var curveEdito

Improve this page

Add a description, image, and links to the modding-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modding-tools topic, visit your repo's landing page and select "manage topics."

Learn more