Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
About Me

3d animator/ Aspiring Coder /

Interests
3d maya/ python/ pymel/
PC Specs
mac
Favorite Forums
Favorite Tags
Member Avatar for dcampbell

This is a proto type of a much larger project. I have items that different values and only on needs to be seleced. Then I want to compile alll selected components to new html window for printing or export to .pdf. I have gottent to the end of my knowledge …

Member Avatar for dcampbell
0
226
Member Avatar for dcampbell

Hi, I was wondering if someone could help me wrap my head round iterations in a while loop. What I am trying to do is do a word replace and then add a numbering to each replace. IE Therapist bl;kja;lafkja;ldkjad;l Patient ;alkjf;dljkad;ljkfl;kaj; Therapist bl;kja;lafkja;ldkjad;l Patient ;alkjf;dljkad;ljkfl;kaj; To T1 bl;kja;lafkja;ldkjad;l P1 …

Member Avatar for dcampbell
0
240
Member Avatar for vegaseat

This code snippet allows you to list the files in a folder sorted by "last modified date". The tuple returned by the os.stat() function contains amongst other things the last modified date, which is then converted by the time.localtime() function to a tuple that is ideal for sorting. You can …

Member Avatar for leong87
2
8K