Commit Graph

972 Commits

Author SHA1 Message Date
David Rose 7b5bc71597 add :cutout 2006-04-06 21:31:44 +00:00
David Rose 92452a393d better #includes 2006-04-06 14:08:50 +00:00
David Rose 8a78fffd8f multithreading optimizations, tau profiler, related changes 2006-04-05 19:36:05 +00:00
David Rose d18afb15fe PStatCollectorDef no longer uses RGBColorf 2006-03-29 14:58:51 +00:00
David Rose f803ef85ce explicit mipmap control 2006-03-22 22:23:56 +00:00
David Rose 725e82e6f4 show_through() 2006-03-20 20:48:26 +00:00
David Rose 039acd1ad4 pnotify 2006-03-20 03:33:16 +00:00
David Rose e6369ba5a4 compressed textures, texture objects 2006-03-15 20:05:36 +00:00
Asad M. Zaman 869d2afc0d made the keep-all-uvsets to propagete to the child nodes 2006-03-09 01:46:57 +00:00
David Rose 87fd44e644 improve threads interaction 2006-02-25 01:20:15 +00:00
Asad M. Zaman 879329de0e discard unused uvsets unless requested by the keep-all-uvsets in Maya 2006-02-24 03:29:34 +00:00
Josh Yelon 39820708dd Stripped some carriage returns 2006-02-18 05:24:33 +00:00
David Rose 1d2282a879 pipelining getting close; uprev bam version to 6.0 2006-02-14 19:07:47 +00:00
Asad M. Zaman 70cc513ea8 fixes a bug with multiple mayacopy; doesn't work with referenced files though 2006-02-02 03:03:54 +00:00
Asad M. Zaman 7d3829ceb6 this saves the redundant lighting stage 2006-02-02 00:33:25 +00:00
David Rose 162a4ceffe remove dead code 2006-01-31 20:10:43 +00:00
David Rose 945251b218 show frame rate in menu 2006-01-31 20:05:23 +00:00
David Rose 50320a6a28 integrate PStatThread and Thread 2006-01-31 19:00:01 +00:00
Asad M. Zaman 0faf866c57 modified replace_prefix to vector 2006-01-31 06:55:49 +00:00
David Rose d8a5555d87 use os_generic 2006-01-31 04:49:49 +00:00
David Rose b60d02e604 relative paths to reference files 2006-01-31 04:49:29 +00:00
David Rose 7494449423 support skeleton/channels distinction 2006-01-31 04:49:12 +00:00
Asad M. Zaman 06b1837f77 changed the classic decal mode to the new one where decal does not over-write the poly color. It raises our minimum platform to be able to support three layers instead of two. Also I have added the interpolate (grass-path) mode. This mode uses the top most alpha file to determine whether to show bottom texture or top 2006-01-27 00:47:29 +00:00
David Rose 6d0b7f4344 a bit more .pz support 2006-01-26 15:03:40 +00:00
David Rose ca1a157c21 missing parameter 2006-01-26 04:12:19 +00:00
David Rose 420ab68136 implicitly decompress/compress for input/output files named .pz; also support vfs-implicit-pz. 2006-01-25 17:45:31 +00:00
David Rose fdf8e075a8 piano roll 2006-01-18 04:24:06 +00:00
David Rose 59bdb24719 smooth box, frame total 2006-01-18 03:31:45 +00:00
David Rose 2f0857570c Graphs menu 2006-01-18 01:10:44 +00:00
David Rose b902d7d1c1 menus, double-clicks hooked up properly 2006-01-17 23:37:43 +00:00
David Rose e62394bbe5 typo 2006-01-17 23:18:21 +00:00
David Rose 0f5505382e getting closer 2006-01-17 23:17:59 +00:00
David Rose 531438ce6f colored labels 2006-01-17 05:55:49 +00:00
David Rose d1f039f707 crude initial start of gtk-2.0 port of pstats server 2006-01-17 04:04:23 +00:00
David Rose 572a146c24 untabify 2006-01-13 18:38:07 +00:00
Asad M. Zaman e53e0f8b6d added the keep alpha feature 2006-01-11 00:39:23 +00:00
Asad M. Zaman de3a3b21df fixes the maya2egg alpha 2005-12-15 21:50:25 +00:00
Asad M. Zaman a3946de5d3 fixes the order of the uvset-texture link: previous checkin didn't do the job 2005-12-13 00:48:09 +00:00
Asad M. Zaman d4f5097fbd fixed a crash bug regarding uvLink 2005-12-12 19:39:09 +00:00
Asad M. Zaman 0475f06d9b yyepe! finally figured out the multitexture and uvset connection: this fix will enable artists to view imported multitextures 2005-12-10 04:06:07 +00:00
Asad M. Zaman aabf720376 changing the rule for mayatoegg modulate mode on multitexture 2005-12-09 00:02:32 +00:00
Asad M. Zaman f4054015c4 fixed the bug on multiple blendshape 2005-12-06 01:38:37 +00:00
Asad M. Zaman 934c18f097 optimizing on the subsets 2005-12-05 20:28:19 +00:00
Asad M. Zaman b3d54ed848 turns out shaders can have more than 20 inputs, so turning off the exit case for now 2005-12-02 00:35:52 +00:00
David Rose 56a7c5b2fd assertion to prevent crash 2005-11-29 19:00:12 +00:00
Asad M. Zaman 47f189b142 changing the output a little 2005-11-18 02:49:55 +00:00
Asad M. Zaman 33dfddf706 fixed the bug on plug array value retieveing 2005-11-18 02:40:30 +00:00
Asad M. Zaman 3ba4ac0cb1 removing the dependency on -rp and assuming that the first word of the filename will be the prefix to be replaced 2005-11-15 00:50:08 +00:00
Josh Yelon 61639a1ef9 Added support for blender x-files 2005-11-14 19:04:51 +00:00
Asad M. Zaman 5703d49669 added the maya blendmode support for the add, multiply and over 2005-11-12 21:08:40 +00:00