Block a user
Alexander Gavrilov
pushed to pr-depsgraph-marker-camera at angavrilov/blender
2023-07-15 18:19:46 +02:00
4b3650965d
Depsgraph: handle camera switching via markers in context drivers.
Depsgraph: handle camera switching via markers in context drivers.
Alexander Gavrilov
pushed to pr-depsgraph-marker-camera at angavrilov/blender
2023-07-15 17:38:34 +02:00
e3358744ad
Depsgraph: handle camera switching via markers in context drivers.
979a75b3e7
Depsgraph: tag relations update from Set Active Object As Camera.
Alexander Gavrilov
created branch pr-depsgraph-marker-camera in angavrilov/blender
2023-07-15 17:38:34 +02:00
Drivers: implement default fallback values for RNA path based variables.
Alexander Gavrilov
created branch pr-driver-var-default in angavrilov/blender
2023-07-15 13:07:50 +02:00
b98d1e550a
Mesh Edit: implement an operator to smooth shape key deformation.
7ce05044df
Shape Keys: support locking to protect from accidental editing.
d8e4fe3207
EEVEE-Next: Add back fresnel functions
1a24b5f81f
EEVEE Next: Hair & Curves
e48d0c3cda
EEVEE Next: Point Clouds
Mitigate the risk of wrong shape key selection in sculpt and edit mode.
Important bit: I found one operator that isn't getting blocked: Mirror Shape Key (bpy.ops.object.shape_key_mirror). So if that gets fixed, it's good to go as far as I'm concerned. I think I…
Shape Keys: support locking to protect from accidental editing.
Added a comment to explain the intent that this sequence of outer ifs is branching purely on the sculpt tool type.
One alternative could be to convert this to a switch instead of using…
7ce05044df
Shape Keys: support locking to protect from accidental editing.
d8e4fe3207
EEVEE-Next: Add back fresnel functions
1a24b5f81f
EEVEE Next: Hair & Curves
e48d0c3cda
EEVEE Next: Point Clouds
9175d9b7c2
Fix: Removing layer in BMesh can destroy others
Shape Key editing: propagate updates through basis chains
It's returned to the function caller, which still includes C code.
dca49a5bff
Shape Key editing: propagate updates through basis chains.
b85c7ade70
Cleanup: make ButterworthCoefficients a private struct
c38a52885b
Fix #110037: uninitialized result array and typos
93d2a202b2
DRW: Fix wrong integer type for drw_view_id
a86506b741
Cleanup: sort
enum KernelFeatureFlag
in order
Alexander Gavrilov
pushed to pr-shapekey-x-symmetry at angavrilov/blender
2023-07-14 16:54:26 +02:00
f000dc9314
Mesh Edit: implement X symmetry in the Propagate To Shapes operator.
186fee7baa
Mesh Edit: implement X symmetry in the Blend From Shape operator.
b85c7ade70
Cleanup: make ButterworthCoefficients a private struct
c38a52885b
Fix #110037: uninitialized result array and typos
93d2a202b2
DRW: Fix wrong integer type for drw_view_id
601bef09ac
Shrinkwrap: fix stability of the Target Normal Project mode.
b85c7ade70
Cleanup: make ButterworthCoefficients a private struct
c38a52885b
Fix #110037: uninitialized result array and typos
93d2a202b2
DRW: Fix wrong integer type for drw_view_id
a86506b741
Cleanup: sort
enum KernelFeatureFlag
in order
5386b836c0
Fix undo overreach in various paint modes for #104582.
5e7d3a2f60
Bone Overlay: support bone wireframe opacity depth fade.
b85c7ade70
Cleanup: make ButterworthCoefficients a private struct
c38a52885b
Fix #110037: uninitialized result array and typos
93d2a202b2
DRW: Fix wrong integer type for drw_view_id
1953151f7e
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
5e01844c11
Python API: expose the math mapping vertex positions to B-Bone segments.
27974faa57
Sculpt: Use DNA default system for Sculpt struct
7551767f9f
USD: more complete import and export of lights
f2f0426980
GPv3: Refactor root_group to be a pointer in DNA
Python API: expose the math mapping vertex positions to B-Bone segments
Like discussed in chat a while ago I renamed the old function and removed _from_point
instead, and added a hint to update depsgraph to the errors.
Also, the example script now can be run in…
5e01844c11
Python API: expose the math mapping vertex positions to B-Bone segments.
27974faa57
Sculpt: Use DNA default system for Sculpt struct
7551767f9f
USD: more complete import and export of lights
f2f0426980
GPv3: Refactor root_group to be a pointer in DNA
3a2f5fb9db
Editors: move transform code to C++