Ton Roosendaal
6b6cc8d97a
- further tweaking of selecting objects...
...
I keep forgetting to add 'curarea->win_swap= WIN_FRONT_OK;' after
drawing in frontbuffer... tsk tsk!
2003-11-10 15:28:48 +00:00
Ton Roosendaal
7763ae9361
- redid buttons in image header, was completely messed up...
2003-11-10 14:49:41 +00:00
Simon Clitherow
20b353a72a
- small fix for snprintf() on Win32... MS renamed the function
...
to _snprintf !?
2003-11-09 12:36:15 +00:00
Ton Roosendaal
a149109a5e
- added panel backdrop for buttonswin to themes
...
- made hilite of headers a tinsy bit subtler
- opengl render (icon 3d window) uses theme for backdrop
2003-11-08 23:18:32 +00:00
Ton Roosendaal
be68e2b793
- removed options from main header 'render' menu;
...
render opengl 3d window at this location gave unpredictable results, and
crashes occasionally. Moved it back to header as icon for now... the
view pulldown menu in 3d header is too full.
2003-11-08 23:00:55 +00:00
Ton Roosendaal
8fa6cd8c94
- added popup warning when choosing quicktime at OSX.
...
this to notify that the 'options' button in QT dialog freezes.
Will ask Apple for hints... no clue why this happens.
2003-11-08 21:00:09 +00:00
Ton Roosendaal
27ddef2ad5
- zooming in for action window increased 5 fold.
...
(bug report #679 ). Also corrects old files for it.
2003-11-08 19:04:50 +00:00
Ton Roosendaal
95791c0b81
- fix bug #682
...
button wrong size...
2003-11-08 18:46:50 +00:00
Ton Roosendaal
b4c25d241b
- another fix because of the stricter 'qualifier key' checking;
...
ctrl+mouseclick didnt work to select objects in editmode, needed for
making vertex parents.
2003-11-08 18:37:28 +00:00
Ton Roosendaal
602fe19b6f
- fixed drawing in frontbuffer of selected object... the previous
...
fix for selecting multiple objects reveiled this error...
2003-11-08 17:51:32 +00:00
Ton Roosendaal
c04eb56983
- removed hack in initrender code that allowed 'border render' in a
...
previously rendered image. it was just screwing up memory in some cases.
for it to work quite more elaborate coding is needed.
- when selecting border in camera view (SHIFT+B) the associated render
option is set automatic
- fixed some mallocs to become callocs in renderloop, to prevent garbish
when border rendering
- also enables closing bug #179
2003-11-08 12:50:40 +00:00
Ton Roosendaal
185ea29d2a
- removed all buttons to choose for 'image selector'. where loading images
...
is meant, a ctrl+click will invoke image selector still.
- this as discussed a while ago at meeting; the image selector is highly
unstable, and causes bug reports for each release we do.
- removed reference to 'save runtime' from file menu.
- added icons to fileselect buttons in f10 menu
2003-11-08 10:47:50 +00:00
Ton Roosendaal
9caa2fee8e
- fixed bug #384
...
browsing new texture for lamp in texturebuttons (f6) only gave 'add new'
option.
- saving images in texturepaint mode saves in same format only. this is
far from an easy fix to use the scene settings, so it indicates with
saving clearly its in the same type now
2003-11-08 10:02:30 +00:00
Ton Roosendaal
85e8812c9f
- fixed layout of curve panel (f9 menu)
...
- changed 'curve' to 'path' in ipo types menu for ipowindow
2003-11-07 22:26:15 +00:00
Ton Roosendaal
7ef6e6889e
- bug #670
...
input in ipowindow NKey menu went wrong for vertices... buttons were
accidentally created double, resulting in double actions. uh!
2003-11-07 21:12:43 +00:00
Martin Poirier
7390acc2b4
Middle mouse emulation fix.
...
I know Ton fixed this already, but I modified it to be more in accordance with what we decided to do in Space.c
2003-11-07 01:52:31 +00:00
Martin Poirier
71978017cb
Fixed Ctrl-Shift-F3 to capture the whole screen.
2003-11-07 01:51:01 +00:00
Martin Poirier
1d9f0e1594
Raised the numbot upper limit for DupSta and DupEnd.
2003-11-07 01:50:14 +00:00
Ton Roosendaal
74cdaf7da2
- made shadowbuffer button into normal num but.
...
sliders should be reserved for more limited ranges like 0.0-1.0 and so
reason was it wasnt readable at all!
2003-11-06 22:10:33 +00:00
Kent Mein
cf18d4431a
Fixed my blunder with Default Vars button.
...
It was causing plugins not to accept changes to buttons.
Now it works correctly, defaults are set only when you press the button.
Kent
2003-11-06 22:07:41 +00:00
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
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
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
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
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
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