You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Blend shapes using transform feedback (GPU)
This commit is contained in:
@@ -1840,6 +1840,8 @@ void ScriptEditor::get_window_layout(Ref<ConfigFile> p_layout) {
|
||||
|
||||
void ScriptEditor::_help_class_open(const String& p_class) {
|
||||
|
||||
if (p_class=="")
|
||||
return;
|
||||
|
||||
for(int i=0;i<tab_container->get_child_count();i++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user