Changeset View
Changeset View
Standalone View
Standalone View
sequencer_kinoraw_tools/functions.py
| Context not available. | |||||
| def initSceneProperties(context): | def initSceneProperties(context): | ||||
| # initSceneProperties is ONLY for varaibles that should | # initSceneProperties is ONLY for variables that should | ||||
| # be keeped with the blend file. Any other addon preferences | # be keeped with the blend file. Any other addon preferences | ||||
| # should go to the addon preferences operator in __init__ | # should go to the addon preferences operator in __init__ | ||||
| try: | try: | ||||
| Context not available. | |||||