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
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19add keybinding for dolly: shift +/-Campbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-07-19patch [#35789] Quick hack select more/less tool for armaturesCampbell Barton
2013-07-19patch [#35789] Quick hack more/less tool for latticesCampbell Barton
2013-07-19patch [#36032] Quick Hack lattice random selectionCampbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-19code cleanup: remove redundant multiplying when jittering widget drawing.Campbell Barton
2013-07-19code cleanup: use bool for widget struct, also edit odd strncpy use.Campbell Barton
2013-07-18fix for action editor view-selected behaving strangely.Campbell Barton
2013-07-17Hide unnecessary error print when showing tooltip over a property with no RNABrecht Van Lommel
2013-07-17Fix for #36150, missing Preview Render Updates with Add/Remove material slot. Thomas Dinges
2013-07-17fix/resolve [#36173] Current frame doesn't update while OpenGL Rendering Anim...Campbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16Fix missing render info text in blender internal rendered viewport afterBrecht Van Lommel
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16fix [#36153] Crash when choosing a brush.Campbell Barton
2013-07-16revert part of own commit r58304, gives different behavior when de-selecting ...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-16fix for the tip of the bones without connected children de-selecting when ent...Campbell Barton
2013-07-15Fix text object text entry being broken after recent fix to BLI_strncpy_wchar...Brecht Van Lommel
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-15Fix #36145: Error in inverting channels in the UV/Image EditorSergey Sharybin
2013-07-15previous commit r58256, had error in editmode (somehow it worked in most test...Campbell Barton
2013-07-15fix for error (-1 index into array) when removing customdata layers with no d...Campbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-07-15fix for error in string copyCampbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix [#36128] Not deselect all bone when I press the A button in edit modeCampbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-07-14fix [#36135] File name of previously saved render result no longer rememberedCampbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-13fix for more errors with switch missing breakCampbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-07-13correct bad allocation sizes, unwrap was over-allocating, makesdna was under ...Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-07-13fix errors in codeCampbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-13Fix #35586: add an option to the Z Combine compositing node to disable the ZBrecht Van Lommel
2013-07-12Fix #35827: object selection through camera view not working in some cases.Brecht Van Lommel
2013-07-12Related to #36115: show in render info text when 3D view layer or camera over...Brecht Van Lommel
2013-07-12fix [#36109] UI softlock when first property of an operator is StringCampbell Barton
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-12Expose node.select exec callback to an operatorSergey Sharybin
2013-07-12fix [#36106] Defining the Loopcut number with the keyboard is limited to 130Campbell Barton
2013-07-11fix [#36099] Undo crashes on an armature with ID-PropertiesCampbell Barton