mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Implement library function parameter optimization.
So far only two kinds: angle in llSensor[Repeat] and null keys in functions that take a key parameter. Closes two TODOs.
This commit is contained in:
parent
595286f22a
commit
d58bc2d350
3 changed files with 50 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
# Optimizer class that wraps and calls the other parts.
|
||||
|
||||
import lslfuncs
|
||||
from lslfuncs import Key, Vector, Quaternion
|
||||
from lslcommon import Key, Vector, Quaternion
|
||||
|
||||
from lslfoldconst import foldconst
|
||||
from lslrenamer import renamer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue