|
|
|
@ -17,6 +17,7 @@ import bpy
|
|
|
|
|
from bpy.props import * |
|
|
|
|
from PyHSPlasma import * |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PlasmaFni(bpy.types.PropertyGroup): |
|
|
|
|
bl_idname = "world.plasma_fni" |
|
|
|
|
|
|
|
|
@ -32,7 +33,7 @@ class PlasmaFni(bpy.types.PropertyGroup):
|
|
|
|
|
]) |
|
|
|
|
fog_start = FloatProperty(name="Start", |
|
|
|
|
description="", |
|
|
|
|
default= -1500.0) |
|
|
|
|
default=-1500.0) |
|
|
|
|
fog_end = FloatProperty(name="End", |
|
|
|
|
description="", |
|
|
|
|
default=20000.0) |
|
|
|
@ -49,6 +50,7 @@ class PlasmaFni(bpy.types.PropertyGroup):
|
|
|
|
|
soft_min=100, |
|
|
|
|
min=1) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PlasmaPage(bpy.types.PropertyGroup): |
|
|
|
|
def _check_suffix(self, context): |
|
|
|
|
"""Verifies that a suffix change does not conflict""" |
|
|
|
|