blender-multiview-old
blender-multiview-old copied to clipboard
Copy should be aware of Views suffix
e.g., if I copy a set of "Camera.Center", "Camera.Left", and "Camera.Right" in a scene with Views on, and ".Center", ".Left", and ".Right" as suffix respectively, the new names should be: "Camera.001.Center", "Camera.001.Left", "Camera.001.Right"
I think this would break many other concepts and might be handled as an exception to common rules. How about introducing another seperator to identify views. i.e. Camera_Left.0001 or just use simple camelcasing: CameraRight .. CamerRight.004 and then let your scripts look for camera names suffixed with Left/Right/Center
2014-04-01 21:48 GMT+02:00 Dalai Felinto [email protected]:
e.g., if I copy a set of "Camera.Center", "Camera.Left", and "Camera.Right" in a scene with Views on, and ".Center", ".Left", and ".Right" as suffix respectively, the new names should be: "Camera.001.Center", "Camera.001.Left", "Camera.001.Right"
Reply to this email directly or view it on GitHubhttps://github.com/dfelinto/blender/issues/75 .