Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_generics.c
| Context not available. | |||||
| * NOTE: An alternative way would have been to instead hack the influence | * NOTE: An alternative way would have been to instead hack the influence | ||||
| * to not get always get reset to full strength if NLASTRIP_FLAG_USR_INFLUENCE | * to not get always get reset to full strength if NLASTRIP_FLAG_USR_INFLUENCE | ||||
| * is disabled but auto-blending isn't being used. However, that approach | * is disabled but auto-blending isn't being used. However, that approach | ||||
| * is a bit hacky/hard to discover, and may cause backwards compatability issues, | * is a bit hacky/hard to discover, and may cause backwards compatibility issues, | ||||
| * so it's better to just do it this way. | * so it's better to just do it this way. | ||||
| */ | */ | ||||
| strip->flag |= NLASTRIP_FLAG_USR_INFLUENCE; | strip->flag |= NLASTRIP_FLAG_USR_INFLUENCE; | ||||
| Context not available. | |||||