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
AgeCommit message (Collapse)Author
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-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 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-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-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-25More new data names translation (most cases should be covered now).Bastien Montagne
Also done a few cleanup here and there...
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-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-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 struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-23Cycles:Thomas Dinges
* Avoid an unnecessary condition in light.cpp, (totarea > 0.0f) is always true inside the "if(kintegrator->use_direct_light)" branch.
2013-03-23Code cleanuo:Thomas Dinges
* Remove already commented "use_radiosity" flag from RNA. * Remove some commented exceptions for old 2.4x 3D View preview region. * Remove empty and commented function declarations from 2.4x UI times
2013-03-23Code cleanup:Thomas Dinges
* Remove already deprecated USER_DISABLE_AA flag from code, only commented DNA flag left.
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-22spaces->tabsPablo Vazquez
2013-03-22Fix for the use_hidden_preview setting in SpaceNode. The application of this ↵Lukas Toenne
flag to new nodes got lost during merges at some point. Also is now in the python node.add_node operator as well as the C function.
2013-03-22Nodes editor,Pablo Vazquez
Draw an extra outline on hidden nodes that have custom colors, otherwise you can't recognize them unless you unhide. Example: http://pasteall.org/pic/show.php?id=42359
2013-03-22Bug fix #34405Ton Roosendaal
On opening a text editor for first time, and use search (CTRL+F) the scrollers were not correct initialized, so the view would jump a bit on redraw.
2013-03-22Fix #34720: Sculpt mode T panel has no texture previewSergey Sharybin
Cycles was not able to render texture icons, same actually goes to lux. Now made it so blender internal is used to render icons for textures.
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static ↵Campbell Barton
where possible. also found unintentionally defined enum/struct variables that where only meant to be defining the type.
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-22fix error with merge operator not handing error cases properly (errors ↵Campbell Barton
wouldn't cancel the operator as they should). was mixing up OPERATOR_CANCELLED with 0.
2013-03-22Tweak to previous commit - make range check less strict so that indicators don'tJoshua Leung
flicker off so easily when target moves off screen
2013-03-22Graph Editor: Draw indicators on the active Driver F-Curve which show theJoshua Leung
relationship between the result of driver evaluation (NKEY region stuff) and the end result applied to the driven properties. Example: http://www.pasteall.org/pic/47687
2013-03-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
note: that this intentionally removes check to exit vpaint mode when a vertex color layer is removed, since being in vertex-paint mode without a vertex color layer is supported. also minor change to drawing camera limits while picking from previous commit.
2013-03-21mist line can now be used for camera selection.Campbell Barton
2013-03-21patch [#34687] Patch for AutoMerge button in 3d editorCampbell Barton
from Dan McGrath (dmcgrath)
2013-03-21use clip alpha setting for empty-image drawing.Campbell Barton