Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2013-03-27sequencer gapsCampbell Barton
- remove unneeded checks (poll checks editor is non-null) - use booleans - rename operator SEQUENCER_OT_gap_remove, _gap_insert also quiet shadow warning in rigidbody.c (shadowing 'loc')
2013-03-26Bug fix - own collection.Ton Roosendaal
- Scopes in Sequencer were not drawing OK (drawing code assumed alpha) - Histogram in Sequencer now uses same formula to quantify R G B as the other histogram in Blender (per channel). I seriously thought of dropping this, and add the same sidebar here as we have for Image window. However, what stops me is that current code is very optimized, and has OMP hints. Will check instead on cleaner drawing here now.
2013-03-26Fix regression introduced by svn rev55545Sergey Sharybin
After this revision BLI_stringdec worked incorrect in cases there's no digits in original file name, making head one character shorter than it should be. Time to cover BLI with unit-tests?
2013-03-26Wrong soft/hard limits used in r55600Sergey Sharybin
2013-03-26Sequencer usability:Ton Roosendaal
Brought back old tools "Remove Gap(s)" and "Insert Gap". It's actually one of the first tools I ever coded for it in 90ies, so useful! * Remove Gap(s) This checks if there's no strip at a given position, and slides all strips together to the left, until the gap is closed. - BackSpace key, remove gap at current frame (or first gap at right of frame) - SHIFT+BackSpace, remove all gaps at or to right of current frame. * Insert Gap Shifts all strips to right of current frame with 10 frames. (Amount can be set in Toolbar redo panel).
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-26Correction to recent prefetch commitSergey Sharybin
When using movie as a clip no need to prefetch in cases no proxies are sued at this moment.
2013-03-26Better fix for "To Sphere" crashing in Image editor. It appeared to be in ↵Ton Roosendaal
use for mask/uv modes.
2013-03-26grease pencil eraser mouse-wheel resize was inverted compared to circle-select.Campbell Barton
2013-03-26grease pencil xray option wasn't being applied to single points in the 3d view.Campbell Barton
2013-03-26style cleanup:Campbell Barton
also rename mesh_getVertexCos() --> BKE_mesh_vertexCos_get() to match curve function.
2013-03-26fix [#34658] GreasePencil eraser deletes strokes through geometry, surfacemodeCampbell Barton
add depth check to grease pencil eraser when xray option is disabled.
2013-03-26fix [#34698] Axis Locking works incorrectCampbell Barton
don't do projection when constraints are used.
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-26improve beauty-fill tool for non-flat triangles.Campbell Barton
Project the triangle pair into 2d coords before measuring. before/after - http://www.graphicall.org/ftp/ideasman42/beauty_fill_fix.png note: I committed this r54403 but it caused eternal looping so I reverted for 2.66 release. ran extensive tests and its not giving problems so re-applying this improvement.
2013-03-26misc minor changesCampbell Barton
- make it clear that navmesh visualize option only works in path mode. - use 2 decimal places for motion-blur shutter speed (user request). - use 'const' for some bmesh functions.
2013-03-26edit to VIEW3D_OT_view_center_pickCampbell Barton
- pan when nothing is under the mouse - use key binding alt+f
2013-03-26fix [#34603] ALT-F fails, freezes, CPU=100%Campbell Barton
The way beauty fill was working was too fragile and prone to eternal loops, Solution used is to is to store previous states and ensure edges don't get rotated back into those. Also added an optimization to avoid testing the same edge rotation many times - using edge tags to only re-test edge rotations around areas that have been modified.
2013-03-26internal changes to beautify fill, use an array of edges that can be ↵Campbell Barton
rotated, rather then looping over all edges each time.
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-26code cleanup: move beautify into its own file (more changes coming)Campbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
since an event wasn't added to the queue no redraws we're done when the panel was already open, instead use a notifier.
2013-03-25Bug report, IRC:Ton Roosendaal
Operator "To Sphere" should only be allowed to be called in 3d view. Crashed in Image editor.
2013-03-25Fix [#34716] Change Trim Duration (soft) value nothing happening. until ↵Bastien Montagne
mouse drag footage(image sequence) As those two properties do not need a custom set func, yet need recalc of strips drawing/positions in addition to usual rna_Sequencer_update() (cache invalidating), I renamed rna_Sequence_frame_change_update to do_sequence_frame_change_update, and made a new rna_Sequence_frame_change_update which is directly usable as RNA update func, and call both the strip and cache update funcs. Thanks to Sergey for advices!
2013-03-25Bug fix:Ton Roosendaal
On screen/area refresh calls the header scroll offset was cleared too. Probably an old remainder of early 2.5 coding. Should be not needed so much.
2013-03-25Clip editor prefetching changesSergey Sharybin
Now prefetching happens from cursor up to scene end frame and then from cursor down to scene start frame. Also disabled prefetching for non-unidistorted proxies because of issues with timecodes (seek horribly fails in some cases). This seek need to be fixed since it's actually happens for manual timeline scrubbing as well, but that's another story..
2013-03-25Better handing of frames below actual sequence rangeSergey Sharybin
When trying to load file below actual sequence range (like trying to load file for scene frame 10 when clip's start frame is 20) first frame from file sequence is used. Before this change first file used to be loaded for every scene frame below start frame, which polluted memory with unwanted data. Now first frame would be loaded only once in this case.
2013-03-25Fix to EnumProperty doc (content of items tuples was rather fuzzy, ways how ↵Bastien Montagne
these "parameters" are interpreted are rather strange, current text should now reflect exactly code's behavior).
2013-03-25I18n: use id_windowmanager context for keymap idnames. Solves some issues ↵Bastien Montagne
with those names (notably "Clip" one, and "Screen" too) in some translations. Also move "Key" as "Keyboard" (opposed to "Keyframe") to same context.
2013-03-25Fix #34758, another Crash with NodeGroup. Took a while to get to the bottom, ↵Lukas Toenne
but the root of the issue was that nested node groups (groups inside other groups) were ungrouped ("inlined") repeatedly. This lead to preview operations being added to the same group more than once, and the redundant preview operations (beside working on the same preview buffer) did not get their correct resolution set. This in turn would then lead to previews writing beyond allocated size and causing corrupted memory + crash. Simple fix: don't expand node groups more than once.
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
Also done a few cleanup here and there...
2013-03-25beautify fill: skip testing invalid cases (2 triangles that _don't_ have 4 ↵Campbell Barton
unique verts between them).
2013-03-25code cleanup:Campbell Barton
- remove unused defines. - quiet some shadow warnings. - bevel, ifdef out some asserts that are too common. - style
2013-03-25Fix #34730, set special brush rotation to zero if brush is not rake orAntony Riakiotakis
anchored.
2013-03-25cancel face/edge creation operator if nothing is done (so it wont register ↵Campbell Barton
or do an undo push)
2013-03-25patch [#34763] Center the View to the ZDepth Position under the Mouse CursorCampbell Barton
from Ralf Holzemer (cheleb) use Fkey in object mode (since its a mode-less fly).
2013-03-25Alpha mask textures porting part 1: Support for projective texturing.Antony Riakiotakis
Also add random mapping to brushes.
2013-03-25fix [#34745] TGA with size of 4Kx8K won't loadCampbell Barton
Checked the size limit on TGA files in svn history and this is was just an arbitrary limit that might have made sense some years back, but not now.
2013-03-24FIX: [#34467] File Browser Deletes Unselected FilesAndrea Weikert
* delete now acts on selected file(s) rather than the highlighted file.
2013-03-24edit to 55549, replace fake click event with call to uiButActiveOnly().Campbell Barton
also make it more clear args are for rna buttons.
2013-03-24UI small fixes:Ton Roosendaal
- Theme color for the brush popup was not correctly coded. Now it follows menu item style correctly, which also allows all the themes we have to give readable text. - RMB cancel also added for slider buttons and the color picker.
2013-03-24Code cleanup:Thomas Dinges
* Remove non used booleanops_mesh.c and header, got obsolete with Carve.
2013-03-24Small feature:Ton Roosendaal
While using number sliders, you can now press RMB to cancel (like ESC)
2013-03-24Usablity:Ton Roosendaal
In text editor, the CTRL+F find now opens property region (or keeps it) and activates the search button for input. That's already nice! But next step should be to do a search on exit of the button (or while typing). That's stuff I need Campbell to help with though. Notes: - Probably Py api for property buttons could get an "operator=" arg? - The warning menu "not found" should go away - I also suggest to make "wrap" search default for new editors
2013-03-24Fix for [#34747] Rendering invisible tilesThomas Dinges
* reset_session() was not taking render percentage into account in case persistent_data was enabled. * also deprecate old "maximsize" DNA variable.
2013-03-24code cleanup: move doxy docs from headers into source. also replace ↵Campbell Barton
strncpy();str[len]=0 with BLI_strncpy() in BLI_stringdec().
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-23code cleanup: quiet shadow warning.Campbell Barton
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-23Theme fix:Ton Roosendaal
Node Editor and Sequencer were not using grid theme color, but 'back'. This commit adds versioning to copy background color to grid. I do this without increasing sub-version, which allows to add correct drawing when the subversion has to go up anyway for something else.