blender-multiview-old icon indicating copy to clipboard operation
blender-multiview-old copied to clipboard

Copy should be aware of Views suffix

Open dfelinto opened this issue 10 years ago • 1 comments

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"

dfelinto avatar Apr 01 '14 19:04 dfelinto

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 .

PixelPartner avatar Apr 02 '14 08:04 PixelPartner