T52586: User can no longer add current scene as scene strip.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/makesrna/RNA_enum_types.h | ||
|---|---|---|
| 241 | Would prefer same prefix, eg: RNA_scene_without_active_itemf | |
| source/blender/windowmanager/intern/wm_operators.c | ||
| 3997 | It would be more flexible to pass in a function and user_data (common convention in Blender), This can then check each item, filtering it based on it's own logic. See: source/blender/blenlib/intern/BLI_kdtree.c:304 | |
Comment Actions
Updated rna_id_itemf() so it takes an optional filter function / data as args, moved filter logic to custom func, and fixed custom RNA_*_itemf() name.
Comment Actions
@Campbell Barton (campbellbarton) Oh gosh lol - not sure if I was supposed to mark the inline comments as 'Done' to notify you that I updated it or if you were supposed to mark those after you review changes (still learning how phab works haha)... anywho, thanks for the feedback - I updated w/ some changes.