Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_250.c
| Context not available. | |||||
| bPoseChannel *pchan; | bPoseChannel *pchan; | ||||
| for (pchan = ob->pose->chanbase.first; pchan; pchan = pchan->next) { | for (pchan = ob->pose->chanbase.first; pchan; pchan = pchan->next) { | ||||
| /* just need to initalise rotation axis properly... */ | /* just need to initialise rotation axis properly... */ | ||||
| pchan->rotAxis[1] = 1.0f; | pchan->rotAxis[1] = 1.0f; | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| for (tex = bmain->tex.first; tex; tex = tex->id.next) { | for (tex = bmain->tex.first; tex; tex = tex->id.next) { | ||||
| /* if youre picky, this isn't correct until we do a version bump | /* if you're picky, this isn't correct until we do a version bump | ||||
| * since you could set saturation to be 0.0*/ | * since you could set saturation to be 0.0*/ | ||||
| if (tex->saturation == 0.0f) | if (tex->saturation == 0.0f) | ||||
| tex->saturation = 1.0f; | tex->saturation = 1.0f; | ||||
| Context not available. | |||||