Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_lattice.c
| Context not available. | |||||
| /* copy settings to editlattice, | /* copy settings to editlattice, | ||||
| * we could split this up differently (one update call per property) | * we could split this up differently (one update call per property) | ||||
| * but for now thats overkill | * but for now that's overkill | ||||
| */ | */ | ||||
| static void rna_Lattice_update_data_editlatt(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) | static void rna_Lattice_update_data_editlatt(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) | ||||
| { | { | ||||
| Context not available. | |||||