Blender  V3.3
Functions | Variables
MOD_none.c File Reference
#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
 

Function Documentation

◆ isDisabled()

static bool isDisabled ( const struct Scene UNUSEDscene,
ModifierData UNUSEDmd,
bool   UNUSEDuserRenderParams 
)
static

Definition at line 23 of file MOD_none.c.

Variable Documentation

◆ modifierType_None

ModifierTypeInfo modifierType_None

Definition at line 30 of file MOD_none.c.