Jacob Merrill JacobMerrill-1
  • CA, USA
  • Py Coder / Technical Artist - heavy on the technical.

    Enjoys solving complex problems for fun.

  • Joined on 2013-03-05
Jacob Merrill commented on issue blender/blender#113621 2023-10-17 02:25:08 +02:00
Regression: Can no longer set evaluated data in python for attributes

can we just merge this and close it into blender/blender#112150 ??

Jacob Merrill commented on issue blender/blender#112150 2023-10-17 00:00:23 +02:00
Attributes: add .data_readonly field to attributes in RNA

this will restore our ability to use a modal operator to interact with sim data?

Jacob Merrill commented on issue blender/blender#113621 2023-10-16 20:48:13 +02:00
Regression: Can no longer set evaluated data in python for attributes

@ideasman42 / py module owner - do we not want I/O from python to simulations?

Jacob Merrill reopened issue blender/blender#113621 2023-10-16 19:43:49 +02:00
Regression: Can no longer set evaluated data in python for attributes
Jacob Merrill commented on issue blender/blender#113621 2023-10-16 19:43:46 +02:00
Regression: Can no longer set evaluated data in python for attributes

a feature was removed that was working between versions without discussion - this is a regression*

I have a resolution - perhaps only use evaluated attributes if the evaluated object is…

Jacob Merrill commented on issue blender/blender#113621 2023-10-16 15:38:00 +02:00
Regression: Can no longer set evaluated data in python for attributes

For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug

functionality that existed was removed.

it was a bug*

Jacob Merrill commented on pull request blender/blender#111514 2023-10-16 15:33:00 +02:00
Fix #109670: attribute shared between geometries even when edited

I had been using a mode]al operator to using mouse / keyboard / joysticks to interact with a running simulation

I can't interact with the sim in py at all now without using a second mesh /…

Jacob Merrill reopened issue blender/blender#113621 2023-10-16 14:49:01 +02:00
Regression: Can no longer set evaluated data in python for attributes
Jacob Merrill commented on issue blender/blender#113621 2023-10-16 14:48:58 +02:00
Regression: Can no longer set evaluated data in python for attributes

Since input is not wrapped - I wrapped it myself and now that is gone.

now we have no way to interact with a running sim in a modal operator (I guess we can set inputs on another mesh - but I…

Jacob Merrill commented on issue blender/blender#113621 2023-10-15 19:13:51 +02:00
Regression: Can no longer set evaluated data in python for attributes

in a sim - the evaluated data from this frame becomes the initial values for the next frame @mod_moder

Jacob Merrill commented on issue blender/blender#113621 2023-10-14 21:04:54 +02:00
Regression: Can no longer set evaluated data in python for attributes

to interact with running simulation using a modal operator or to use py to basically run a sim yourself and cache it.

I use UPBGE at the moment instead of a modal operator but the concept is…

Jacob Merrill commented on issue blender/blender#113621 2023-10-14 00:16:37 +02:00
Regression: Can no longer set evaluated data in python for attributes

@iss can we poke the simulation module*

Jacob Merrill commented on issue blender/blender#113621 2023-10-13 01:05:36 +02:00
Regression: Can no longer set evaluated data in python for attributes

space bar to start sim - click modal operator - left click to push - 'Run' will appear in bottom of screen when it 'pushes'

Jacob Merrill commented on issue blender/blender#113621 2023-10-13 01:04:46 +02:00
Regression: Can no longer set evaluated data in python for attributes

the cube is a single vertex on the scene (not the empty)

here it is working in LTS 3.6

Jacob Merrill opened issue blender/blender#113621 2023-10-12 18:13:28 +02:00
Can no longer set evaluated data in python for attributes
Jacob Merrill commented on issue blender/blender#113388 2023-10-09 04:24:30 +02:00
Inconsistent node canvas position when switching node trees

can each editor 'own' a vec2 'offset' and the default is 0,0 ?

Jacob Merrill commented on issue blender/blender#113036 2023-09-30 05:53:31 +02:00
EEVEE-Next: Weird denosier behavior [SSGI]

There are settings for number of samples, As well as ssgi "scale" and there is some settings for ssr as well,

Jacob Merrill commented on issue blender/blender#111700 2023-08-30 17:10:28 +02:00
Raytest inside simulation -> used to get hit_index -> sample attributes is not returning attributes

image Basically - when 'Stick' and 'hit index' are set, hit position and local etc should all be calculated?

what am I doing wrong?

Jacob Merrill reopened issue blender/blender#111700 2023-08-30 16:26:34 +02:00
Raytest inside simulation -> used to get hit_index -> sample attributes is not returning attributes