Commit Graph

4345 Commits

Author SHA1 Message Date
Brecht Van Lommel
2ffe25aa79 Bugfix:
Mesh extruding in vertex mode did not copy face data correct, leading
to garbage UV data.
2007-02-25 21:57:45 +00:00
Martin Poirier
0bd2d0ff45 === Transform Snap ===
adding GL_DEPTH_TEST disable and enable to make sure snapping circle is drawn on top.
2007-02-25 16:22:19 +00:00
Brecht Van Lommel
f791672e76 Fix for bug #6099:
Crash deleting last vertex group in lattice. This code wasn't updated
to work for lattice vertex groups yet.
2007-02-23 20:34:27 +00:00
Brecht Van Lommel
758307b9cc Bug #6093:
Spin tool now uses the 'clockwise' setting again. This was disabled
because degrees accepts negative values, but it seems to cause confusion,
and there's no reason both buttons can't work at the same time.
2007-02-23 20:06:17 +00:00
Nicholas Bishop
53855b4a43 == Multires ==
Fixed bug #6056, Brush Grab in SculptMode don't works for ShapeKeys

* Grab Brush stores active vertices differently from other brushes, need to read from a different List when updating shape keys.
2007-02-23 06:02:46 +00:00
Joshua Leung
98a81b3927 Bugfix #6089:
"Forward/backward 10 frames" option in Timeline menu now respects
steps (spacing between frames to jump) value.
2007-02-23 04:44:52 +00:00
Nicholas Bishop
1f8469b7fb == Multires ==
Fixed bug #6046, updating edge data after applying multires

* Changing the Edge level in the Multires panel should update the edge render flag as well as the draw flag
2007-02-22 19:34:38 +00:00
Nicholas Bishop
a7bccae477 == Sculpt Mode ==
* Replaced get_tex_angle() with tex_angle() and set_tex_angle(). This removes the need to do a bunch of error-prone NULL checking everywhere the texture angle is used.
2007-02-22 18:49:00 +00:00
Ton Roosendaal
685d26f901 Bugfix:
UV Image window: option "Add new" did not properly set 'image user',
causing image to not draw and not assign to meshes.
2007-02-22 16:00:20 +00:00
Matt Ebb
def30c5ff9 * Added the sculpt mode Ctrl/Shift/F interactive
brush scaling/strengthening/etc tools/hotkeys to
the Sculpt menu. Also made a couple of other small
changes for easier text scan reading.
2007-02-22 11:58:07 +00:00
Roland Hess
3a2c58b6ec When looking into code for centering the Ipo view on the current frame,
it turned out it was already in there (center_currframe), and already
had an event entry in the View menu. It only lacked an actual menu entry.

Added the menu entry, along with hotkey Shift-C. Consistency with other
window types would indicate it should be C-key, but that is already taken
by what's probably an obscure curve edit mode function. With event refactor
in the future, I'm loathe to start changing hotkeys ;)
2007-02-21 16:48:36 +00:00
Campbell Barton
f71458b904 adding menu slot Armature
adding menu slot ScriptTemplate
new script scripttemplate_mesh_edit is a template for an editmesh script.

The function Text makeCurrent() is a dummy until I can get it working when the script runs from a menu.
2007-02-21 11:17:17 +00:00
Peter Schlaile
316df82cb4 == Sequencer ==
Bugfix: fixed missing plugin init on file load with open 'N'-key
  dialog reported by paprmh.
2007-02-19 21:35:32 +00:00
Ton Roosendaal
481eb71ef6 Part one of 2.43 release commit! 2007-02-15 21:31:57 +00:00
Ton Roosendaal
05de3fb3d5 Bugfix #6053
When in sculptmode, enter editmode, add faces or vertices, exit editmode,
then undos/redos screw up mesh.

Now the stack for sculpt is freed. Later on one could precisely test why
this undo isn't resistant to such changes.
2007-02-15 20:32:08 +00:00
Ton Roosendaal
28f18ac9e6 bugfix #6047
Provided by Juho: proper softbody panel button refreshes.
2007-02-14 20:53:35 +00:00
Andrea Weikert
20a9712219 === bugfix ===
- possible fix for crash mentioned in [ #5781 ] Sculpt Brush Tool not working correctly
- workaround for possible compiler glitch with floating point conversion.
2007-02-14 19:40:17 +00:00
Ton Roosendaal
a1b01f968f Bugfix #6038
Viewplane shift X,Y added to Ikey menu in camera buttons.
2007-02-14 14:53:37 +00:00
Ton Roosendaal
58d6e51cb5 Bugfix, email report.
Copying texture space from Mesh to Curve crashed. Bad code. cleaned up.
2007-02-14 13:52:30 +00:00
Ton Roosendaal
e215937509 Sculptmode fix:
Texture brushes were writing outside of array boundary. Might be the bad
one as reported for windows...
2007-02-14 12:31:00 +00:00
Ton Roosendaal
0bb0c54f4b Regression test fixes:
- New Softbody panel now is named "Soft Body Collision" (instead of II)
  Also made it start tabbed, and made Fluids panel start untabbed.

- Infowindow: skip drawing buttons when width is smaller than 320 pixels.
2007-02-14 11:00:05 +00:00
Nicholas Bishop
1ff7d772c7 == Multires ==
Fixed bug #5990, Adding 5 levels of Multires crashes blender 2.43rc3

* Caused by old values in hashedgetab hanging around after all the edges were deleted. Fixed by just calling free_editMesh before building an editmesh from multires.
2007-02-11 21:47:33 +00:00
Joshua Leung
045c40b815 Tiny cleanups of marker drawing code. Shouldn't cause any problems. 2007-02-11 04:02:17 +00:00
Joseph Eagar
8852d6ccf4 =Armature Undo Fix=
I forgot a few hide functions that needed undo pushes, and misnamed
an undo push in one of them.
2007-02-10 19:32:12 +00:00
Joseph Eagar
fd05f23dce =Armature Undo Fix=
Armature undo was incomplete; no less then 6 places needed undo pushes.
Added undo pushes, and made sure deselectall_armature/posearmature played nice
and only did undo pushes when they're called with AKEY.

This seems like a fairly old issue.  I guess people just didn't notice it enough
to file a bug report. :)
2007-02-10 19:07:47 +00:00
Brecht Van Lommel
de0e9d8b20 Fix for bug #5975:
Clear location and rotation confirmation dialogs were shown in edit mode
but did nothing. These should be disabled in edit mode.
2007-02-10 14:38:50 +00:00
Brecht Van Lommel
f26e67e9d6 Fix for bug #5976:
Object separated from mesh in edit mode did not draw in the correct
green wire color when part of a group.
2007-02-10 14:23:32 +00:00
Brecht Van Lommel
ac6e958e8e Bugfix: texture paint brushes didn't work correct with multiple
texture channels.
2007-02-09 15:08:53 +00:00
Ton Roosendaal
3320a39e0d Bugfix #5969
Sculpt: option "Partial Draw" was hanging, causing wrong mesh drawing
outside of sculptmode (and no visible faceselect etc).
2007-02-09 14:05:12 +00:00
Ton Roosendaal
23980a1783 Bugfix #5971
Crash in retopo paint, caused by missing NULL test.
Fix provided by reporter, thanks Stephan Kassemeyer!
2007-02-09 13:06:43 +00:00
Ton Roosendaal
65a4debc72 Bugfix #5866
Report showed a Mesh that crashed on entering editmode and use some tools.
Appeared to be a mesh index 4 equal to one of the other indices (which
makes a corrupted quad). Fix is a sanity check in addfacelist() for enter
editmode.
2007-02-09 13:02:10 +00:00
Ton Roosendaal
a61e2dce42 Bugfix #5909
UV Image editor: the Nkey panel did now show the buttons for UV values
anymore (was moved to "game properties", incorrect).
2007-02-09 12:26:25 +00:00
Ton Roosendaal
d814f01610 Bugfix #5959
Save .blend file: when setting option "Relative Paths", blender tried to
save in the root directory.
Saving .blend files is always with a real path, do the relative option
should be skipped.

Also removed the totally annoying error popup when trying to save something
before you saved a .blend. That warning was almost never correct. I left
in this warning for loading files btw.
2007-02-09 11:47:51 +00:00
Ton Roosendaal
91bc713467 Bugfix #5941
When making an area fullscreen, the 3d preview render should be reset.
This already worked correct in 2.42, but stopped working after bugfixes!
2007-02-09 09:38:30 +00:00
Joshua Leung
6332fc3d8c Action Editor Bugfix:
Right-clicking in either the horizontal/vertical scrollbars now works
correctly again. What damage 1 little number can do ;-)
2007-02-09 09:28:19 +00:00
Andrea Weikert
95f462e3d0 ==== icon themes ====
fix for potential issue with very long pathnames to the blender executable
2007-02-08 22:43:32 +00:00
Martin Poirier
7bf2f72be4 === Transform ===
[ #5833 ] 2.43 RC2: Incorrect Bone rotation when 3D cursor set as Pivot

There's really ugly stuff going on with pose mode rotation in transform which I'll have to fix later, in the mean time, this commit fixes the problem (which happens when you rotate bones in post mode around an arbitrary point) and includes some juicy comments to further document the actual architectural problem.
2007-02-07 23:28:33 +00:00
Robert Holcomb
3d167d443c Uncommit of previous working copy. 2007-02-07 18:26:21 +00:00
Robert Holcomb
9e83e0edd2 Fixed chroma key to use tanf instead of tan (float vs double). Fixed input/output checking to prevent running the node if nothing is connected. Drawnode.c in error. will fix in a second. 2007-02-07 18:24:51 +00:00
Ton Roosendaal
6c6a9f42b2 The Object restriction flag 'do not allow select' was only handled in the
end of the selection code. That gave bad errors, especially in solid
drawmode.

Instead, when an object is not selectable it is excluded from the opengl
selection code entirely now.
2007-02-07 11:25:56 +00:00
Joshua Leung
a10ed3b0de == Action Editor ==
Added a few checks here and there to prevent crashes related to
no action being active.

This includes patch 5933 by Diego Borghetti (Plumiferos TD).
2007-02-06 22:43:54 +00:00
Campbell Barton
a185758581 added missing reference in the docs for the edgesplit modifier
Extended the add object tooltip to note that new objects cant be on a visible layer.
2007-02-06 07:11:44 +00:00
Joshua Leung
efaa6990ea == Armature Buttons - ChildOf menu ==
This menu now respects armature-layers, so that it works better on
armatures with a lot of bones.
2007-02-06 03:38:32 +00:00
Joshua Leung
9217f12c76 Patch #5928 from Diego Borghetti (bdiego)
Blender crashed when selecting column-select options in Action Editor
if there was no action active at the time.
2007-02-05 23:29:10 +00:00
Martin Poirier
e5d96c2c22 === Transform ===
Align mode (rotation that only translates the target) didn't work for elements using quats (Pose). Fixed.
2007-02-05 18:02:57 +00:00
Martin Poirier
4754e37539 === Transform ===
Reverting Aligorith's fix for bug Bugfix #5833 (the fix was incorrect, see bug report for details).

That means the translation part when rotating "free" bones in pose mode is still broken.
2007-02-05 18:00:03 +00:00
Joshua Leung
4d5bd6872b Bugfix #5833:
When rotating bones around the 3d-cursor in posemode with a rotated
armature, rotation was around strange points other than the cursor.

This bug has been around for quite a few releases now. Somehow, the
maths used to convert the world/global space locations to local locations
only worked on things in editmode, but not bones.
2007-02-05 01:28:14 +00:00
Nicholas Bishop
549289df27 == Sculpt Mode ==
Fixed bug #5917, shift-c doesn't work in the sculpt mode

* Added CKEY and SHIFT+CKEY to sculptmode's shortcuts (behavior is the same as for non-sculptmode.)
2007-02-04 22:17:51 +00:00
Peter Schlaile
b3d84255f3 == Sequencer ==
Bugfix: sound ipo calculation occasionally failed, leading to silenced
  strips. Now we do it just like the video strips directly before usage...
  Makes the code definitely more clean and even faster ;-)
2007-02-04 19:18:15 +00:00
Peter Schlaile
daa248ff0c == Sequencer ==
Bugfixes:
- Effect dependencies sometimes went wrong. seq3 was always calculated,
  even if the effect already told the upper layer, that there is an early
  out available...
- On render, only free _all_ buffers, if memory usage is above the memcache
  limit. This made my render times drop from 17 hours to only 4 hours on
  a 2 hour movie.

  Ton: I don't want to start an edit war at this point, but if you really
  need the old behaviour, just use a very low, non-zero memcache limit in the
  preferences. (In most cases, the default of 32 Mb _is_ very low ;-)
2007-02-04 09:18:15 +00:00