Note: the custom UV option is only available when calling the operator
via a script. It's currently not exposed in the UI since it's intended
to be used by scripters
To test it:
bpy.ops.object.bake(type='UV', use_clear=True, uv_layer='MyNewUV')
Differential D546
Bake-API: allow custom UV to be baked and improvement on UV check Authored by Dalai Felinto (dfelinto) on May 24 2014, 4:06 PM. Tags None Subscribers None
Details Note: the custom UV option is only available when calling the operator To test it:
Diff Detail Event TimelineComment Actions This doesn't work so well for baking many objects, And this option you only use when automating bakes anyway... so think its fine.
Comment Actions
Note: I didn't change the CD_MTFACE test. At that point (object_bake_api.c:562) we don't know if the mesh is tesslated, thus we cover all basis. By the way, do we you think we should wait for after 2.71? or to push it to master before the RC (aka now). Comment Actions
Comment Actions I forgot to update my origin/master (aka github) before last arc diff, so other commits made their way in. Re arc diff'ing Comment Actions
Adjustments after the bake-cage commit | |||||||||||||||