2.5: Image window operators, quite a few of these still have
missing parts and are work in progress. Set 3D Cursor Set Tile Sample Color New Open Replace Reload Save (As) Save Sequence Pack Unpack Record Composite The file select operators have context issues still. They need to get the image space in the context on exec() but it's not there currently, not sure how to solve that yet. Also added name parameter to uiMenuItemEnumO, and fixed "mute" argument in ED_update_for_newframe calls in fluidsim bake.
This commit is contained in:
		@@ -212,7 +212,7 @@ void uiMenuContext(uiMenuItem *head, int opcontext);
 | 
			
		||||
 | 
			
		||||
void uiMenuItemVal(uiMenuItem *head, const char *name, int icon, int argval);
 | 
			
		||||
 | 
			
		||||
void uiMenuItemEnumO(uiMenuItem *head, int icon, char *opname, char *propname, int value);
 | 
			
		||||
void uiMenuItemEnumO(uiMenuItem *head, const char *name, int icon, char *opname, char *propname, int value);
 | 
			
		||||
void uiMenuItemBooleanO(uiMenuItem *head, const char *name, int icon, char *opname, char *propname, int value);
 | 
			
		||||
void uiMenuItemsEnumO(uiMenuItem *head, char *opname, char *propname);
 | 
			
		||||
void uiMenuItemIntO(uiMenuItem *head, const char *name, int icon, char *opname, char *propname, int value);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user