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
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
* Removed outdated properties from the presets. Note: it does not fail anymore, but needs an update for new settings probably.
2012-06-23SVN maintenance.Guillermo S. Romero
2012-06-22Fix: Collada (Exporter) replaced the initial operator Presets with 2 up to ↵Gaia Clary
date versions
2012-06-21Themes:Thomas Dinges
* Fixes for the "Back to Black" theme, patch by meta-androcto. Fixed text editor select & vert edge select color. Thanks!
2012-06-16Collada: (Exporter) Add new option 'deform bones only'Gaia Clary
2012-06-14Collada: (Exporter) fix Operator presetGaia Clary
2012-06-13update themes for new colors, patch by Brendon MurphyCampbell Barton
2012-05-27[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' OptionGaia Clary
2012-05-26SVN maintenance.Guillermo S. Romero
2012-05-25Removed setting of filepath from Operator Preset for the Collada Exporter ↵Gaia Clary
(Second Life presets)
2012-05-25Added a Factory Operator Preset for the Collada Exporter (Second Life presets) Gaia Clary
2012-05-03Camera tracking: apparently one of tracking presets was never merged from tomatoSergey Sharybin
2012-04-16Fluid Simulation:Thomas Dinges
* Replaced the hard coded viscosity presets with Python ones. * Added version check, so older files load fine. Loading new files into 2.62 also works fine.
2012-04-12Fix #30919: Selection of multiple objects after EDIT MODE with MAYA PRESETS ↵Sergey Sharybin
Keymap Issue was caused by operator presets.
2012-04-06remove unused theme colorCampbell Barton
2012-04-05partial fix [#30813] Small UI glitch with high DPI value in menusCampbell Barton
fix provided by Julien Enche (trap). also corrected some 2.4x theme colors (selected file, outliner and image background)
2012-04-04use 2.4x tooltip colorsCampbell Barton
2012-04-04update themes for new settings + theme update script.Campbell Barton
2012-04-03Fix #28279: Shift S used twice in maya keyconfigSergey Sharybin
It looks to be non-maintained keymap anymore, this commit only resolves keymap conflict changing snap menu to ctrl-shift-s, no more global changes to not break muscule memory so close to release.
2012-03-21== Sequencer ==Peter Schlaile
This adds movieclip input support to the sequencer, thereby making undistorted and stabilized footage available without a seperate render step. Also: removes some old cruft code from the sequencer: * new_tstripdata wasn't used anymore * StripElems were allocated for SCENE strips on full length, wasting memory Added a comment, that hopefully makes things a little bit clearer: StripElems are *only* usefull for MOVIE + IMAGE strips for all other strip types one can set this pointer to NULL. (If that should cause otherwise problems, then the code that doesn't check for NULL is to blame!)
2012-02-27Code Cleanup:Campbell Barton
* made bmesh_structure.h function names more consistant. * remove unused code in bmesh_structure.c * removed 'Edge Flip' operator (missing from bmesh but looked into trunk feature and dont think its worth keeping). * tagged some BMESH_TODO's
2012-02-23elsyiun themeCampbell Barton
* too light unselected vertex color. * active color was darker then selected color (make active a lighter tint of selected).
2012-02-22Fix #30276: mesh subdivision shorcut with maya presetSergey Sharybin
Added subdivisions shortcut for mesh editing mode to maya preset. Not actually sure such shortcut present in Maya, but seems to be logical to have it both object and edit modes.
2012-02-22Made Maya keymap working again.Sergey Sharybin
Keypam for midpoint knife cutting was disabled for a while due to midpoint toggle was moved to a model keymap and i'm not sure how to start operator with midpoint enabled by default.
2012-02-13themes to be distributed with releaseCampbell Barton
2012-01-26Color channels used for tracking is now a part of default tracking settings ↵Sergey Sharybin
and also a part of presets.
2012-01-26Fix #29991: Broken Hotkeys for rotation in custom Maya-Navigation. >rev43375Sergey Sharybin
Issue was caused by incorrect operator property set in revision 43376.
2012-01-14remove *.select_inverse operators where the *.select_all operator has an ↵Campbell Barton
invert option.
2012-01-13Move FFmpeg and QuickTime settings to own structure inside RenderSettingsSergey Sharybin
rather than making all properties have ffmpeg_ and quicktime_ prefixes
2011-12-30Object tracking integrationSergey Sharybin
This commits merges object tracking implementation from tomato branch. Summarized changes from branch: - Added list of objects to be tracked. Default there's only one object called "Camera" which is used for solving camera motion. Other objects can be added and each of them will have it;s own list of tracks. Only one object can be used for camera solving at this moment. - Added new constraint called "Object Tracking" which makes oriented object be moving in the save way as solved object motion. - Scene orientation tools can be used for orienting object to bundles. - Object has got scale to define "depth" in camera space. - All tools which works with list of tracks or reconstruction data now gets that lists from active editing object. - All objects and their tracking data are available via python api. - Improvements in witness cameras workflow,
2011-12-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
2011-12-28Fix #29707: Sequencer presets corrupt audio scene settingsSergey Sharybin
Problem was caused by using amount of channels as integer instead of enum identifiers in preset files.
2011-12-15Object tracking: various fixes and improvementsSergey Sharybin
- Bundles selection is now available for object's bundles - If bundles selection wasn't changed in 3D viewport, fallback to regular object selection, so objects behind bundles can be selected - Snap cursor to selection now respects object's bundle selection - Object and rack name now can be selected from list in constraint settings - Added preset for tracks used for object tracking
2011-12-09Merging r42482 through r42532 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-07Update presets for trackingSergey Sharybin
2011-11-28Camera tracking: missed this presets files in previous commitSergey Sharybin
2011-11-28Camera tracking: move margin, frames limit and adjust frames to per-track ↵Sergey Sharybin
settings Also replace adjust frames integer slider with menu to choose between matching pattern from keyframe position of from previous frame. think this settings wouldn't be so confusing now.
2011-11-27Camera tracking: presets for default tracking settingsSergey Sharybin
Internal changes are almost finished, changes in the interface need to be discussed.
2011-11-25Merging r42062 through r42159 from trunk into soc-2011-tomatoSergey Sharybin
2011-11-24Fix wrong camera preset name D35 => D3S.Brecht Van Lommel
2011-11-20Remove sensor height from Sony A55 preset.Sergey Sharybin
Sensor height isn't supported by motion tracking yet.
2011-11-16minor cleanupCampbell Barton
- remove / comment unused python vars - replace mul_v3_fl(somevec, -1.0f); with negate_v3(somevec);
2011-11-15Camera tracking: made some options more easy to understandSergey Sharybin
- Changed some names so now people who aren't really familiar with motion tracking can understand what they exactly means - Also cleaned up and rephraded some descriptions - Changed behavior of operator which creates empty for 2d tracks: now it operates on all selected tracks rather than active track only - Added checkbox to enable/disable rotation stabilization
2011-11-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
=========================== Commiting camera tracking integration gsoc project into trunk. This commit includes: - Bundled version of libmv library (with some changes against official repo, re-sync with libmv repo a bit later) - New datatype ID called MovieClip which is optimized to work with movie clips (both of movie files and image sequences) and doing camera/motion tracking operations. - New editor called Clip Editor which is currently used for motion/tracking stuff only, but which can be easily extended to work with masks too. This editor supports: * Loading movie files/image sequences * Build proxies with different size for loaded movie clip, also supports building undistorted proxies to increase speed of playback in undistorted mode. * Manual lens distortion mode calibration using grid and grease pencil * Supervised 2D tracking using two different algorithms KLT and SAD. * Basic algorithm for feature detection * Camera motion solving. scene orientation - New constraints to "link" scene objects with solved motions from clip: * Follow Track (make object follow 2D motion of track with given name or parent object to reconstructed 3D position of track) * Camera Solver to make camera moving in the same way as reconstructed camera This commit NOT includes changes from tomato branch: - New nodes (they'll be commited as separated patch) - Automatic image offset guessing for image input node and image editor (need to do more tests and gather more feedback) - Code cleanup in libmv-capi. It's not so critical cleanup, just increasing readability and understanadability of code. Better to make this chaneg when Keir will finish his current patch. More details about this project can be found on this page: http://wiki.blender.org/index.php/User:Nazg-gul/GSoC-2011 Further development of small features would be done in trunk, bigger/experimental features would first be implemented in tomato branch.
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-04Configurable sensor size:Sergey Sharybin
- Added support of variable size sensor width and height. - Added presets for most common cameras, also new presets can be defined by user. - Added option to control which dimension (vertical or horizontal) of sensor size defines FOV. Old behavior of automatic FOV calculation is also kept. - Renderer, viewport, game engine and collada importer/exporter should deal fine with this changes. Other exporters would be updated soon.
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-20misc editsCampbell Barton
- rename define DISABLE_SDL --> WITH_SDL (which was already used in some places) - blenders interation preset was using orbit rather then turntable 3d view preference (different from factory defaults). - tagged some unused rna args.
2011-10-16Cycles: fix sampling issue with certain (transparent) max bounce settings, andBrecht Van Lommel
tweak presets/defaults to use 128 instead of 1024.