Blender  V3.3
Public Attributes | List of all members
EditNurb Struct Reference

#include <DNA_curve_types.h>

Public Attributes

ListBase nurbs
 
struct GHashkeyindex
 
int shapenr
 
char needs_flush_to_id
 

Detailed Description

Definition at line 173 of file DNA_curve_types.h.

Member Data Documentation

◆ keyindex

struct GHash* EditNurb::keyindex

◆ needs_flush_to_id

char EditNurb::needs_flush_to_id

ID data is older than edit-mode data. Set Main.is_memfile_undo_flush_needed when enabling.

Definition at line 189 of file DNA_curve_types.h.

Referenced by BKE_object_data_editmode_flush_ptr_get(), curve_undosys_step_decode(), and curve_undosys_step_encode().

◆ nurbs

ListBase EditNurb::nurbs

◆ shapenr

int EditNurb::shapenr

Definition at line 183 of file DNA_curve_types.h.

Referenced by calc_shapeKeys().


The documentation for this struct was generated from the following file: