Lukas Tönne LukasTonne
Lukas Tönne created branch realtime-clock in LukasTonne/blender 2023-03-27 17:54:18 +02:00
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-27 17:44:24 +02:00
e848175075 Merge branch 'main' into comb-distance-solver
b27ffee8f3 Fix #105917: Correct compositing map range clamp tooltip
0a4b5eb73e Fix: Compiling Shader Builder.
ad7ca08e0a Merge remote-tracking branch 'origin/blender-v3.5-release' into main
1bd4a3c9f3 Fix #106141: crash when duplicating a node
Compare 132 commits »
Lukas Tönne pushed to realtime-clock at blender/blender 2023-03-27 17:25:33 +02:00
070ac1898a Added a BKE_scene_graph_update_for_timestep function to handle different clocks.
76dc5bb263 Match strings to the actual enums of eTimeSourceType.
Compare 2 commits »
Lukas Tönne commented on issue blender/blender#105732 2023-03-27 16:43:25 +02:00
Real-time clock: Prototype Todos

Created a separate task for "locking" the realtime clock to the scene timeline: #106182

Lukas Tönne opened issue blender/blender#106182 2023-03-27 16:42:23 +02:00
Lock realtime clock to the scene animation timeline
Lukas Tönne deleted branch realtime-clock from LukasTonne/blender 2023-03-27 15:48:18 +02:00
Lukas Tönne created branch realtime-clock in blender/blender 2023-03-27 15:46:36 +02:00
Lukas Tönne pushed to realtime-clock at blender/blender 2023-03-27 15:46:36 +02:00
b26cb5cc0f Merge branch 'main' into realtime-clock
Lukas Tönne deleted branch depsgraph_debug_location_info from LukasTonne/blender-addons 2023-03-27 15:34:32 +02:00
Lukas Tönne merged pull request blender/blender-addons#104509 2023-03-27 15:34:32 +02:00
Added a location info line to indicate where buttons are.
Lukas Tönne pushed to main at blender/blender-addons 2023-03-27 15:34:32 +02:00
1b3b18a367 Added a location info line to indicate where buttons are.
Lukas Tönne pushed to realtime-clock at LukasTonne/blender 2023-03-27 13:58:50 +02:00
098f6e77d5 Make sure the active_clock flags are updated alongside the animtimer.
Lukas Tönne created pull request blender/blender-addons#104509 2023-03-27 13:58:02 +02:00
Added a location info line to indicate where buttons are.
Lukas Tönne created branch depsgraph_debug_location_info in LukasTonne/blender-addons 2023-03-27 13:56:10 +02:00
Lukas Tönne pushed to depsgraph_debug_location_info at LukasTonne/blender-addons 2023-03-27 13:56:10 +02:00
9a25541641 Added a location info line to indicate where buttons are.
Lukas Tönne created repository LukasTonne/blender-addons 2023-03-27 13:55:20 +02:00
Lukas Tönne pushed to realtime-clock at LukasTonne/blender 2023-03-27 13:38:49 +02:00
1ae6ec4843 Include source type in the depsgraph debug output for time source nodes.
Lukas Tönne pushed to realtime-clock at LukasTonne/blender 2023-03-27 11:44:13 +02:00
9101a11529 Moved the time source enum into a public C header for tagging functions.
Lukas Tönne pushed to realtime-clock at LukasTonne/blender 2023-03-24 15:32:07 +01:00
6f48a0f8c0 Separate tagging functions for both clocks and a single depsgraph update.