Commit Graph

304 Commits

Author SHA1 Message Date
Stefan Gartner
5146bc6e41 build the OSX application bundle in $(DIR)/bin 2003-02-02 17:28:15 +00:00
Wouter van Heyst
1ee378865f Correct typo in blenderstatic rule 2003-02-02 16:45:32 +00:00
Kent Mein
407071d526 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
2003-02-02 15:38:42 +00:00
Michel Selten
d45c5706d7 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
2003-02-01 12:01:41 +00:00
Stefan Gartner
4709eced07 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.
2003-02-01 08:25:09 +00:00
Michel Selten
dd8f2d4ee3 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
2003-01-31 20:24:18 +00:00
Rob Haarsma
d1d3969d7d added mousewheel support for UV Image window 2003-01-31 17:22:20 +00:00
Rob Haarsma
fefaf2ff0f added mousewheel support 2003-01-31 17:21:29 +00:00
Kent Mein
f41a178ae9 opps had a typo...
Kent
2003-01-30 20:05:04 +00:00
Kent Mein
9475bf9e29 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
2003-01-30 18:51:05 +00:00
Stefan Gartner
96cb7d1629 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 :)
2003-01-30 14:20:08 +00:00
Stefan Gartner
2df139c572 added "fake user" button (basically a shortcut for pressing Shift+F4 and F) 2003-01-30 13:19:26 +00:00
Chris Want
eca167fbca 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.
2003-01-30 06:19:49 +00:00
Kent Mein
e250a26947 added
#ifdef USE_SUMO_SOLID

around this line.
   #include "SM_Scene.h"

Kent
2003-01-30 03:13:56 +00:00
Kent Mein
c6b5dbbf9b Added multitest to the targets that get built for tests for ghost.
Kent
2003-01-30 02:47:29 +00:00
Chris Want
2d9d906cb3 Ignore WM_DELETE_WINDOW on IRIX (somebody smarter than me please
check this for correctness).
2003-01-29 19:49:22 +00:00
Rob Haarsma
a8f7197054 added win32 style ctrl keystrokes for cut/copy/paste/undo/redo 2003-01-29 13:49:25 +00:00
Rob Haarsma
744913e654 fixed error message, bmp header wasn't included 2003-01-29 12:18:25 +00:00
Rob Haarsma
10a8183b7e added loading of bmp images. (bmp code was already present in blender) 2003-01-29 11:29:06 +00:00
Rob Haarsma
768603383e added iff, lbm and bmp filetypes to the fileselect. added loading of bmp images,
modified drawing of the imageselect, and a bugfix for popups.
2003-01-29 11:28:15 +00:00
Chris Want
e469083a33 The other part of sgefant's fullscreen by default patch: turning
off fullscreen using the -w flag.
2003-01-29 05:37:24 +00:00
Chris Want
a6e4b7bb18 Mousewheel under X11 (patch by Martin Vollrathson) 2003-01-29 04:45:13 +00:00
Chris Want
fbcfbb96ca Full screen by default under Unix (patch by sgefant) 2003-01-29 04:42:25 +00:00
Chris Want
57b03cba73 CKEY in the action window scrolls the window so that the current frame
is in the center.
2003-01-28 19:54:19 +00:00
Simon Clitherow
1bbd7b1392 Modified MSVC intern projectfiles - XCOPY doesn't need the /E option.
Updated README to suit the new 'merged' blender target.

--aphex
2003-01-28 19:39:06 +00:00
Rob Haarsma
90a0e1b7bf added mousewheel support part 3 2003-01-28 12:14:47 +00:00
Rob Haarsma
e785342319 added mousewheel support part 2 2003-01-28 11:14:38 +00:00
Chris Want
9ca562765b Added x-ray bones support (sgefant ended up
doing the bulk of the work when he added the button).
The new x-ray button is added in the edit buttons when
the armature is selected. (suggested by ztonzy)
2003-01-28 05:16:41 +00:00
Chris Want
e36159ce85 Added functionality for using TKEY in the action windows
to change the Ipo type (constant/linear/bezier) for the Ipo curves
owned by the selected channels
2003-01-28 03:59:33 +00:00
Chris Want
53b540c627 Added support for manipulating Ipo bezier handles through
the action window. Selecting action keys and pressing VKEY,
HKEY, or shift-HKEY modifies the handles of the keys in
the same way it does in the IPO window. (suggested by Lyubomir)
2003-01-28 03:11:27 +00:00
Rob Haarsma
30861557bc added mousewheel support 2003-01-28 00:18:16 +00:00
Rob Haarsma
0a37ede0e7 added mousewheel support 2003-01-27 23:57:43 +00:00
Maarten Gribnau
0df2cdbc2d Fixed constructor of wheel event.
Limited wheel event ticks to plus and minus one on Mac.
Maarten
PS Any volunteers for X11?
2003-01-27 22:08:51 +00:00
Maarten Gribnau
08c376d54c Added GHOST_WheelEvent.h
Maarten
2003-01-27 21:36:07 +00:00
Maarten Gribnau
6478b3aa94 Added mouse wheel support for windows.
Both gears (C and C++) projects contain an example.
Maarten
2003-01-27 21:35:26 +00:00
Wouter van Heyst
3396a23499 - Update the basic Makefile tips to reflect the current situation
- Update the upstream ODE site to it's current canonical location
- Update the location of bundled ODE to extern/
- Removed the manual unpacking of fmod for OSX, it's in lib/ now
- Add the #blendersauce irc channel to the contact information
- some minor cosmetic fixes
2003-01-27 01:43:09 +00:00
Simon Clitherow
945d501435 Merged the blenderpublisher and blendercreator targets for MSVC.
Should the old targets be removed or moved to /old?
2003-01-26 15:19:27 +00:00
Frank van Beek
0853bef1e2 - files are now compiled in a different location. So the include path
to Python.h had to be adjusted
2003-01-26 13:12:29 +00:00
Frank van Beek
4eead02134 - create lib dir when compiling blender for windows 2003-01-26 10:19:06 +00:00
Wouter van Heyst
3bf8d2aa0c Get the Blender module back using the traditional makefiles, other
build systems (auto, msvc, PB) do not seem to have this problem.

- Change intern/python/freeze/Makefile to freeze outside of the source/ tree
- Change source/blender/bpython/Makefile to not build the frozen stuff anymore
- Change source/blender/bpython/intern/Makefile to use CURRENT_PYTHON_API
   instead of FUTURE_PYTHON_API, damage control
2003-01-26 02:42:22 +00:00
Simon Clitherow
a96eede8fb last of the libjpeg-static.a -> libjpeg.a changes for MSVC. 2003-01-24 21:25:07 +00:00
Simon Clitherow
0886539ce6 renamed libjpeg-static.a to libjpeg.a to suit NaN makefiles (for cygwin)
and updated the MSVC project files.
2003-01-24 21:10:41 +00:00
Wouter van Heyst
23fe9bb3fe Use saner defaults on Linux 2003-01-24 16:53:47 +00:00
Stefan Gartner
3c9e4d3227 make switching to bottom, back, and left view (shift+pad7, shift+pad1
and shift+pad1) work when in camera view
2003-01-24 07:18:30 +00:00
Kent Mein
d1ca120fb8 Fixed up the code so it compiles. (Basically added one more arg to
GHOST_CreateWindow)

Kent
2003-01-24 06:00:38 +00:00
Kent Mein
16677d1f28 fixed 3 warnings...
One uninitalized var and 2 unused vars.

Kent
2003-01-24 05:52:25 +00:00
Kent Mein
ffef850589 Fixed doxygen so it would run again for ghost....
My first time using it so I may have done it wrong but it produces the
docs now and it didn't before so maybe someone else wants to look at it ;)

Kent
2003-01-24 05:32:14 +00:00
Chris Want
f5c1bdac33 Changed NAN_PYTHON_VERSION from 2.0 to 2.2 for the
windows build.
2003-01-24 01:57:24 +00:00
Maarten Gribnau
5b845badef First light of mouse wheel support.
Only working (soso) on osx.
Maarten
2003-01-23 21:39:29 +00:00
Maarten Gribnau
cb4f2e1a4e updated paths to Python
Maarten
2003-01-23 20:14:02 +00:00