-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit from split + Tracer.ms component add
- Loading branch information
1 parent
2c8d778
commit 28965cf
Showing
5 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Python/PyUnreal/PyUnreal/runs_with_editorUtility/Skeletal_Mesh_Edit/bulk_renamer.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Python/PyUnreal/PyUnreal/runs_with_editorUtility/WIP/texture_cutoff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
macroScript tracer_opener | ||
category:"EVE" | ||
ButtonText:"Tracer" | ||
toolTip:"Tracer" | ||
-- icon: #("\\\\10.220.70.12\\eve\\ART_Backup\\Script\\Logo\\eveLogo.bmp") | ||
--iconName:"bmp_index" | ||
--silentErrors:true | ||
--autoUndoEnabled:true | ||
( | ||
on execute do (fileIn "\\\\10.220.70.12\\eve\\ART_Backup\\Script\\Tracer\\Tracer.ms" ) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
-- Tracer Script by Mino | ||
if selection.count != 0 do ( | ||
with animate on ( | ||
for each in selection do ( | ||
tracer = dummy() | ||
tracer.name = each.name | ||
tracer.parent = each.parent | ||
for i in animationRange.start to animationRange.end do ( | ||
slidertime = i | ||
tracer.transform = each.transform | ||
) | ||
sliderTime = animationRange.start | ||
) | ||
) | ||
|
||
$Bip001.controller.figureMode = true | ||
$Bip001.controller.prop1exists = false | ||
$Bip001.controller.figureMode = false | ||
|
||
select $'Bip001 Prop1' | ||
) | ||
|