Ian Thompson
e93151dc39
Fix for text area scrollbar drawing incorrectly
2008-08-17 10:10:25 +00:00
Ian Thompson
5c2015fa89
Fix for fix. Forgot to check if markers exist before trying to clear. Oops
2008-08-17 09:46:47 +00:00
Ian Thompson
9b6dffad2d
Fixed problems with markers where Edit All did not behave the same for every marker and deleting selections that intersect markers did not remove the marker in all cases.
2008-08-16 20:31:38 +00:00
Ian Thompson
310a6e2179
Esc removes markers in stages. Temporary markers are removed first (if any) then other markers follow.
2008-08-16 14:38:08 +00:00
Ian Thompson
bda3e4f8e2
Merge from trunk 16031:16122
2008-08-15 00:00:27 +00:00
Martin Poirier
feb5e3a688
Add a function to join thread by index in the thread list.
...
This can be safely merged in trunk, in case anyone needs something like that.
2008-08-14 23:48:52 +00:00
Martin Poirier
db42038bcf
merging trunk 15964 -> 16116
2008-08-14 21:16:48 +00:00
Ian Thompson
4cec480338
Used the Python icon for the text plugin button and created an ON version.
2008-08-14 17:09:39 +00:00
Ian Thompson
7b1a2d5f3a
Got rid of the horrible blocking UI problems with Find and Replace by using a blockhandler panel. The panel is shown when find is invoked with Alt F (or from the menu). Successive presses of Alt F search again, while the panel is visible. Alt H does the same for replace. (Ctrl F and Ctrl H also work - more like other editors)
2008-08-14 16:22:25 +00:00
Diego Borghetti
639f3e12a9
Last part of the svn release commit.
...
No need freeze, in a sec I merge both revision into
the 2.47 branch and tag it.
2008-08-14 06:42:52 +00:00
Ian Thompson
6a5976a0f5
Added a Marker sub-menu to the Edit menu in the text space header.
2008-08-13 21:13:56 +00:00
Martin Poirier
715ca7cbf6
starting threading code for retarget
...
nothing working yet, will finish tomorrow at home
2008-08-13 20:33:57 +00:00
Martin Poirier
d2750f7bda
Snap menu header rewording, to make documentation clearer (there was "mode" and "snap mode").
...
This can and should be merged for 2.47, as the docs will use those wordings.
2008-08-13 17:38:38 +00:00
Ian Thompson
55438d9fe0
Small bug fix: Scripts were not being recompiled after an error, if the (auto-selected) erroneous text was simply deleted and the script re-run.
2008-08-13 17:29:51 +00:00
Ian Thompson
e2c42be829
PageUp/Down now moves the mouse cursor instead of just the view. Also added some other pops for when the cursor went off screen (click after horizontal scroll, undo, redo, etc.)
2008-08-13 12:20:49 +00:00
Ian Thompson
5ade004592
Added a button to allow plug-ins to be enabled/disabled for each text space. It was confusing using the syntax button for both.
2008-08-12 22:12:24 +00:00
Martin Poirier
b30a925447
Add missing stuff in new scene code to properly init skeletor params properly.
...
Add sanity check on file load to fix old files (won't be merged in trunk).
2008-08-12 19:56:03 +00:00
Ian Thompson
65d0ef3e74
Speed improvements for reading text lines and the option to specify a range for Text.asLines([start[, end]]) Also some tweaks for the plug-in scripts and updates to pydocs.
2008-08-12 15:17:08 +00:00
Andre Susano Pinto
7af0643df7
New nearest_point_in_tri_surface function.. 50% faster
...
Results were verified against the old function
Non 2.47 fix
2008-08-12 13:30:17 +00:00
Ian Thompson
0410775e2e
Rolled back on rev. 16039. Had problems with display, messages being blank and scripts not being recompiled in some cases. Needs more thought before committing.
2008-08-12 10:08:46 +00:00
Jens Ole Wund
ea134f8411
bdiego no 2.47 option for now
...
make soft bodies spawn threads on a mid level
use G.rt == 16 to switch to 'old style'
i am going to remove that G.rt switch if everyone is fine /* i do not intend to keep 2 versions of code up because of "BAD STYLE" */
so .. give feed back ..
2008-08-11 20:40:29 +00:00
Martin Poirier
d4f1a98219
Fix flipped arc caused by harmonic interpolation
2008-08-11 20:01:15 +00:00
Ken Hughes
7f3a2a4abe
Python API
...
----------
Added texture.offset and textute.gain attributes, to access parameters for Musgrove textures.
2008-08-11 19:06:30 +00:00
Ian Thompson
d90d413421
Suggestion list scrolling and selection made independent for easier use. Selections no longer move away from the cursor.
2008-08-11 11:10:16 +00:00
Matt Ebb
04b90467c3
* Fix for a bug zanqdo reported in IRC - transparent shadows were not
...
getting correct alpha when cast through node materials - in fact the
node tree wasn't being shaded at all.
2008-08-11 05:23:36 +00:00
Ian Thompson
5dad154414
Fixed inconsistencies between the text plugins and them not suggesting when called from the menu.
2008-08-10 16:07:14 +00:00
Ian Thompson
fb3a42d0f9
Shift keys cancelled the suggestions list (missed from earlier event refactor)
2008-08-10 14:24:14 +00:00
Ian Thompson
6ba72d4550
Fixed saving to relative paths and made external modification messages more user friendly.
2008-08-10 12:02:33 +00:00
Joshua Leung
f3c138e131
Changed a few places where visibility for EditMode bones is tested, so that they now use a macro I introduced in the previous commit.
2008-08-10 03:39:09 +00:00
Joshua Leung
2fe31596e3
== Armature Editing Tweaks ==
...
* New Tool: Switch Direction
This tool switches the direction of selected bones in EditMode, and can be found under the Specials Menu (WKey). It also adjusts the parenting, so that continuous chains can still be linked.
* Bone Locking:
Removed Lock/Unlock functions from Specials menu, and moved this functionality under the Toggle/Set/Clear Bone Settings tools (Shift/Ctrl-Shift/Alt W respectively)
2008-08-10 03:10:07 +00:00
Ken Hughes
295155b448
Python API
...
----------
Remove documentation for Render.EnableEdgeShift and Render.EnableEdgeAll methods, which are no longer in the API.
2008-08-09 22:24:12 +00:00
Martin Poirier
c1e9d25364
Fix bug caused by extranuous return in distance weight calculations (ignored the weighting parameter)
...
Extract constant for shape level matching
Go to lowest node with matching shape, instead of just lowest node (created bugs)
2008-08-09 19:39:31 +00:00
Ian Thompson
83bcb9deff
Python errors originating in the active text are now displayed at the top of the text area. Errors in other files/scripts still pop up a message as before and all errors are still printed to the console. This removes the need to switch to the console for local errors.
2008-08-09 18:11:40 +00:00
Ian Thompson
4c89ee7838
Line highlighting did not work for syntax errors.
2008-08-09 14:47:51 +00:00
Joshua Leung
7cbfe78044
Bugfix #17465 : "Pose Edit Not Possible" message activated on 3D navigation
...
When navigating the 3d-view with a bone (or bones) selected, 'Rest Pose' enabled for the armature, and 'Orbit Around Selection' turned on, a "Pose Edit Not Possible" warning would pop up every time the view was manipulated.
Was caused by a missing check for the 'TFM_DUMMY' transform mode used when calculating center to use (based on active item)
2008-08-09 10:50:59 +00:00
Ian Thompson
ed972db1a3
Merge from trunk: 15912:16031
2008-08-09 10:12:59 +00:00
Ian Thompson
d7f64d43dd
Whole word ops. now treat symbols differently to whitespace allowing better control over cursor movements (solves mindrones' request).
2008-08-08 23:14:32 +00:00
Ian Thompson
4d83ce920a
Improvements to the suggestion and doc listing events (when to update and when to remove).
2008-08-08 20:30:55 +00:00
Ian Thompson
e9c92144d1
Clipboard operations added to text editor RMB menu.
2008-08-08 16:49:14 +00:00
Janne Karhu
adcd339198
Fix for [ #13697 ] Reactor particles with children doesn't render
...
-Particles were being recalculated a bit too aggressively. Normal particles didn't care, but since reactor particles have dynamic birth times they lost crucial information in the recalculation.
2008-08-08 16:40:41 +00:00
Janne Karhu
3832af90d7
Fix for [ #16671 ] Moving a metaball that a particle system uses as a object (for visualization) also moves the particles
...
-The particle dupliobjects were using the objects trackflag in combination with it's rotation causing strange behavior. Now the trackflag is ignored and only the rotation of the object being duplicated is taken into account.
2008-08-08 15:38:14 +00:00
Daniel Genrich
6501ff6bdd
Fixing point-face distance to support degenerated tris/quads with area<FLT_EPSILON
2008-08-08 14:24:47 +00:00
Joshua Leung
277a420a90
== PoseLib: Add New (on Current Frame) ==
...
When adding poses to a PoseLib, it is now possible to make them be added on the current frame. It is still recommended to use the default method (plain Add New), as it is prevents poses stored in the PoseLib from being overwritten accidentally.
2008-08-08 10:15:08 +00:00
Ian Thompson
a821c8af1e
Typing digits over the line numbers jumps to that line (from mindrones' wishlist)
2008-08-07 22:15:54 +00:00
Daniel Genrich
c58e27d070
Fixing compile error with msvc (introducing max tree to 32)
2008-08-07 22:05:45 +00:00
Andre Susano Pinto
2edb87d90e
Fixed compiling warnings of bvhutils.c
...
Commited the right version of BLI_kdopbvh.c
2008-08-07 20:12:56 +00:00
Daniel Genrich
c25bb4685a
BVH-KDOP update (merge from shrinkwrap branch): supports raytracing, nearest neighbour, non-recursive now, faster than kdtree.c implementation normaly, divided into 2 sources: generla structure in blenlib, mesh/derivedmesh depending interface stuff in blenkernel
2008-08-07 17:27:29 +00:00
Ian Thompson
a37938ea3c
Word-wrap support for up and down arrows between lines, and home/end keys for a wrapped line segment.
2008-08-07 14:21:43 +00:00
Campbell Barton
a1f46e1e32
fix for [ #17448 ] Duplicating textures with IPOs doesn't increment IPO user count
2008-08-07 09:56:31 +00:00
Campbell Barton
5d62ad194d
added back copy buttons to "Texture Face" panel.
2008-08-07 01:02:06 +00:00