mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
Merge branch 'release/1.10.x'
This commit is contained in:
commit
592f2b7d6e
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -353,10 +353,10 @@ jobs:
|
||||
- name: Get thirdparty packages (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
curl -O https://www.panda3d.org/download/panda3d-1.10.11/panda3d-1.10.11-tools-mac.tar.gz
|
||||
tar -xf panda3d-1.10.11-tools-mac.tar.gz
|
||||
mv panda3d-1.10.11/thirdparty thirdparty
|
||||
rmdir panda3d-1.10.11
|
||||
curl -O https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-mac.tar.gz
|
||||
tar -xf panda3d-1.10.13-tools-mac.tar.gz
|
||||
mv panda3d-1.10.13/thirdparty thirdparty
|
||||
rmdir panda3d-1.10.13
|
||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
|
13
BACKERS.md
13
BACKERS.md
@ -2,20 +2,12 @@
|
||||
|
||||
This is a list of all the people who are contributing financially to Panda3D. If you'd like to join them, visit [our campaign on OpenCollective](https://opencollective.com/panda3d)!
|
||||
|
||||
## Gold Sponsors
|
||||
|
||||

|
||||
|
||||
* [tcdude](https://opencollective.com/tizilogic)
|
||||
|
||||
## Bronze Sponsors
|
||||
|
||||
[<img src="https://www.panda3d.org/wp-content/uploads/2021/02/changecrab_logo.png" alt="ChangeCrab" height="48">](https://changecrab.com/) 
|
||||
|
||||
* [Mitchell Stokes](https://opencollective.com/mitchell-stokes)
|
||||
* [Daniel Stokes](https://opencollective.com/daniel-stokes)
|
||||
* [David Rose](https://opencollective.com/david-rose)
|
||||
* [ChangeCrab](https://changecrab.com)
|
||||
|
||||
## Benefactors
|
||||
|
||||
@ -24,17 +16,16 @@ This is a list of all the people who are contributing financially to Panda3D. I
|
||||
* Sam Edwards
|
||||
* Max Voss
|
||||
* Hawkheart
|
||||
* Dan Mlodecki
|
||||
* Veronica
|
||||
|
||||
## Enthusiasts
|
||||
|
||||

|
||||
|
||||
* Eric Thomson
|
||||
* Kyle Roach
|
||||
* Brian Lach
|
||||
* C0MPU73R
|
||||
* Maxwell Dreytser
|
||||
* SureBet
|
||||
|
||||
## Backers
|
||||
|
||||
|
@ -136,7 +136,7 @@ macOS
|
||||
-----
|
||||
|
||||
On macOS, you will need to download a set of precompiled thirdparty packages in order to
|
||||
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.12/panda3d-1.10.12-tools-mac.tar.gz).
|
||||
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-mac.tar.gz).
|
||||
|
||||
After placing the thirdparty directory inside the panda3d source directory,
|
||||
you may build Panda3D using a command like the following:
|
||||
|
@ -908,11 +908,9 @@ update_shader_vertex_arrays(ShaderContext *prev, bool force) {
|
||||
stride, client_pointer);
|
||||
}
|
||||
|
||||
if (divisor > 0) {
|
||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||
}
|
||||
|
||||
} else {
|
||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||
}
|
||||
else {
|
||||
// It's a conventional vertex attribute. Ugh.
|
||||
#ifdef SUPPORT_FIXED_FUNCTION
|
||||
switch (p) {
|
||||
|
@ -2515,9 +2515,7 @@ update_shader_vertex_arrays(ShaderContext *prev, bool force) {
|
||||
stride, client_pointer);
|
||||
}
|
||||
|
||||
if (divisor > 0) {
|
||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||
}
|
||||
_glgsg->set_vertex_attrib_divisor(p, divisor);
|
||||
|
||||
++p;
|
||||
client_pointer += element_stride;
|
||||
|
@ -31,6 +31,7 @@ classifiers =
|
||||
author = Panda3D Team
|
||||
author_email = etc-panda3d@lists.andrew.cmu.edu
|
||||
project_urls =
|
||||
Download=https://www.panda3d.org/download/
|
||||
Source=https://github.com/panda3d/panda3d
|
||||
Tracker=https://github.com/panda3d/panda3d/issues
|
||||
Documentation=https://www.panda3d.org/manual/
|
||||
|
Loading…
x
Reference in New Issue
Block a user