Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Script that can be usefull.
Author Message
rastrero
Master
**

Posts: 250
Likes Given: 41
Likes Received: 28 in 24 posts
Joined: Jan 2016
Reputation: 3



Post: #1
Python Script that can be usefull.
Well. Im starting with python to do some tools I need for fast animation creation.
I´ll share this little scripts.
Mostly of this script will be posted focused for Anim edition or "surrounders" and safe as much time as we can.

What you need? Python 3 (or 2) and Thonny. I recommend to use thonny for playing the script, is the way I will ever use until I changed it. Tongue


Automatic FileName Changer:
(This post was last modified: 12-21-2016 01:58 AM by rastrero.)
12-20-2016 11:47 PM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #2
RE: Python Script that can be usefull.
Windows cmd/bat
Code:
setlocal enabledelayedexpansion
for %%F in (anim*) do (set "FN=%%F" & set "FN=!FN:~12!" & ren "%%F" "!FN!")

Grandmaster Localhost Admin
12-21-2016 12:20 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Kanibal's post
rastrero
Master
**

Posts: 250
Likes Given: 41
Likes Received: 28 in 24 posts
Joined: Jan 2016
Reputation: 3



Post: #3
RE: Python Script that can be usefull.
nice thing to know.
12-21-2016 01:56 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)