Merge branch 'release/1.10.x'

This commit is contained in:
rdb 2022-11-14 12:47:28 +01:00
commit 592f2b7d6e
6 changed files with 12 additions and 24 deletions

View File

@ -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

View File

@ -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
![Gold Sponsors](https://opencollective.com/panda3d/tiers/gold-sponsor.svg?avatarHeight=48&width=600)
* [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/) ![Bronze Sponsors](https://opencollective.com/panda3d/tiers/bronze-sponsor.svg?avatarHeight=48&width=600)
* [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
![Enthusiasts](https://opencollective.com/panda3d/tiers/enthusiast.svg?avatarHeight=48&width=600)
* Eric Thomson
* Kyle Roach
* Brian Lach
* C0MPU73R
* Maxwell Dreytser
* SureBet
## Backers

View File

@ -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:

View File

@ -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) {

View File

@ -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;

View File

@ -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/