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
2015-06-10Merge branch 'gooseberry' into temp_motionpathstemp_motionpathsAntony Riakiotakis
Conflicts: source/blender/blenkernel/intern/object.c
2015-06-10Sequencer:Antony Riakiotakis
Add option to ommit strip name and info display.
2015-06-09More cosmetic stuff for the play buttonAntony Riakiotakis
Draw outer ring with quad strip instead of line (line width would vary across the ring)
2015-06-09Small cheat for attract tool:Antony Riakiotakis
Draw overdrop on top of post-draw call back.
2015-06-09Center the play gisom triangle more correctly.Antony Riakiotakis
2015-06-09Reset frame when stopping playing.Antony Riakiotakis
2015-06-09Add play gismos to collapsed image sequences. When clicking repeatedlyAntony Riakiotakis
on the sequence they are toggled between play-pause.
2015-06-09Disable file collapse when user cancels after an operator.Antony Riakiotakis
Now file open operator also sets a temporary flag for collapse. This allows the user to configure the option to always collapse files and the editor will remember the setting and not reset it back after finishing a collapsed file open.
2015-06-08Never collapse directoriesAntony Riakiotakis
2015-06-08Animation support for collapsed image sequences.Antony Riakiotakis
Selected animation sequences will play back their thumbnails now. We'll probably need a way to scrub here, will investigate that next.
2015-06-08Sort files in collapsed sequences by frame number.Antony Riakiotakis
Now getting an "animation" preview should be pretty easy.
2015-06-08Merge branch 'master' into gooseberryBastien Montagne
Conflicts: source/blender/blenkernel/intern/key.c source/blender/blenlib/intern/path_util.c source/blender/editors/object/object_shapekey.c
2015-06-08Clear previous collapsed data if needed.Antony Riakiotakis
2015-06-08Refactor: move all collapsed image variables into a struct.Antony Riakiotakis
2015-06-08Fix T44964: Bisect tool /w nonuniform scaleCampbell Barton
2015-06-08Fix issue with collapsed images during last weekly.Antony Riakiotakis
We need to clear the collapsed flag when it does not apply anymore, so files get displayed properly.
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
Python had no ability to remove shape keys Original D1169 from @lichtwerk, with edits
2015-06-08Cycles: Fix crash doing render preview of external OSL scriptSergey Sharybin
2015-06-08Fix "View All" operation in image space not available with locked interfaceSergey Sharybin
2015-06-08Alternative fix copying windows from popup dialogsCampbell Barton
It could still crash if the window was freed and another was activated. see T44688.
2015-06-07Don't show smoke domain when render-only enabledCampbell Barton
D1339 from @scorpion81
2015-06-06View3D: avoid jumping placing cursor /w lock onCampbell Barton
The view would jump each time, now compensate by adjusting the cursor panning. Less jarring and helps avoid problems when the cursor gets outside the view, see: T40353
2015-06-06Use threshold for selecting side-of-axisCampbell Barton
2015-06-06Cleanup: TyposJulian Eisel
2015-06-06CleanupCampbell Barton
2015-06-05Do not show fps while scrubbing.Antony Riakiotakis
2015-06-05Do not store frame change in undo stack (causes much waiting forAntony Riakiotakis
animators in heavy scenes)
2015-06-05Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-05Collapsed images:Antony Riakiotakis
* Icon of collapsed images is same as a movie * Size displayed is cummulative size of all images * Frame range is displayed in the filename
2015-06-05Fix T44960: Crash with 'Shape Cut' in edit hair mode.Bastien Montagne
This is only supported for mesh objects so far. Also, abort in case there are no faces in dm (instead of crashing on NULL BVH tree...).
2015-06-05Disable collapse images option after operator ends.Antony Riakiotakis
2015-06-04Collapse image sequence feature now uses BLI_path_* functions to detectAntony Riakiotakis
filenames.
2015-06-04Fix stupid recent mistakeAntony Riakiotakis
2015-06-04Merge branch 'master' into gooseberryAntony Riakiotakis
Conflicts: source/blender/makesdna/DNA_object_types.h
2015-06-04New "use placeholders" feature of the sequencer did not detect correctAntony Riakiotakis
filenames. Added BLI_path utility functions to decompose a path name and extract the frame number. It should be useful in autocollapse feature as well
2015-06-04Fix tooltip colors not initialized correctlyJulian Eisel
Already committed similar fix (rBbeaed66f292dd) but saw it appearing on other peoples screens a few times since them. Never was able to recreate though. This should make sure everything is initialized fine, so if we see it appearing again, then it's likely because of manual tweaks or the version saved in the .blend.
2015-06-04Load image sequence collapsing for sequencerAntony Riakiotakis
Very dirty feature that will have to be reimplemented when the new asset engine makes it into blender. This commit tweaks the filebrowser to detect sequences of images that form parts of a movie. The files need to be in the format <number>filelame.ext or <number>.filename.ext There is a new option next to hidden file option that makes it so this collapsing takes place. When collapsing is on, any movie files that have the same filename will be collapsed to the first detected file in the sequence. Selecting that file will select all files in the sequence. There is a shortcut in the sequence editor in the Add menu, "Image Sequence" that enables collapsing by default. Unfortunately, selecting multiple movies will not add multiple sequences to the sequencer, at least for now, but it should make it quite easier for people to quickly select the whole range of images for a movie. Importing the image sequence into the sequencer will use placeholders, so any missing images will display as black.
2015-06-04Merge branch 'master' into gooseberryLukas Tönne
Conflicts: intern/cycles/kernel/svm/svm.h
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-06-03Merge branch 'alembic' into gooseberryLukas Tönne
2015-06-03Do not show brush cursor for fill brush (size not supported)Antony Riakiotakis
2015-06-03Fix for RMB Menu title including shortcutCampbell Barton
2015-06-03Fix UI string clip (reverse search separator char)Campbell Barton
The string may have many '|' characters, only the last is clipped.
2015-06-03Cleanup: check button flag for shortcut delimiterCampbell Barton
2015-06-03Fix multires update (reading `char *` as an `int *`)Campbell Barton
2015-06-03Correct vert/edge slide poll functionsCampbell Barton
Would crash trying to access outside the 3D view.
2015-06-02Use ID property groups for storing and loading metadata associated toLukas Tönne
Alembic archives. Two separate property groups for metadata are used (so that reading caches does not overwrite metadata for output caches).
2015-06-02Merge branch 'alembic' into gooseberryLukas Tönne
2015-06-02Write metadata to caches (application name, date of creation, userLukas Tönne
description). Cache library output archives now have a description string next to them that gets written into the archive.
2015-06-02Fix operator exec /w popups that close the windowCampbell Barton
Related to T44688, note supporting this case isn't so nice, but seems it can be made to work.