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
|
||||
import math
|
||||
from lslparse import warning
|
||||
from lslfuncparams import OptimizeParams
|
||||
from lslfuncopt import OptimizeParams
|
||||
|
||||
class foldconst(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user