-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blender 3.6.2 support #391
base: dev
Are you sure you want to change the base?
Changes from all commits
1a94632
a8bfe15
7f19279
d14a48b
cd351fc
ef4acf0
b69b96b
234ef44
c9c58d6
5339544
ed11c98
5a1f3c5
444f1fc
d48011f
cb237a4
e80af95
930e0e9
a84a4a6
aeed7a9
2ac32e6
ddcb93e
33e2b18
79ab68b
3db393d
cef23c8
3aeb57e
0e27426
4ca6e4c
1994c0d
db46598
58a8cdb
b12e07f
efa5b0a
9c4de91
ac1ac24
7456c7e
03bbb78
def7d27
794b9ca
3e3fbc9
9ec80ba
dd2c08b
8ef4abb
54f1b60
5d99b27
889dedc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" /version [15.0^,16^) /property installationPath`) do ( | ||
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" /version 17^ /property installationPath`) do ( | ||
set VSDIR=%%i | ||
echo %%i | ||
) | ||
set VSCMD_DEBUG=True | ||
call "%VSDIR%\Common7\Tools\VsDevCmd.bat" | ||
cd %~dp0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ namespace blender | |
void world_matrix(mu::float4x4* world_matrix); | ||
Object* parent(); | ||
Object* object(); | ||
private: | ||
public: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this an intentional change? |
||
PointerRNA& m_instance; | ||
}; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No 3.6.0 here?