Updated
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/clear.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/debug.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/epic.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/error.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 2.2 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/info.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/unreal.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Scripts/Animation/epic_pose_wrangler/resources/icons/warning.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"solver_expression": "(?P<prefix>[a-zA-Z0-9]+)?(?P<side>_[lr]{1}_)(?P<suffix>[a-zA-Z0-9_]+)",
|
||||
"transform_expression": "(?P<prefix>[a-zA-Z0-9_]+)?(?P<side>_[lr]{1}_)(?P<suffix>[a-zA-Z0-9_]+)",
|
||||
"left": {
|
||||
"solver_syntax": "_l_",
|
||||
"transform_syntax": "_l_"
|
||||
},
|
||||
"right": {
|
||||
"solver_syntax": "_r_",
|
||||
"transform_syntax": "_r_"
|
||||
}
|
||||
}
|