Block a user
74b50cf429
Fix memory leak: operators were running as modal when they shouldn't.
72ea9f9623
Make sure clock data is cleared when starting a clock again.
2c4e71f4ef
Use the same operator for both clocks.
53582157f4
Store both animation and realtime clock data in the animtimer customdata.
de531aef2b
Only use the animtimer in TransInfo if anim playback is running.
8ca3840b4f
Replaced checks for
animtimer
that are used to check if anim playback is running.
b77436b534
Added realtime clock struct in the animtimer customdata.
Real-time clock: Prototype Todos
A problem i'm trying to solve: The animation playback timer and the realtime clock timer should be "in phase" as much as possible to avoid very frequent depsgraph updates over tiny time…
1d13280b01
Operators for starting/stopping the realtime clock.
8501a773e7
Placeholder buttons for starting/stopping realtime clock.
69ba34fa21
Merge branch 'blender-v3.5-release'
caaf97ed95
Build: upgrade OpenImageIO to 2.4.9.0
f73d1ddce4
Fix #104266: Metal AMD refractions
466cad8bfb
Python API: Add deprecation warning to MeshUVLoop
e4300bbf2d
Cleanup: quiet warnings by using system-includes for ./extern/
Lukas Tönne
pushed to comb-solver-bending-stiffness at LukasTonne/blender
2023-03-21 18:43:02 +01:00
fddf0cd4dc
Separate eval function for a single bending constraint.
Lukas Tönne
pushed to comb-solver-bending-stiffness at LukasTonne/blender
2023-03-21 18:21:38 +01:00
3412a82151
xMerge branch 'comb-distance-solver' into comb-solver-bending-stiffness
f0c3cf4e39
Fixed build errors.
3a3250ce7f
Merge branch 'comb-distance-solver' into comb-solver-bending-stiffness
07540cf5aa
Added error computation function to get the residual after constraint solving.
b3e03bd203
Fixed typo.
07540cf5aa
Added error computation function to get the residual after constraint solving.
b3e03bd203
Fixed typo.
Geometry Nodes: Crash when using the keyboard in the Add Node menu to select a hair node
Had a brief look and it looks like the "asset_catalog_path" context pointer is missing from the layout here.
902c6d4d90
Merge branch 'main' into comb-distance-solver
79a6fd57bc
UV: Reduce round-off error during UV Packing in Geometry Nodes
31147c90c4
code_clean: restrict 'use_function_style_cast' edits to C++
db762d5508
Cleanup: various C/C++ code cleanups, use utility macros
e0d05da826
UV: Add option to Pack UVs using the xatlas strategy
Lukas Tönne
pushed to comb-solver-bending-stiffness at LukasTonne/blender
2023-03-21 11:10:13 +01:00
18858d3ed2
Merge branch 'comb-distance-solver' into comb-solver-bending-stiffness
902c6d4d90
Merge branch 'main' into comb-distance-solver
79a6fd57bc
UV: Reduce round-off error during UV Packing in Geometry Nodes
31147c90c4
code_clean: restrict 'use_function_style_cast' edits to C++
db762d5508
Cleanup: various C/C++ code cleanups, use utility macros
Node muting connects mismatching sockets
This appears to have been fixed for the Float Curve node by means of a no_muted_links
tag on the Factor socket. For the Field at Index node in Integer mode (!) it is still a problem.
I…
No Release Confirms is not working on node editor
No Release Confirms is not working on node editor
This has been deliberately disabled, according to this comment:
79a6fd57bc/source/blender/editors/transform/tr
…