## popup message -A disappearing message def popupMessage(function_name): """ Displays an in-view message indicating that a function has been copied to the clipboard. :param function_name: #The name of the function that has been copied. :return: """ mc.inViewMessage(amg="Copied!!\nFunction name '{0}' has been copied to the clipboard.".format(function_name), pos='midCenter', fade=True) # Test function is provided to test main function popupMessage def test_popupMessage(): popupMessage(function_name='exampleFunction') # Since mc.inViewMessage affects the UI, manual verification is required. print("popupMessage executed successfully.") test_popupMessage()
top of page
Writer's pictureSubbu Addanki

โš ๐™๐™ง๐™š๐™š ๐™‹๐™”๐™๐™ƒ๐™Š๐™‰ ๐™Ž๐˜พ๐™๐™„๐™‹๐™๐™„๐™‰๐™‚ ๐™ƒ๐˜ผ๐™‰๐˜ฟ๐˜ฝ๐™Š๐™Š๐™† ๐™๐™Š๐™ ๐™‘๐™๐™“ ๐˜ผ๐™๐™๐™„๐™Ž๐™๐™Ž โ•โ•โ–ˆโš



Hi Guys,


Happy to share the latest update of the Free Python book on this web page ๐™‹๐™ฎ๐™ฉ๐™๐™ค๐™ฃ@๐™‘๐™๐™“ ...


Previously 100 pages are released. Now, pages 100-150 with some more examples. Please don't miss this section 'The Birth Of The Moon' from the 18th Chapter


โš ๐™‡๐™–๐™ฉ๐™š๐™จ๐™ฉ ๐™๐™ฅ๐™™๐™–๐™ฉ๐™š๐™จ โ•โ•โ–ˆโš

โšโ•โ• It's mainly for the students who study at animation college and the VFX artists who want to start learning Python.

โšโ•โ• I was trying for the option in PDF "Jump To Section".

But Couldn't find the same, so came up with a Web Page solution

(Please check the attached images)

โšโ•โ• Had a week time break out of my busy schedule from office work to complete the next 50 pages of the book

โšโ•โ• Development of this page continues. As long as I have something to share here...

โšโ•โ• Instead of the Idea (Completion Of Book/ PDF), Webpage development continues based on my free time

โšโ•โ• Even if this page helps one artist also, I am happy to continue to develop this page...

โšโ•โ• More illustrations (drawings in place of images possibly) / More content/ More Examples are on the way...

โšโ•โ• The next major update can be when I complete 200 pages... As of now nearly 1150+ Files & 85+ Folders are on the hard disc for this book...

โšโ•โ• Please let me know if this page helps/ share any critics. That motivates me to take this book to the next level


Alexandra Papouchina is helping me in editing this book.

She is helping me while correcting the sentence framing in this book without losing the original meaning, out of her busy schedule. More About Editor is on page 4. Thanks a lot, Alex for your great help on this...

โšโ•โ• After completion of 200 pages, the Edited version can be available hopefully...


20 views0 comments

Comments


bottom of page