mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
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:
parent
3ec460539e
commit
36947b7b12
2 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue