dbb49fd378
- Build ode on OSX
...
- shuffle patching around
2003-03-25 14:39:19 +00:00
3711aade3b
On OSX, run ranlib on libfrozen.a after creation
2003-03-24 23:45:11 +00:00
d35e081c08
(re)added path to render.h
2003-03-24 17:52:58 +00:00
de09cf7609
Remove references to obsolete misc lib
2003-03-24 17:34:43 +00:00
2ebc384746
Removed BL_misc from VC7 projectfiles, no longer used.
2003-03-24 16:58:29 +00:00
6b808f7d63
Small fudge in loader project was setup to build things
...
as BLO_loader_bak for complicated reasons.
2003-03-24 16:56:43 +00:00
8604348e50
Oops, forgot to use 'struct Mesh' in prototype.
2003-03-24 16:46:45 +00:00
3abb1f6f9b
Obsoleted by editscreen.c:blender_test_break
2003-03-24 16:42:09 +00:00
9b14fa1cdb
Remove unused reference to "blendertimer.h"
2003-03-24 16:38:32 +00:00
702880df55
Update things to use blender_test_break() vs MISC_test_break() and
...
remove use of blendertimer.h
2003-03-24 16:37:08 +00:00
40ff08a34e
Added editscreen.c:blender_test_break (copy of MISC_test_break, so
...
misc dir can be killed)
2003-03-24 16:34:05 +00:00
f7cc1873b7
Fix for bug #72 .
...
Update mesh normals after a boolean operation.
Also updated boolen operation to copy face flag (propagate
face smoothness information).
2003-03-24 16:08:15 +00:00
b224f90da7
Added a mesh_calculate_vertex_normals function for rebuilding the normals
...
outside edit mode.
2003-03-24 15:55:21 +00:00
2aad6b3321
Kill 2 undefined function warnings.
2003-03-24 15:05:51 +00:00
1f3f52f5e4
Update space dispatch:
...
- drawXXXspace, changeXXXspace, and winqreadXXXspace now receive the area
and spacedata as explicit arguments, allowing them to access private
data w/o going through globals.
- pass the new BWinEvent through to the winqreadXXXspace, allowing future
access to extended event data.
Removed direct calls to winqreadXXXspace to simulate user actions, replaced
by calls to action functions in edit.c or the appropriate handler.
2003-03-24 01:46:05 +00:00
a6a50cc27f
Left over generated cruft, time to go
2003-03-24 00:15:20 +00:00
93e8a05320
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace
...
conventions.
2003-03-24 00:06:40 +00:00
510e2d5840
Change the core internal event dispatch to use a BWinEvent structure
...
instead of passing seperate arguments. For when we want to pass 'richer'
events around.
2003-03-23 22:52:11 +00:00
3dd8dfa32b
As NAN_PYTHON_BINARY is now used to determine the correct binary for the
...
freeze, provide it on all platforms
2003-03-23 22:38:15 +00:00
e0cec3d2c4
Removed NLA winqread and write runtime obfuscation cruft.
...
Can we just dump all this silly key stuff please?
2003-03-23 21:42:31 +00:00
05afb06397
Unitialized buffer patch (zero length runs in font loading), again thanks to
...
vc7 magic.
2003-03-23 20:47:05 +00:00
361ecbce1b
Fix for bug #78 .
...
The tooltip on the button is wrong, it doesn't translate
the view it zooms it to a specific region. Tooltip has
been updated and border-zoom functionality was not working
in oops window, fixed.
2003-03-23 19:11:52 +00:00
cc8f103d56
Updated bubble help for Mult: under the particle system.
...
Kent
2003-03-23 16:10:51 +00:00
e2d9d5de08
Didn't hear any complaints so I'm commiting the patch for bug:
...
http://projects.blender.org/tracker/index.php?func=detail&aid=76&group_id=9&atid
=125
Kent
2003-03-23 16:01:32 +00:00
dc91e98159
Modified it to use $(NAN_PYTHON_BINARY) instead of just plain old
...
python. (otherwise why have the env var?) ;)
Kent
2003-03-21 21:50:47 +00:00
b139f813b8
Small translation of some comments.
...
Kent
2003-03-21 18:07:04 +00:00
e031f322a7
* Implemented the BPY_do_all_scripts interface function (BPY_interface.c)
...
* Created a function to return all scripts from a linked list
(DoAllScriptsFromList).
Michel
2003-03-19 18:57:23 +00:00
3f702b070a
Fix for bug #59 .
...
Silly strubel, strncpy does not 0 terminate strings.
2003-03-19 15:54:40 +00:00
Chris Want
8fc1ad5d2e
Added a UI_BLOCK_ENTER_OK flag to the uiBlock in button()
...
(this alleviates the problem where using the enter key
effects the widget under the mouse cursor instead of
doing an 'OK' (symptom: getting the wrong number of verts
when adding a mesh circle).
2003-03-19 05:29:07 +00:00
9ef2426be6
Remainder of the vc7 projectfiles.
2003-03-19 00:55:52 +00:00
8003eb8628
Creator portion of VC7 projectfiles, put in make/msvc_7_0 for consistency w/ intern
...
projectfiles organization.
2003-03-19 00:49:28 +00:00
8768fdf08f
Update to use <iostream> vs <iostream.h>
2003-03-18 23:21:31 +00:00
f8f1591442
Killed MT_Scalar to float conversion warnings (should be
...
explicit cast anyway).
2003-03-18 23:20:10 +00:00
ccf7749594
Added string.h include (for memcpy, memcmp, strcpy, strlen, etc.)
2003-03-18 23:17:09 +00:00
6ba07fd730
Avoid calling blenderqread on dummy event. (This patch
...
courtesy of VS.NETs magic new prevent-use-of-unitialized-data
debugging feature).
2003-03-18 22:15:30 +00:00
3a0725d4aa
* Moved the code to retrieve an object by name to a seperate function in
...
gen_utils.c (GetObjectByName).
* Blender.link, Blender.bylink and Blender.event should work. Somehow the
only event coming through now is only REDRAW.
* Added include path to /intern/guardedalloc
Michel
2003-03-18 20:21:26 +00:00
465229e4d6
Rest of the VC7 intern projectfiles.
2003-03-18 19:38:36 +00:00
f06ca3e196
First set of VC-7 project files. Also first my first commit in the free
...
world, what hath hell wrought.
2003-03-18 19:27:13 +00:00
Chris Want
2d5f4ed51b
Fixed Goofster's merge menu (added the merge at center option)
2003-03-16 21:31:30 +00:00
Chris Want
731222799c
removed a line to test cvs mailout
2003-03-15 22:30:18 +00:00
Chris Want
0d03537699
added an extra line to test the cvs commit mailout
2003-03-15 22:28:00 +00:00
b6b9c648bc
* Removed datablock.[ch]
...
* Object.Get("") should work.
* Many variables from module Object are implemented.
* Updated build environment to generate more warnings (-Wall)
Michel
2003-03-15 19:14:16 +00:00
a0c1e2bd3d
updated intern project files to suit the lib dir move.
2003-03-12 22:45:34 +00:00
ab05ef7618
- updated MSVC project files to suit the lib dir move - better late than never!
...
- blenderplayer and the web plugin now compile again (now using OpenAL)
2003-03-12 21:40:56 +00:00
f08719cfc6
Swig is unfortunately not an option anymore. This means implementing all
...
wrapper functionality by hand.
* Removed the swig files (*.i and *_wrap.c)
* Created initial datablock functionality. Most of it has been copied from
the old implementation.
* Created some general functions in gen_utils.[ch]
* Blender.Get(), Blender.Set() and Blender.Redraw functions should work in a
script now.
* Started implementation on an Event function call (BPY_do_pyscript)
Michel
2003-03-08 18:10:20 +00:00
cf741a99a9
Applied curve editing bugfix submitted by Klaus Stengel (nathanel)
...
http://projects.blender.org/tracker/index.php?func=detail&aid=100&group_id=9&atid=127
2003-03-02 14:14:03 +00:00
7a4196a86d
- removed files no longer created during freeze.
...
- removed '-2.26' prefix from the blender exe.
2003-03-02 13:46:07 +00:00
4b825fddc7
Implemented enough functionality to actually execute Python from within
...
Blender.
* Moved api2_2x/interface.c to ./BPY_interface.c
This will be the general api layer from which all variants of the Blender
api. Currently only the 2.2x variant is initialised.
* Used swig (www.swig.org) to create Python wrappers for a couple of dummy
functions.
* Started implementation of the Blender and Blender.Object modules.
Michel
2003-02-26 19:22:24 +00:00
8c5f949cb2
- python include path is now taken from nan_definitions.mk
2003-02-24 19:04:20 +00:00
Hans Lambermont
de3c6488f7
lib/ just moved to ../
2003-02-23 19:57:52 +00:00