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
path: root/source
AgeCommit message (Expand)Author
2012-07-26Fix #31550: Active Armature bone hardly distinguishable from other selected b...Sergey Sharybin
2012-07-26mask/image: rotate about 2d cursor now works.Campbell Barton
2012-07-26Fix typo and change shortcuts to Q and E. Works better when emulate numpad is...Sergey Sharybin
2012-07-26mask/image editor now works for border select and lassoCampbell Barton
2012-07-26Shortcuts to set solver frames: alt-1 for Keyframe A, alt-2 for keyframe B.Sergey Sharybin
2012-07-26Fix for [#32185] "Incorrect physics for LibLoaded dupligroups" reported by Da...Mitchell Stokes
2012-07-26Fix #32123: Blender crashes when zoomed in and rotating around 3d cursorSergey Sharybin
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-26Fix #32138: material trancpareny settingSergey Sharybin
2012-07-26Fix #32139: Making vertex parent hides facesSergey Sharybin
2012-07-26Fix [#31609] save .EXR defaults to uncompressed, causes segfault.Sv. Lockal
2012-07-26code cleanup: use BKE_pain_ prefix for paint funcs. also minor style editsCampbell Barton
2012-07-26mask/image viewer now works with non 1:1 image aspect, editing masks in the i...Campbell Barton
2012-07-26Select Linked no works from Datablocks outliner view as wellSergey Sharybin
2012-07-25Implement operator to select linked data from outlinerSergey Sharybin
2012-07-25Separate Select Linked operator into smaller function which could be reused.Sergey Sharybin
2012-07-25mask transform now works in the image spaceCampbell Barton
2012-07-25updating blenderplayer stubs after spaceimage set mask functionDalai Felinto
2012-07-25Fix #32004: Up/down arrow keys can move index out of actual range of template...Sergey Sharybin
2012-07-25don't pass the same value to axis_angle_to_quat() for axis & quat.Campbell Barton
2012-07-25Fix regression introduced in svn rev49122Sergey Sharybin
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25fix some crashes with mask/image transfor, a few more areas working now.Campbell Barton
2012-07-25Proxies building progress bar used to be displayed wrong in casesSergey Sharybin
2012-07-25add mask keymap to image window.Campbell Barton
2012-07-25edit fix for [#32177] - drawing text isnt really needed for selections.Campbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25Fix [#32177] 'Display Pivot' segfaults blender (Rigid Body Constraint + 3dview)Bastien Montagne
2012-07-25mask UI for space imageCampbell Barton
2012-07-25Fix #31419, Changing Boid-Properties impossible with pinned Particle Menu.Lukas Toenne
2012-07-25Fix #31339, Modifying mesh destroys particle system.Lukas Toenne
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-25code cleanup: comment deprecated definesCampbell Barton
2012-07-25Defocus node.Jeroen Bakker
2012-07-25wip mask/image commit, mostly internal function & added some TODO'sCampbell Barton
2012-07-25Added a missing forward declaration, causing compiler error in r49192.Lukas Toenne
2012-07-25Fix #32178, Adding "File Output" node crashes when a video output type is sel...Lukas Toenne
2012-07-25move ED_image functions into their own file.Campbell Barton
2012-07-25fix annoying bug where image open from ID template didn't open in the existin...Campbell Barton
2012-07-25BGE: A better fix for using the Action Actuator with the Actuator Sensor. Thi...Mitchell Stokes
2012-07-25change behavior of ediutmesh separate not to cleanup geometry - its not reall...Campbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-24initial commit for supporting masks in the image view, currently active seq ...Campbell Barton
2012-07-24fix/workaround for glitch with node editing active texture bug - where a node...Campbell Barton
2012-07-24Fix for RNA struct registration: the bpy_class_validate function would only c...Lukas Toenne
2012-07-24warn when getting a context member fails because of type mismatchCampbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-24Hopefully Blender compiles again with MSVCSergey Sharybin
2012-07-24Fix corrupted frames producing by fog glare nodeSergey Sharybin
2012-07-24no need for renaming actions that are not linked anywhereDalai Felinto