Merge branch 'master' into blender2.8
This commit is contained in:
		@@ -75,9 +75,11 @@ void BPY_thread_restore(BPy_ThreadStatePtr tstate);
 | 
			
		||||
 | 
			
		||||
bool	BPY_execute_filepath(struct bContext *C, const char *filepath, struct ReportList *reports);
 | 
			
		||||
bool	BPY_execute_text(struct bContext *C, struct Text *text, struct ReportList *reports, const bool do_jump);
 | 
			
		||||
bool	BPY_execute_string_as_number(struct bContext *C, const char *expr, const bool verbose, double *r_value);
 | 
			
		||||
bool	BPY_execute_string_as_intptr(struct bContext *C, const char *expr, const bool verbose, intptr_t *r_value);
 | 
			
		||||
bool	BPY_execute_string_as_string(struct bContext *C, const char *expr, const bool verbose, char **r_value);
 | 
			
		||||
 | 
			
		||||
bool	BPY_execute_string_as_number(struct bContext *C, const char *imports[], const char *expr, const bool verbose, double *r_value);
 | 
			
		||||
bool	BPY_execute_string_as_intptr(struct bContext *C, const char *imports[], const char *expr, const bool verbose, intptr_t *r_value);
 | 
			
		||||
bool	BPY_execute_string_as_string(struct bContext *C, const char *imports[], const char *expr, const bool verbose, char **r_value);
 | 
			
		||||
 | 
			
		||||
bool	BPY_execute_string_ex(struct bContext *C, const char *expr, bool use_eval);
 | 
			
		||||
bool	BPY_execute_string(struct bContext *C, const char *expr);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user