This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors/object
Campbell Barton d7564761c0 operator macro playback (run operator reports in the console)
- reports can be selected with RMB, Border (bkey) and (de)select all.
- delete reports (X key)
- run operators in the console (R key)
- copy reports (Ctrl+C), can be pasted in the text editor an run with alt+p

Details
- Added "selected_editable_objects" and "selected_editable_bases" to screen_context.c, use the scene layers, this was needed for duplicate to run outside the 3D view.
- RNA_property_as_string converted an array of 1 into "(num)" need a comma so python sees it as a tuple - "(num,)"
- add flag to reports, use for seletion atm.

opens a new world of context bugs :)
2009-07-19 00:49:44 +00:00
..
2009-07-14 20:27:28 +00:00
2009-07-14 20:27:28 +00:00
2.5
2009-07-03 15:23:33 +00:00
2.5
2009-07-03 15:23:33 +00:00
2009-06-23 00:09:26 +00:00
2009-07-14 20:27:28 +00:00
2009-07-09 19:49:04 +00:00
2009-07-14 20:27:28 +00:00
2009-05-05 23:10:32 +00:00