• Joined on 2023-03-21
dbsc commented on pull request blender/blender#106065 2023-08-15 20:38:45 +02:00
Add Active Camera geometry node

There's currently a crash that happens when using markers and the proposed node. The crash happens on simulation_state.cc, because of this assert: `BLI_assert(frame > states_at_frames_.last()->fr…

dbsc pushed to active_camera_geo_node at dbsc/blender 2023-08-15 20:27:08 +02:00
6d1d0ff059 uncomment code
b7cef07cc1 use DEG function
Compare 2 commits »
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-08-14 15:50:34 +02:00
b8ef2e73ec get original camera object
98b69f84fa get input scene instead of cow scene
de0bd2e558 remove unecessary update tag on camera transform
b35a1468d9 fix indentation
d2191d5d00 fix crash when there's no active camera
Compare 362 commits »
dbsc commented on pull request blender/blender#106065 2023-07-28 15:31:55 +02:00
Add Active Camera geometry node

I made changes that hopefully solve both issues.

dbsc commented on pull request blender/blender#106065 2023-07-28 15:31:06 +02:00
Add Active Camera geometry node

From what I understand, DEG_id_tag_update forces an update on the values on the depsgraph or something like that, and DEG_tag_relations_update modifies the depsgraph. Since the marker changes the…

dbsc commented on pull request blender/blender#106065 2023-07-28 15:24:25 +02:00
Add Active Camera geometry node

Unless I'm mistaken the other nodes are not in alphabetical order. Should they be ordered as well?

dbsc reopened pull request blender/blender#106065 2023-07-28 15:22:13 +02:00
Add Active Camera geometry node
dbsc closed pull request blender/blender#106065 2023-07-28 15:21:58 +02:00
Add Active Camera geometry node
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-07-25 05:36:52 +02:00
b71168a649 fix indentation
ac726029cb fix crash when there's no active camera
Compare 2 commits »
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-07-25 05:07:08 +02:00
34ec2bf529 add utility function `node_needs_camera_transform_relation`
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-07-24 05:29:52 +02:00
d102c3d483 add utility function `node_needs_camera_transform_relation`
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-07-19 00:40:37 +02:00
7d431f5073 make 'active camera' node description clearer
2390fec1c1 reorder to respect alphabetic order
Compare 2 commits »
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-07-18 05:49:49 +02:00
c69c573aa2 fix active camera node update when using markers
1e19ed0de2 update active camera node when camera is changed
b8ec27584b add relations update upon camera creation; code cleanup
93082a537e implement `node_geo_exec` for Active Camera node
11ac459cbb add active camera node option
Compare 3513 commits »
dbsc pushed to main at dbsc/blender 2023-05-08 20:25:05 +02:00
50d49e24c4 Asset Views: Decrease default preview cache size
6a7ca67a98 Fix #107725: ray-offset was incorrectly applied on motion triangles
07ac8cb15a Fix #107506: Depsgraph: non-geometry component is treated as geometry component
527b21f0ae LibOverride: Restore local references to virtual linked liboverrides on resync.
0327d2c963 Add missing notifier when setting cursor.matrix
Compare 1170 commits »
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-03-29 05:44:05 +02:00
199979cab2 fix active camera node update when using markers
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-03-28 00:36:35 +02:00
40bef4a134 fix active camera node update when using markers
dbsc commented on pull request blender/blender#106065 2023-03-25 04:41:55 +01:00
Add Active Camera geometry node

Currently there is a problem with the camera changes using markers since they don't share a common function with VIEW3D_OT_object_as_camera to make this change. Is there a way to just listen to…

dbsc pushed to active_camera_geo_node at dbsc/blender 2023-03-25 04:27:44 +01:00
b62a167379 update active camera node when camera is changed
dbsc created pull request blender/blender#106065 2023-03-24 01:56:05 +01:00
WIP: Add Active Camera geometry node
dbsc pushed to active_camera_geo_node at dbsc/blender 2023-03-24 01:32:03 +01:00
440c1ee129 add relations update upon camera creation; code cleanup