-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE after deleting a MatParam 2x #6
Comments
After the undo, |
The |
Note that |
When the first checkpoint is created, it reports the |
|
Looks like |
Fixed in "master" at 5aff82e Well, that kept me entertained for a few hours... |
At commit: 4cd137d
To reproduce: 6, 1, Select geometry, 1, Select parameter, 1, Delete, Z, Delete
Expected: darker model with fewer material parameters
Got:
Hypothesis: cloning bug in
Material
orMatParam
Note that after the undo, the parameter type and value are both displayed as "null"! They should be "Vector4" and "Color[0.7058824, 0.6509804, 0.6, 1.0]" respectively.
The text was updated successfully, but these errors were encountered: