You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,9 @@ Don't forget to follow this repo, [YouTube](http://www.youtube.com/channel/UCBBc
53
53
-**[CreateAndEditCineCameraActor.py](https://github.com/mamoniem/UnrealEditorPythonScripts/blob/master/Sequencer/CreateAndEditCineCameraActor.py)** An example on how you can create cinematic camera in the current world/map, and start modifying some of it's focus settings (Keep in mind you **MUST enable the Scripting python sequencer plugin** for that, **python plugin only is not enough**).
54
54
*This nice example was built while supporting a user of the python course, so the credits goes to them*.
55
55
-**[CreateCineCameraForEverySkeletalMesh.py](https://github.com/mamoniem/UnrealEditorPythonScripts/blob/master/Sequencer/CreateCineCameraForEverySkeletalMesh.py)** An example on auto-create cameras for every skeletal mesh actor in the world, and align the camera to the skeletal characters, set the cameras to always look at those characters actors.
56
+
57
+
58
+
## Python Times Plugin ##
59
+
And finally, don't forget to check my [marketplace plugin](https://www.unrealengine.com/marketplace/en-US/product/python-times) that was build to allow for much better and productive Python scritpting experince within Unreal Editor.
0 commit comments