Eustress -> positiver Stress Distress -> negativer Stress
U.a. abhängig davon, ob die Situation als bewältigbar eingeschätzt wird, und damit eine positive Herausforderung ist, oder ob der Ausgang der Bewältigung unklar ist.
Eustress -> positiver Stress Distress -> negativer Stress
U.a. abhängig davon, ob die Situation als bewältigbar eingeschätzt wird, und damit eine positive Herausforderung ist, oder ob der Ausgang der Bewältigung unklar ist.
import bpy | |
# edit mode | |
bpy.ops.object.mode_set(mode='EDIT') | |
# TODO: lookup if disable window for script run is worth it | |
for #loop | |
# TODO: lookup if for loop or while loop is quicker |