Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/dna_rename_defs.h
| Show First 20 Lines • Show All 120 Lines • ▼ Show 20 Lines | |||||
| DNA_STRUCT_RENAME_ELEM(bTheme, tnode, space_node) | DNA_STRUCT_RENAME_ELEM(bTheme, tnode, space_node) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, toops, space_outliner) | DNA_STRUCT_RENAME_ELEM(bTheme, toops, space_outliner) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, tseq, space_sequencer) | DNA_STRUCT_RENAME_ELEM(bTheme, tseq, space_sequencer) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, tstatusbar, space_statusbar) | DNA_STRUCT_RENAME_ELEM(bTheme, tstatusbar, space_statusbar) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, ttopbar, space_topbar) | DNA_STRUCT_RENAME_ELEM(bTheme, ttopbar, space_topbar) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, tuserpref, space_preferences) | DNA_STRUCT_RENAME_ELEM(bTheme, tuserpref, space_preferences) | ||||
| DNA_STRUCT_RENAME_ELEM(bTheme, tv3d, space_view3d) | DNA_STRUCT_RENAME_ELEM(bTheme, tv3d, space_view3d) | ||||
| DNA_STRUCT_RENAME_ELEM(RigidBodyWorld, steps_per_second, substeps_per_frame) | DNA_STRUCT_RENAME_ELEM(RigidBodyWorld, steps_per_second, substeps_per_frame) | ||||
| /* Not actually a new name - This data was already read but writing was disabled for a while. After | |||||
| * enabling it, old files would read this data from new files, which caused broken invariants | |||||
| * (their indirect ScrArea.global members were not read, thus NULL). So force old files to not | |||||
| * recognize this data by storing it with a different name. See D9442. */ | |||||
| DNA_STRUCT_RENAME_ELEM(wmWindow, global_area_map, global_areas) | |||||