pydrivers: 'frame' is now in the driver namespace,
- no need to link to scenes when using a frame from the pydriver, this made linking rigs for eg, quite messy. - advantage that we get subframe values (where scenes from was fixed to a whole number).
This commit is contained in:
@@ -74,7 +74,7 @@ void BPY_modules_load_user(struct bContext *C);
|
||||
void BPY_app_handlers_reset(const short do_all);
|
||||
|
||||
void BPY_driver_reset(void);
|
||||
float BPY_driver_exec(struct ChannelDriver *driver);
|
||||
float BPY_driver_exec(struct ChannelDriver *driver, const float evaltime);
|
||||
|
||||
int BPY_button_exec(struct bContext *C, const char *expr, double *value, const short verbose);
|
||||
int BPY_string_exec(struct bContext *C, const char *expr);
|
||||
|
Reference in New Issue
Block a user