- CAT
- https://mechanicalblender.org
- Joined on
2008-11-17
Block a user
Jaume Bellet
created branch mb-0020-custom-workspace-tools in JaumeBellet/mblender
2024-09-12 18:16:44 +02:00
Jaume Bellet
pushed to mb-0020-custom-workspace-tools at JaumeBellet/mblender
2024-09-12 18:16:44 +02:00
Jaume Bellet
pushed to pr-0019-object-dimensions-use-rna at JaumeBellet/mblender
2024-09-12 18:15:48 +02:00
828f3df761
Merge branch 'bf-blender' into pr-0019-object-dimensions-use-rna
Jaume Bellet
created branch pr-0019-object-dimensions-use-rna in JaumeBellet/mblender
2024-09-12 18:15:48 +02:00
Jaume Bellet
pushed to pr-0019-object-dimensions-set-fix at JaumeBellet/mblender
2024-09-12 18:14:57 +02:00
a15d104d1a
Merge branch 'bf-blender' into pr-0019-object-dimensions-set-fix
13c3439061
Merge branch 'main' of https://projects.blender.org/blender/blender into bf-blender
c0b1091e5b
Overlay-Next: Grease Pencil Edit Mode
2f9884cee1
Refactor: Sculpt: Use int instead of PBVHVertRef in expand
367cceaab8
Anim: Make it possible to enter/exit NLA tweak mode on slotted Actions
Jaume Bellet
created branch pr-0019-object-dimensions-set-fix in JaumeBellet/mblender
2024-09-12 18:14:57 +02:00
e40d792426
Merge branch 'main' of https://projects.blender.org/blender/blender into bf-blender
997ab86906
Compositor: Add Composite node for new CPU compositor
b0390cae09
Fix #126605: GPv3: Crash exporting selected frames to PDF
3a6a953662
Libs: Update OIIO/sse2neon/Python for Windows ARM64
16bf67cf37
Fix: Outdated tooltip on Principled BSDF
6433a1709b
Merge branch 'main' of https://projects.blender.org/blender/blender into bf-blender
77f8a79a96
Cleanup: Use named function for math::Axis char constructor
e842e9fd4c
EEVEE-Next: Concatenate info strings
ae3220e62b
Fix #112041: EEVEE-Next: Distant tranparent object shadow tagging
690cc6e3cb
GPv3: Minor modifier fixes
Adds operator handlers to operators.
#118026 allows to set callbacks on WorkspaceTool set / unset.
It should also be possible using the handlers introduced on this PR, using it over tool_set_by_id operator. On PRE , the…
Python tool set/unset Handlers
Allow to set callback functions in WorkSpaceTool Class . This way the final code is cleaner.
Previous procedures allows you to set callbacks over other tools you have not defined, that is…
Python tool set/unset Handlers
I added two commits.
The first one, allows to set the handler on the tool using the data returned by register_tool, so you don't need the context at all.
The second one allows to specify…
67e3940432
added mode on bl_ui.space_toolsystem_common.item_from_id and bypass it
3143bab74e
bpy.utils.register_tools return the registered tools.
apply updated diff from https://archive.blender.org/developer/D10635
Adds operator handlers to operators.