Jose Conseco JoseConseco
  • Joined on 2010-04-05
Jose Conseco commented on issue blender/blender#119139 2024-03-14 23:10:47 +01:00
WIP: Allow name-swapping when renaming IDs from the UI

Half of my plugins are broken due to this name swap lock. If the change wont be reverted (and it seems it wont), then pls. add info about it to python api changes, so that addon devs can properly…

Jose Conseco commented on issue blender/blender#94658 2024-03-11 12:20:04 +01:00
pyrna_enum_to_py: current value '20517' matches no enum in 'Event'

Similar problem - when moving gizmo, that target geometry nodes modifier input 'Input_2' - throws lots of : '20517' matches no enum in 'Event' - in console (operation works though ok).…

Jose Conseco commented on pull request blender/blender#118339 2024-02-27 22:00:33 +01:00
Sculpt: Initialize hairs with custom radius

I'm bit late to party, but I can see the 'fallback_curve_radius' is by default set to 0. This mean that first new strands will be added with radius attribute of 0? I would imagine, initializin…

Jose Conseco commented on issue blender/blender#115321 2024-02-12 21:39:03 +01:00
Cloth simulation, Rest Shape Key does not function / Dynamic Mesh always on

Below I attached, IMO easier, setup, where we have 'Rest' shapekey - square mesh, and 'stretched' shapekey - elongated on x axis.
Expected result:

  1. Cloth sim should relax mesh - to its…
Jose Conseco commented on issue blender/blender#114173 2024-01-22 19:56:12 +01:00
Cannot undo python opeartor that writes to curve attribute - if

This task has label 'need info from user' but I think all required info is already there?

Jose Conseco commented on issue blender/blender#117101 2024-01-15 14:25:45 +01:00
Hair Curve 'Add' brush initializes strands with 0 radius attr

Thanks for the report. Can confirm but not sure whether this is intended. You can avoid this with the help of stored name attribute: image

Jose Conseco commented on issue blender/blender#117101 2024-01-15 14:20:49 +01:00
Hair Curve 'Add' brush initializes strands with 0 radius attr

It is bit similar - in the blend file above, the radius attribute was manually created by me.

  • thus each new strand receives 'radius' value = 0. In that case 'radius' attribute values is…
Jose Conseco opened issue blender/blender#117101 2024-01-13 22:33:16 +01:00
Hair Curve 'Add' brush initializes strands with 0 radius attr
Jose Conseco commented on issue blender/blender#116763 2024-01-03 21:58:02 +01:00
Accessing curve points positions, in draw_handler + geo node mod == huge lag.

Well yes, the crashes are bit random. It does not happen 90% of time.

Jose Conseco opened issue blender/blender#116763 2024-01-03 21:23:34 +01:00
Accessing curve points positions, in draw_handler + geo node mod == huge lag.
Jose Conseco commented on issue blender/blender#93478 2023-12-02 19:48:43 +01:00
Impossible to run Modal operator with simultaneously open props dialog (Blender crashes)

Is there workaround for it? In my case I would like for user to be able to pick color, when he uses modal operator, by using context.window_manager.invoke_props_dialog(self) .

Jose Conseco created pull request blender/blender-addons#104995 2023-11-11 15:52:04 +01:00
new bmesh refresh method
Jose Conseco pushed to main at JoseConseco/blender-addons 2023-11-11 15:49:26 +01:00
7bfe53dda9 new bmesh refresh method
Jose Conseco created repository JoseConseco/blender-addons 2023-11-11 15:29:57 +01:00
Jose Conseco commented on issue blender/blender#114173 2023-10-26 18:51:06 +02:00
Cannot undo python opeartor that writes to curve attribute - if

My bad. if fixed the upload.

Jose Conseco opened issue blender/blender#114173 2023-10-26 17:03:01 +02:00
Cannot undo python opeartor that writes to curve attribute - if
Jose Conseco opened issue blender/blender#109670 2023-07-03 22:16:34 +02:00
[REGRESSION] 2d vector attribute, not unlinked correctly on mesh copy.
Jose Conseco closed issue blender/blender#107338 2023-04-25 16:15:20 +02:00
Make Instances Real operator working incorrect
Jose Conseco commented on issue blender/blender#107338 2023-04-25 15:51:12 +02:00
Make Instances Real operator working incorrect

There is another issue, where even if we use 'As Instance' the 'Make instances real' will link 'owner' modifier for no reason. But I have to simplify the geo node setup .