February 3, 2003, 16:29 (GMT) |
I took out the include since it was causing problems on some platforms and added targets for clean, debug and test, so we don't need the include. Kent |
Revision ce1ee71 by Wouter van Heyst February 3, 2003, 03:56 (GMT) |
Makefile - fix make/shell buglet to make use of --no-print-directory for cleaner logs - Conform to the nan_subdirs.mk mechanism of building intern/Makefile - include nan_subdirs.mk again This enables people to run make clean and all those other targets from the top level dir again, 'make source' has been lost for now |
Revision cdfeebb by Wouter van Heyst February 3, 2003, 01:46 (GMT) |
Change a freebsd and Linux/ppc case to first build blenderdynamic, and blenderstatic after that. This works around tinderbox bailing out on static and thus burning, the static build still breaks but we're not checking that in tinderbox yet. |
Revision 2ad6ec0 by Stefan Gartner February 2, 2003, 17:53 (GMT) |
replace "blenderpublisher" with "blender" |
Revision 5146bc6 by Stefan Gartner February 2, 2003, 17:28 (GMT) |
build the OSX application bundle in $(DIR)/bin |
Revision 1ee3788 by Wouter van Heyst February 2, 2003, 16:45 (GMT) |
Correct typo in blenderstatic rule |
February 2, 2003, 15:38 (GMT) |
Modified the Makefile to build just blender now instead of blenderpublisher blendercreator.... This might break tinderbox but we need to commit it to test it to get it working fully. :) Kent |
Revision d45c570 by Michel Selten February 1, 2003, 12:01 (GMT) |
This small update should fix the build errors in python/freeze. I added a check if the output directory (../frozen) exists and will create the directory if it does not exist. This time I tested it also with the NaN make environment :) Michel |
Revision 4709ece by Stefan Gartner February 1, 2003, 08:25 (GMT) |
added simple shaded+wire and solid+wire drawmodes. It basically draws the wireframe after drawing the model in solid/shaded/textured mode. The user can set this per object using the "Wire" button in the edit buttons window. |
Revision dd8f2d4 by Michel Selten January 31, 2003, 20:24 (GMT) |
Now the make freeze is done when any of the *.py files in intern/python is updated. * modulefinder creates a file src.list which contains all the *.py files needed for the python suport in Blender. * Makefile.am is able to depend on the files listed in src.list. * makemakefile_ac.py is reverted to the previous version. The old version contained my first attempt to get the make freeze trick working. It was wrong. Michel |
Revision d1d3969 by Rob Haarsma January 31, 2003, 17:22 (GMT) |
added mousewheel support for UV Image window |
Revision fefaf2f by Rob Haarsma January 31, 2003, 17:21 (GMT) |
added mousewheel support |
January 30, 2003, 20:05 (GMT) |
opps had a typo... Kent |
January 30, 2003, 18:51 (GMT) |
Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__) From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840 Kent |
Revision 96cb7d1 by Stefan Gartner January 30, 2003, 14:20 (GMT) |
added NTSC preset (Image size - 720x480, Aspect ratio - 10x11, 30 fps) PAL and PAL 16:9 presets set frs_sec to 25 I know 30 fps isn't quite correct for NTSC, but it's close :) |
Revision 2df139c by Stefan Gartner January 30, 2003, 13:19 (GMT) |
added "fake user" button (basically a shortcut for pressing Shift+F4 and F) |
Revision eca167f by Chris Want January 30, 2003, 06:19 (GMT) |
Extra selection support for the action window, including: - border select initiated in the channel names border selects the channels and constraint channels. - right click or border select initiated in the horizontal scroll causes blender to select all keys for the selected frames. - right click or border select in the vertical scroll causes blender to select all keys for the channel or constraint channels that are to the left of the selection. |
January 30, 2003, 03:13 (GMT) |
added #ifdef USE_SUMO_SOLID around this line. #include "SM_Scene.h" Kent |
January 30, 2003, 02:47 (GMT) |
Added multitest to the targets that get built for tests for ghost. Kent |
Revision 2d9d906 by Chris Want January 29, 2003, 19:49 (GMT) |
Ignore WM_DELETE_WINDOW on IRIX (somebody smarter than me please check this for correctness). |
|
|
|


Master Commits
MiikaHweb | 2003-2021