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 (Expand)Author
2012-08-25add manual lookup to addon tempalteCampbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-08-25use set's when checking against multiple types.Campbell Barton
2012-08-24Sequencer: bright/contrast modifierSergey Sharybin
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-08-23Sequencer: move up/down operators for modifiersSergey Sharybin
2012-08-22hook menu was using last remembered use_bone settingCampbell Barton
2012-08-22Fix #32201: particle size compatibility broken for object/group duplication.Brecht Van Lommel
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-08-22error message when an addon was missing register/unregister functions whasnt ...Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-17style cleanupCampbell Barton
2012-08-17rename mask 'Shrink/Fatten' --> 'Scale Feather'Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-14patch [#32327] Uniform displace modifierCampbell Barton
2012-08-13add animation buttons to mask toolbarCampbell Barton
2012-08-13add hook now has option to add to active bone (mango request).Campbell Barton
2012-08-12Sequencer: overlay display type optionsSergey Sharybin
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-10Fix effect settings panel for adjustment effectSergey Sharybin
2012-08-10split off auto depth option to have cursor placement use depth too since you ...Campbell Barton
2012-08-10Fix wrong tracks list used for search in Follow Track constraintSergey Sharybin
2012-08-10Extended the search operator for nodes to also support node groups. The basic...Lukas Toenne
2012-08-10Separate uv selection operator: Y key, behaves much the same way as the mesh ...Campbell Barton
2012-08-09Frame matching methods for follow track constraintSergey Sharybin
2012-08-08code cleanup: lazy init enum for node searchCampbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-07add view selected for node viewCampbell Barton
2012-08-07Place color weels used for color balance in sequencer verticallySergey Sharybin
2012-08-06Adding "inpaint" as allowed words...Bastien Montagne
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-08-01Docs / Templates:Thomas Dinges
2012-08-01misc mask fixesCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-30Minor code cleanupSergey Sharybin