Probably the place would be release/scripts/startup/bl_operators/object.py or a new group.py.
However there is already a "Group Instance" item in the Add menu? So I guess this is about the feature of adding groups from other libraries directly form the menu. This was part of a bigger change that also added library linking functionality to the outliner. Probably that could be implemented as a python addon, but for best integration that's really a bigger feature that needs to be implemented in C. On Mon, May 27, 2013 at 5:13 AM, W. Nelson <[email protected]> wrote: > Feedback is requested on restoring the 2.49 feature of Groups in the Add menu. > > It has been suggested that this feature can be implemented solely in bpy > without altering the C code. From a coding standpoint, does anyone have > any suggestions or devs have a preference on where to add the bpy > code? There was not a clear place in the existing scripts folder to put > this type of code. > > It seemed like all the items in the Add menu > in scripts>startup>bl_ui>space_info.py were referencing > existing operators in the C code. So are there any suggestions on where > to add the code that will populate the menu from the groups and links > operators? > > Thanks! JTa > > Thread link: > http://www.blenderartists.org/forum/showthread.php?293583-Restoring-2-49-Feature-Groups-in-Add-menu > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
