Commit Graph

137 Commits

Author SHA1 Message Date
rdb be19411cf8 Add support for Maya 2018 2018-08-10 23:03:15 +02:00
Younguk Kim a6b6f40015 pandatool/maya: Fix compilation error by missing std namespace 2018-06-15 09:22:35 +09:00
Sam Edwards b2bfb31114 general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.

Closes #350
Closes #335
2018-06-14 16:04:49 +02:00
Sam Edwards 7790f8429d general: Fully qualify header references into the std namespace
Closes #341
2018-06-07 10:35:12 +02:00
Sam Edwards e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
2018-06-03 16:35:13 -06:00
rdb 213ae6b029 Change some .T files to new docstring style that were missed 2018-06-01 20:44:30 +02:00
rdb a56520d055 Drop support for pre-5.0 Maya versions 2016-10-12 23:50:28 +02:00
rdb 365e1d53ef Merge branch 'release/1.9.x'
Conflicts:
	makepanda/makepandacore.py
	panda/src/cocoadisplay/cocoaGraphicsStateGuardian.mm
2016-06-27 01:18:02 +02:00
rdb 46147e9a09 Maya 2016.5 on 1.9 branch; fix Maya 2016.5 build on Mac OS X 2016-06-27 01:12:51 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb db3ab953e4 Remove ppremake, genPyCode, and all hacks created to support them 2015-11-09 19:06:49 +01:00
rdb 16e7831566 Remove executable permissions from files that don't need them 2015-04-05 15:41:49 +02:00
rdb 31a71c990d Fix issues with OS X 10.9 compilation, fix issues uncovered by clang 2014-10-12 18:45:37 +00:00
David Rose 622c047344 several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
David Rose dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
David Rose a9862a4450 fix problem with -copytex in conjunction with -pr 2011-11-01 23:44:38 +00:00
David Rose 134e9a9e92 dual names for interrogate 2011-10-11 00:45:51 +00:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
Mike Christel ce2e5ec10c new options "legacy-shaders" and "texture-copy"; egger now supports vertex color, flat color, and file textures in any combination with Maya Phong materials 2010-03-19 17:35:21 +00:00
Bei Yang c42a7e05ed Changed the way licensing works for loading the Maya API. Also changed the way directories are reverted for maya2egg. Added flag so this can be turned off which seems to be causing problems with maya 2010 2010-01-20 19:50:20 +00:00
David Rose 494d61083e avoid compiler warnings from HAVE_BLAH_H conflicts by renaming macros 2009-08-21 15:40:05 +00:00
David Rose 78cc74bdf1 retry on maya failure 2009-04-22 00:35:18 +00:00
Gyedo Jeon b52227d615 Added proper unit conversion for egg2maya 2009-03-13 22:01:53 +00:00
Asad M. Zaman 5148938ae9 added the support for arbitrary attributes defined by artists that has a prefix called <tag>; i.e. tagHoliday Christmas2008 is tagged on the group node as <Tag> Holiday {Christmas2008} 2008-11-12 02:08:39 +00:00
David Rose 2e7dedc809 add missing include 2008-10-21 15:59:32 +00:00
Asad M. Zaman 6eaa77ac70 better fix for the path reset 2008-06-18 01:09:48 +00:00
Asad M. Zaman e907c2be07 fixed a bug on egg2maya that caused problem if a meshname and joint name were the same; put some more debug messages for maya2008 2008-05-30 21:35:00 +00:00
David Rose ccacdcd5bb whoops 2008-05-28 20:43:52 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
Asad M. Zaman 91147411ee maya 2008 could change working directory after ::read, specially with referenced files; this forces it back 2008-05-20 22:11:29 +00:00
Josh Yelon 5cfd0320d9 Added support for Surface Shader 2008-05-19 19:42:45 +00:00
Josh Yelon 5547786f00 Fixed a transparency export bug 2008-04-24 01:56:35 +00:00
David Rose 0a616b4ec3 more maya 2008 weirdness 2008-03-26 22:18:28 +00:00
David Rose e1d0277947 build with maya2008 2008-03-25 19:11:28 +00:00
Josh Yelon 1d954d5104 Improvements to Shader Generator 2008-01-28 17:28:09 +00:00
David Rose de2ed901e4 patch from kaweh kazemi: OS X Leopard is now case-insensitive, causing conflicts with libmaya.dylib. 2008-01-22 19:11:59 +00:00
Josh Yelon 2ffa5786de Fixed a bug I introduced last night 2007-12-07 18:20:51 +00:00
Josh Yelon c31a9d079c Added support for glow maps. 2007-12-07 07:51:37 +00:00
Josh Yelon af80d56165 fixed bug in uvset handling 2007-12-07 05:25:07 +00:00
Josh Yelon b76c871187 Fixed a bug assigning _texture_name 2007-10-13 02:37:54 +00:00
Josh Yelon d742043ad8 New maya exporter code basically operational 2007-10-12 20:40:20 +00:00
Josh Yelon 962613a67a Missing header files 2007-10-11 20:28:50 +00:00
Josh Yelon b123c08234 First half of maya2egg texture overhaul complete. Code stable. 2007-10-11 19:22:39 +00:00
David Rose ecde8bed5b maya osx support from kaweh 2007-08-06 17:05:10 +00:00
David Rose 3b03d4f2f9 don't link with pystub 2006-10-16 22:16:24 +00:00
David Rose a3cc24dd6f dos2unix 2006-09-01 18:52:52 +00:00
David Rose ed11448c65 add keep-all-uvsets 2006-08-23 18:16:15 +00:00
Asad M. Zaman f7178cf358 hey, where is your mind? sorry had a mistype 2006-04-21 23:58:40 +00:00
Asad M. Zaman c9fc2e0ff0 oops, algorithm was wrong 2006-04-21 23:14:44 +00:00
Asad M. Zaman 669a5f6f21 found a better fix for the out of range color/alpha gain 2006-04-21 22:44:43 +00:00