Damn! Commit for render passes in wrong dir....
This commit is contained in:
@@ -1886,6 +1886,8 @@ static void object_panel_object(Object *ob)
|
||||
|
||||
/* parent */
|
||||
uiDefIDPoinBut(block, test_obpoin_but, ID_OB, B_OBJECTPANELPARENT, "Par:", xco+5, 180, 305-xco, 20, &ob->parent, "Parent Object");
|
||||
|
||||
but = uiDefButS(block, NUM, B_NOP, "PassIndex:", xco+5, 150, 305-xco, 20, &ob->index, 0.0, 1000.0, 0, 0, "Object Pass Index");
|
||||
|
||||
uiDefBlockBut(block, add_groupmenu, NULL, "Add to Group", 10,150,150,20, "Add Object to a new Group");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user