Jaume Bellet JaumeBellet
Jaume Bellet pushed to bf-blender at JaumeBellet/mblender 2024-02-23 18:58:01 +01:00
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
Compare 10 commits »
Jaume Bellet created branch bf-blender in JaumeBellet/mblender 2024-02-23 18:58:01 +01:00
Jaume Bellet commented on pull request blender/blender#117912 2024-02-12 06:45:39 +01:00
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…

Jaume Bellet pushed to pr-0021-tool-handlers at JaumeBellet/blender 2024-02-11 21:23:40 +01:00
8f00d31c5d fixes py error when cb was not set on workspace tool class
Jaume Bellet commented on pull request blender/blender#118026 2024-02-11 20:22:22 +01:00
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…

Jaume Bellet pushed to pr-0021-tool-handlers at JaumeBellet/blender 2024-02-11 20:14:00 +01:00
7bfb5e6d1a Allows to set Tool Handers on class Definition, as unset_cb and set_cb
Jaume Bellet commented on pull request blender/blender#118026 2024-02-11 19:51:00 +01:00
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…

Jaume Bellet pushed to pr-0021-tool-handlers at JaumeBellet/blender 2024-02-11 19:38:07 +01:00
67e3940432 added mode on bl_ui.space_toolsystem_common.item_from_id and bypass it
3143bab74e bpy.utils.register_tools return the registered tools.
Compare 2 commits »
Jaume Bellet created pull request blender/blender#118026 2024-02-09 07:50:31 +01:00
apply updated diff from https://archive.blender.org/developer/D10635
Jaume Bellet created branch pr-0021-tool-handlers in JaumeBellet/blender 2024-02-09 07:44:09 +01:00
Jaume Bellet pushed to pr-0011-operator-handlers at JaumeBellet/blender 2024-02-06 20:41:42 +01:00
5cc4c29784 missing files to be added on previous commit
Jaume Bellet created pull request blender/blender#117912 2024-02-06 18:32:36 +01:00
Adds operator handlers to operators.
Jaume Bellet pushed to pr-0011-operator-handlers at JaumeBellet/blender 2024-02-06 18:17:50 +01:00
7908e90d29 Adds operator handlers to operators.
Jaume Bellet created branch pr-0011-operator-handlers in JaumeBellet/blender 2024-02-06 18:17:50 +01:00
Jaume Bellet created pull request blender/blender#117871 2024-02-05 23:59:55 +01:00
Uses RNA to draw object bound dimensions fields on 3D view Panel.
Jaume Bellet pushed to pr-0019-object-dimensions-use-rna at JaumeBellet/blender 2024-02-05 23:57:27 +01:00
8ab41edc96 Uses RNA to draw object bound dimensions fields on 3D view Panel.
Jaume Bellet pushed to pr-0019-object-dimensions-use-rna at JaumeBellet/blender 2024-02-05 23:47:27 +01:00
c527056f0c Fix #117783: Allow Multiple Negatives in Numerical Inputs with Units
72d324bd81 Fix #117865: "Create Face Sets" operator crashes for multires
4797773604 Fix #117816: Import USD DistantLight as Blender Sun light
df8c85d3f9 Cleanup: UI Remove more unnecessary a1 and a2 parameters
3cf1c795ff Fix assertion when creating an override of a enum custom property.
Compare 10 commits »
Jaume Bellet created branch pr-0019-object-dimensions-use-rna in JaumeBellet/blender 2024-02-05 23:47:27 +01:00
Jaume Bellet created repository JaumeBellet/mblender 2024-02-04 16:09:02 +01:00