[Bf-committers] Bug [#23538] Reset to default value resets to lowest value

Dan Eicher dan at trollwerks.org
Sat Aug 28 00:39:42 CEST 2010


I poked around a bit and this isn't really a bug as much as a missing
feature since the default values don't exist -- for eg,
RNA_def_property_int_default() is used exactly once out of how many
hundreds(?) of properties.

Pretty easy fix to pull the values out of the default .blend (whatever it's
called these days) and add them to makesrna but I figured I'd check here
first so I don't end up doing a bunch of work for nothing.

Could almost replace the default .blend with a python operator once the
defaults are coded into rna...


More information about the Bf-committers mailing list