Blender
V3.3
|
#include <stdio.h>
#include "BLI_utildefines.h"
#include "MOD_modifiertypes.h"
#include "UI_resources.h"
#include "RNA_access.h"
#include "RNA_prototypes.h"
Go to the source code of this file.
Functions | |
static bool | isDisabled (const struct Scene *UNUSED(scene), ModifierData *UNUSED(md), bool UNUSED(userRenderParams)) |
Variables | |
ModifierTypeInfo | modifierType_None |
|
static |
Definition at line 23 of file MOD_none.c.
ModifierTypeInfo modifierType_None |
Definition at line 30 of file MOD_none.c.