Rename lslfuncparams.py -> lslfuncopt.py
This is preparation work for splitting function optimization into a separate file, which will be the same that currently is lslfuncparams.py.
This commit is contained in:
@@ -23,7 +23,7 @@ import lslfuncs
|
|||||||
from lslfuncs import NULL_KEY, ZERO_VECTOR, ZERO_ROTATION
|
from lslfuncs import NULL_KEY, ZERO_VECTOR, ZERO_ROTATION
|
||||||
import math
|
import math
|
||||||
from lslparse import warning
|
from lslparse import warning
|
||||||
from lslfuncparams import OptimizeParams
|
from lslfuncopt import OptimizeParams
|
||||||
|
|
||||||
class foldconst(object):
|
class foldconst(object):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user