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-01-30Committing the impressive RTheme to the default collectionDaniel Salazar
2015-01-25Fix T43315: Minor Conflict in Maya Key Configsjulianeisel
Alt+Mousewheel was used for frame scrubbing which isn't really good as users may often use this by accident while using Alt for Viewport navigation. Frame scrubbing/frame_offset() is now called by Ctrl+Alt+Mousewheel (shift + Mousewheel was already used for scrolling up/down)
2015-01-23Theme Flatty LightPablo Vazquez
As discussed, welcome flatty light to master!
2015-01-20Presets for hair dynamics.Lukas Tönne
This is necessary because the hair dynamics settings are not part of the ParticleSettings datablock, but part of the convoluted cloth modifier inside the particle system struct. In the future this will be recoded properly, but in the meantime presets provide a simple an unobtrusive way to have reusable dynamics settings for hair. Conflicts: release/scripts/startup/bl_ui/properties_particle.py
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
Also adds safe-area presets. D325 by Diego Gangl with own edits.
2014-12-22Quick fix for UI themes, by meta-androcto (Brendon Murphy), thanks.Bastien Montagne
2014-10-31Themes auto-update from py script.Bastien Montagne
2014-10-31Fix T42454: Themes: Some colors were missed somehow in an update two years ago.Bastien Montagne
Had to fix it by hand (restting them to default values), theme maintainers, please check your theme from time to time and track such ugly 'pitch black' fields. And we devs should run theme update script much more often too - will do in next commit!
2014-10-19Fix T42304: blender 2.72a 3D view object selected color wrong in 2.4x theme.Bastien Montagne
I would not have endured such a critical and monstruous bug one more femtosecond! And even worse - active color was awfully wrong too! Shocking!
2014-10-09Implement custom names for render slotsSergey Sharybin
Basically the title tells it all, quite straightforward implementation. The only thing is the image.render_slot which used to represent the active render slot index is now moved to image.render_slots.active_index. Reviewers: venomgfx, campbellbarton Differential Revision: https://developer.blender.org/D821
2014-10-08Fix T41661: Added to main repo graph, science_lab and softimage themes.Bastien Montagne
2014-09-29Update for release themes.Brendon Murphy
This is to be backported to 2.72.
2014-09-07Cycles: Several fixes for Presets.Thomas Dinges
* Fix caustic properties, was not updated. * Remove wrong items, leftovers from panel splitting. * Add missing items. Even if the bundled presets do not set those, a user expects that all properties inside the panel are taken into account, when adding a new preset.
2014-09-04Fix broken maya/max keyconfigs (again) after link/append separation.Bastien Montagne
2014-09-04Fix T41714: Maya and 3DS keymaps throw error when.Bastien Montagne
Change in SEQUENCER_OT_select's left_right parameter...
2014-08-30Fix Cycles Integrator presets, not taking Volume bounces into account.Thomas Dinges
2014-08-26Update to 'Back to Black' theme.Brendon Murphy
2014-08-20Tweaks to the 3ds and maya keymapsSergey Sharybin
- Get rid of the obsolete operator - Use select_or_deselect_all in 3ds keymap, which performs better than separate deselect all and select binded to the select mouse. This was already done for maya, and seems was accidentally reverted by 5a91db3d.
2014-08-20Adding presets for Blackmagic Pocket Cinema Camera and Blackmagic Production ↵Daniel Salazar
Camera 4K
2014-08-13Auto-update of themes (missing properties in XML files).Bastien Montagne
2014-07-18Fix T41081: Presets not working on pinned properties panels.Lukas Tönne
Preset operators should avoid using `bpy.context.object.data` as a base path to properties. This path is not available in the buttons context when using pinned datablocks! Instead use the specific `bpy.context.camera` and `bpy.context.lamp.sky` paths now, which lead to the correct datablocks in any case.
2014-07-18Fix T41035: Scale Manipulator CTRL-ALT-S issue with maya shortcutsSergey Sharybin
2014-06-12Fix T40559: Maya keymap node selection bugSergey Sharybin
2014-06-06Fix T38668: When using Maya Input style, there is no way to snap Knife tool ↵Sergey Sharybin
to midpoints
2014-05-19Fix T40240: Bug with render region with maya short cutSergey Sharybin
2014-04-25Fix T39895: Displaying the armature layers popup in edit mode always fails.Bastien Montagne
In fact, armature layers operators (set layers, and show all) were kind of messy and broken in Edit mode (Select layers had two different operators for Pose and Edit modes, both using the same funcs that could only work in Pose mode, Show All was supposed to be used in both modes but again, its exec code could only work in Pose one). Fixed that by: * Using only one op for each task, for both modes (with adapted poll func). * Replacing 'object from context' access by an helper that returns the right Armature object in both Edit and Pose modes.
2014-02-28Fix T38881: cloth preset rubber not working with "translated data names" ↵Bastien Montagne
i18n option Actually, was broken for any custom modifier name, since it was explicitly using 'Cloth' one. Changed to mimic other cloth pressets (wonder why this one was different!).
2014-02-28Keymap: update 3dsmaxCampbell Barton
2014-02-19Change default track to 15px pattern and 71px searchSergey Sharybin
After recent seed improvements it makes tracking more robust without speed loss.
2014-02-19Added track weight to presetsSergey Sharybin
Useful for cases when you need to create bunch of witness tracks.
2014-02-19Camera presets changesSergey Sharybin
- Fixed typo in Canon C300 camera name - Added preset for Nexus5
2014-02-19Update the camera presets in various ways:Sergey Sharybin
* Switch to using Canon sensor type instead of camera models. There are a ton of camera models that reuse the same sensor so it's just confusing and forever incomplete to try and cover all models. * Delete all redundant Canon camera models.. * Leave only the Canon camera models that are special, that is have non regular sensor sizes. * Fix a few errors in some Canon models. * Capitalize a few unrelated sensor presets for consistency. * Added presets for GoPro and iPhone. Their distortion models and shutter isn't really supported ATM but tracker is robust enough to give reasonable tracking and solving results. Presets are from Daniel Salazar and Sebastian Koenig, thanks! Differential Revision: https://developer.blender.org/D264
2014-02-19Update keymaps for changes to NDOFCampbell Barton
2014-02-18Fix T38667: When using "Maya" Input Interface, pressing "E" does not ↵Sergey Sharybin
initiate rotation in the UV/Image Editor Was a shortcut conflict with unwrap. Use 'U' for unwrap now, so no conflict is here. Preset still doesn't work tho, Cambo need to solve missing operators used here since NDOF changes.
2014-01-28Theme: update ubuntu and blender2.4x tab colorsCampbell Barton
2014-01-23Themes: update for tab colorsCampbell Barton
2014-01-07Cycles: Update Integrator Presets and Total Samples info for latest changes.Thomas Dinges
2013-12-31Fix T37935: 3dsmax key configuration broken after recent mesh operator changes.Brecht Van Lommel
2013-12-22Fix T37910: maya key configuration not working after recent changes.Brecht Van Lommel
2013-12-10add new UV editor edge theme colors to preset themesAntony Riakiotakis
2013-12-09PREVIEW: updated the default themes.Jeroen Bakker
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-11-18Fix bug in maya/3dsmax keymaps caused by removed operatorSergey Sharybin
Once again, when you remove operator make sure keymaps we've got in master branch keeps working.
2013-11-16pose mode: extend selection flipping to use the same method as editmode.Campbell Barton
adds extend and active only opton.
2013-10-30Bugfix [#37185] Maya Config: Move and Scale Don't Work In Dope SheetJoshua Leung
Maya keymap was activating wrong transform modes for translation/scaling - in DopeSheet and NLA, these use the TIME_TRANSLATE/TIME_SCALE modes instead
2013-10-29Fix #37152: Knife tool doesn't work properly with Maya preset (Zooming and ↵Sergey Sharybin
Panning)
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-05Replaced opensim by sl+opensim in collada presets (conforming to Linden Lab ↵Gaia Clary
document http://secondlife.com/corporate/brand/trademark/sl_insl.php )
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-10-01Fix #36894: maya keymap delete/backspace would immediately delete a mesh ↵Brecht Van Lommel
element, now it pops up the menu with delete options and dissolve so that there is a quick key shortcut for those too.