Commit Graph

49420 Commits

Author SHA1 Message Date
Ton Roosendaal
047d18d72c - zoom in/out in rendered image always includes zoom level 1.0 now. 2003-11-06 21:31:47 +00:00
Ton Roosendaal
ecb758d47b - selecting multiple objects at same location had error. was caused by
new code that manages multiple matrices for 'overlay' buttons.
  just forgot to add call persp(PERSP_VIEW);
2003-11-06 19:20:56 +00:00
Stephen Swaney
e2e6bc37a9 setControlPoint() had incorrect argument list.
also some minor reformatting.
2003-11-06 18:17:05 +00:00
Ton Roosendaal
b9cdf97e19 - little new feature; 'hide' vertices/edges/faces works in editmode
for subsurf
2003-11-06 17:22:39 +00:00
Chris Want
ec836b3390 nla strips were not updating the reference counts of actions they
were using.
2003-11-06 17:17:52 +00:00
Ton Roosendaal
94c6fae700 - fixed order in addmenu pulldown
- added 'add bones' for in editmode armatures in toolbox
2003-11-06 16:35:15 +00:00
Ton Roosendaal
fa6a1bc5fe -fixed bug; ALT+LeftMouse emulates MiddleMouse again. 2003-11-06 15:28:40 +00:00
Ton Roosendaal
13c95a6e85 bug fix: audio hangs on OSX when playback with ALT+A
reason: mixbuffer size was not correctly initialized in .blend. Doing this
for struct UserData has some extra quirks, so better not do it with
checking for version (if version<2.27 etc) but always (if U.mix==0 etc).

I mail this to committers list as well.
2003-11-06 14:13:49 +00:00
Ton Roosendaal
b1762e85f6 - fixed bug: removing a window edge (join areas) sometimes found the wrong
edge.
  this code error was very old... wonder how this error could exist so long
2003-11-06 11:59:36 +00:00
Robert Wenzlaff
b961e52f71 Discovered I never remapped RMB to cancel in get_mouse_trail(). Done now. 2003-11-06 01:57:49 +00:00
Robert Wenzlaff
8dfd33c4fb Improved Knife line drawing, and added Knife cursor. 2003-11-06 00:01:51 +00:00
Robert Wenzlaff
aeb8a0f1ae Modified pupmenu_col() to allow separators. 2003-11-05 23:54:22 +00:00
Ton Roosendaal
e1c8f26537 - typo in toolbox, caused faceloop not to work.
(making release notes, and checking it all... sorry!)
2003-10-30 10:56:06 +00:00
Ton Roosendaal
2e832d50cd second violate against freeze & tag... :/
- added tooltips, trackball, and correct menu thresholds to .b.blend
- and default 'emulate 2-button mouse'
2003-10-30 09:17:54 +00:00
Ton Roosendaal
c3cac7282a - violating my own AHOY a few minutes ago.. last minute bug report.
small errors in texture panel... 2 buttons invisible, and 'add new'
  in lamp texture added texture to world.
2003-10-30 00:41:36 +00:00
Ton Roosendaal
e6c3706a09 - a SPLASHing splash! Made by our house designer Xype.
it's a teaser for the upcoming manual... but the design for it is not
  ready... the hands theme will come back on cover though.
2003-10-30 00:13:50 +00:00
Stephen Swaney
ae68b653b5 shell script to generate blender python api docs using epydoc 2003-10-29 23:03:30 +00:00
Ton Roosendaal
2eaf0523cf - missing break statement caused middle mouse click to zoom one step,
only in text editmode
2003-10-29 22:53:09 +00:00
Ton Roosendaal
5ab967a6e6 - fixed error in .b.blend... now all 'dupli' settings that need to be on
are on... to prevent default 'linked dupli'.
2003-10-29 21:57:02 +00:00
Ton Roosendaal
bcb1e133b7 - blender is 2.30 now! Oh my, what a nice color! :) 2003-10-29 21:03:28 +00:00
Ton Roosendaal
0c6ffb0b21 - new .B.blend as provided by intrr, and tweaked by me. :)
- fixed error introduced by coding color for panel, instead of just
  implementing the right default color. this caused colors not possible
  below value '100'... tsk tsk
2003-10-29 20:43:40 +00:00
Ton Roosendaal
d4a4f0e493 - increased tooltip back-grab safety one pixel
- fixed good merging of constraint and effect panel in odd situations
2003-10-29 19:23:51 +00:00
Ton Roosendaal
b232b1d3e5 - added name button for lamp data, lamp-object and empty-object in
F9 menu.
  actually also belongs in F7 one.... thats for later
2003-10-29 18:22:48 +00:00
Ton Roosendaal
cbd5c5520e - improved readability of top header bar text a bit. patch submitted by
Desoto.
- also aligned color bar behind 'www.blender.org' vertically with buttons
2003-10-29 13:54:39 +00:00
Martin Poirier
4089ad1770 Commented the Key buttons in the constraint window. Sadly, I didn't have time to add the functionality.
Some UI fixes for IK constraints (resizing the buttons)
2003-10-29 12:33:15 +00:00
Jacques Guignot
94931ece1e removed duplicated arrays 2003-10-29 09:12:22 +00:00
Willian Padovani Germano
dd6a83d9c0 Exppython:
- Minor tweaks related to ipos and Added Object_setIpo and Object_clearIpo to Object.c
- Updated docs
2003-10-29 01:37:32 +00:00
Ton Roosendaal
f3a809b09f - made option for auto open toolbox on left/mouse hold.
standard starts with 0.5 sec. Turn the threshold value up to effectively
  disable it when you dislike it. But give it a try!
- added 'Home' after splitting window for buttonswindow
2003-10-29 01:10:10 +00:00
Ton Roosendaal
5ea904faca - added another load of items to new toolbox... yeez, what an
ENORMOUS job Matt has done with the menus! :)
- followed as much as possible order and options in pulldowns, but since
  toolbox has more categories, it is split up sometimes.
- did some minor changes in pulldowns to make it more consistant
- not yet: armature & text options...
- not yet: toolbox in other window types

(warning; shift+a now is new... eek!)
2003-10-29 00:23:16 +00:00
Martin Poirier
29f532588a fixed the last bug with FollowPath (it didn't work with path without a speed IPO). 2003-10-29 00:06:59 +00:00
Jacques Guignot
fad1324e5a update of the doc (ipoCurve function) 2003-10-28 23:25:59 +00:00
Jacques Guignot
976164a338 modified the print function 2003-10-28 23:25:25 +00:00
Jacques Guignot
966ff6840e added getIpo() function. 2003-10-28 23:23:30 +00:00
Roel Spruit
a496ca4db3 faceloop select adds to selection by default now. I know this is not standard behaviour but there isn't a nice way to implement the normal "Shift adds to selection" for this yet.. 2003-10-28 22:46:34 +00:00
Ton Roosendaal
10c452e13e - fixed hotkey error; apply object needs 2 combos
- changed call to selectconnected to accept qualifier as input
  (need to do that for all such tools... no more checking inside!
2003-10-28 21:28:13 +00:00
Ton Roosendaal
dcfdb6f3bc - forgot to add links panel for:
Armature, Camera, Lattice
- this enables browsing data again. All in F9 menu (editing)

- fixed 'home' in buttonswindow, mixed up 1 and 0 again! :)
  (it scaled in the wrong direction...)
2003-10-28 19:03:28 +00:00
Ton Roosendaal
5f3a96be10 Fixes after report from Matt:
- errors in names/hotkeys pulldowns fixed
- full window option in pulldown win caused ortho on/off event
- weight paint now shows vertex color Panel in editbuttons
- adding armature while vpaint mode, didnt end vpaint mode
- cleaned up some buttons design
- leftmouse press-hold for toolbox also moved 3d cursor
2003-10-28 18:43:55 +00:00
Martin Poirier
f7b513ea7a Fixed Edge shift selection with Ctrl-Alt-Shift-Right click
Please, if you find anymore bugs like this, report them.
2003-10-28 17:47:04 +00:00
Ton Roosendaal
5bd910ae2c - added buttons for NKEY menu editmode curve, nurbs, armature
- same for PoseMode
2003-10-28 16:26:51 +00:00
Martin Poirier
1e3da857b9 Ooops
typing code for all the other transform mode too
2003-10-28 15:29:25 +00:00
Ton Roosendaal
f3c219efd4 - added Ipo Panel in 'curve' pulldown menu
- fixed: with a minimized 'object transform' panel in 3d win, another call
  for it using pulldowns didnt force it open
2003-10-28 15:05:11 +00:00
Ton Roosendaal
a5247cf5b8 - fixed bug in wrong event code, causing some plugin buttons not working
- added redraw events to plugin buttons, to show updates better
2003-10-28 14:37:47 +00:00
Ton Roosendaal
4bec8ba7d5 Fixing loose ends:
- nkey menu for buttonswindow (hex values) couldnt be restored yet, is
  for next release
- replaced Nkey in IpoWindow with Panel, this now displays the buttons
  that were formerly in 'anim buttons' as well; to view the boundbox
  values of all visible curves, and adjust it.
- the new panel also has the 'set speed' option, fixed stuff in it and
  added better errorwarning... still not a very well coded tool!
2003-10-28 14:20:03 +00:00
Robert Wenzlaff
c6ec4cb984 --Changed labels in Knife from "Centers" to "Midpoints".
--Removed unintenntional reliance on headerprint() to swap buffers.
	(Needed to click on screen to update mesh if header was off).
2003-10-28 13:14:47 +00:00
Stephen Swaney
df53e57bf3 Missing feature: Snap menu was not available in editmode.
Fixed compiler warning about ambiguous else in TKEY block.
2003-10-28 07:15:02 +00:00
Martin Poirier
829c0340f2 mostly done for both toets.c and space.c
maybe a couple of odd cases here and there. I'll be cleaning tomorrow.
2003-10-28 03:08:50 +00:00
Willian Padovani Germano
9c6275c55b Exppython:
- Small fix in NMesh.c
- Updates to ipo related methods in Camera, World and Material
- Doc updates
2003-10-28 00:29:37 +00:00
Martin Poirier
bfef1d0d92 Hotkey fixes for space.c
renaming mirrormesh to mirrormenu and added to the hotkey M in editmode (Layer move no longer works in edit mode)
2003-10-27 23:55:38 +00:00
Jacques Guignot
9c54e9507a Updated documentation for the getCurves function. 2003-10-27 21:50:36 +00:00
Ton Roosendaal
5ca0051419 - fixed very very old but in TOG button (it didnt check the values
correctly for deciding whether its pressed or not
- added 'add new' buttons to material & texture menus
  is done by std_lib buttons in headerbuttons.c, now only for this.
  doing it for ipowindow, sound, etc. has some weird consequences, save
  that for later
- verified usage of 'setting2' color for databuttons only
2003-10-27 16:13:45 +00:00