asdMild

Results 11 comments of asdMild

try use imgui-1.86 , higher version change something

rush is work well in maya 2020 , there may some menus are not defined yet, like Rigging, if the defined file is write by yourself without any auto script,...

i export some file and build 2 python file, but it looks chaos. i export the files from [ 'C:\Program Files\Autodesk\Maya2020\scripts\shelves', 'C:\Program Files\Autodesk\Maya2020\scripts\startup\defaultRunTimeCommands.mel', 'C:\Program Files\Autodesk\Maya2020\scripts\startup\namedCommandSetup.mel',] the file from shelves and...

those prefix are made by myself, for command search in the rush. just remove them if necessary.

[code.zip](https://github.com/minoue/rush/files/7284606/code.zip) those two file are create by myself, i use them for one month, maybe it can have some help but the file from defaultRunTimeCommands.mel is ignored because messy

> > > **EDIT** sorry, I got your question wrong: if it's just about reloading the package, that probably wouldn't be hard to implement (I'm not entirely sure but I...

![cc](https://user-images.githubusercontent.com/20412251/107120154-e0d80980-68c6-11eb-91f6-ad9c99c9d144.png) i try this , i only need restart ryven in the menu of ue4, don't restart ue4. it may useful if the ryven run inside another qt loop

> > > wait, are you running this _inside_ unreal engine? > > I can probably just reparse the sources on runtime and "reregister" the node internally. I'm not 100%...

> > yes, i running this inside unreal engine, in a QtApp exec in the ue4 python. > > Nice, I never did this myself, I assumed this would require...