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
twitter.com##.is-playing.module.LiveVideoHomePageModule | |
twitter.com##.roaming-module.LiveVideoHomePageModuleContainer |
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
#So far, my Python scripts for Blender are segmented into | |
#a "create the objects" script, | |
#and a "describe their motion over time" script. | |
#The "motion.py" script must be run and have the "register" | |
#checkbox clicked on it in the Blender "Text Editor" window, | |
#so that it will add the driver every time the file loads. | |
#To use the creation script, you must already have a group named | |
#"Dot" defined with some renderable mesh in it so that the | |
#"creation.py" script can create instances of that group. | |
#My "Dot" group has a 5 level subdivided Icosphere in it. |