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-01-16style cleanupCampbell Barton
2013-01-15Minor UI message fix (from [#33101] Minor interface typo in User Preferences ...Bastien Montagne
2013-01-13simplify WM_MT_context_menu_enum(), use expanded enum property.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13remove 2.57-windows workaround for WM_OT_copy_prev_settingsCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-08fix [#33646] Deleting edge loops creates holes in uv mapCampbell Barton
2013-01-08fix own error in recent update to follow active quads [#33783] Unwrap with Fo...Campbell Barton
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2013-01-03fix [#33715] Dirty Vertex Colors display problem since 2.65aCampbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-12-29Fix for the NODE_OT_add_node operator. The way python classes were subclassed...Lukas Toenne
2012-12-28Fix [#33424] Inadequate bake action.Bastien Montagne
2012-12-15Better tooltip for "Install Theme..."Ton Roosendaal
2012-12-12style cleanup: also change node selection method not to compare nodes a lot.Campbell Barton
2012-12-12A few basic Python operators for adding nodes in the node editor tree. These ...Lukas Toenne
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-12-08fix [#33431] Impossible to add "None" string to a propertyCampbell Barton
2012-11-29fix [#33332] UV follow active quadsCampbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-26fix [#31598] Messed up Smart UVsCampbell Barton
2012-11-20Bugfix [#29110] Animated Transforms to Deltas behaves oddly when applied moreJoshua Leung
2012-11-18typo in own recent commit.Campbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15fix [#33179] Can't delete centered edge loop if x-mirror is activatedCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-02correct operator preset tooltip and dont save their settings for re-useCampbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-19simplify addon install print, Now it only prints the source and destination d...Campbell Barton
2012-10-19[#32921] Fix: Python error triggered when installing an addon via 'install ad...Gaia Clary
2012-10-12quiet clang static checker warning by returning an error for invalid situatio...Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10Cosmetic: Changed label of the 'Install Addon...' Button to 'Install from Fil...Gaia Clary
2012-10-09Fixed wrong preset settings for motion trackingSergey Sharybin
2012-10-08style cleanup: pep8Campbell Barton
2012-10-04Add translation context for volume (Audio), pitch (Rotation) and rename tip->...Sv. Lockal
2012-10-02correct spelling error in operator propertyCampbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-12fix [#32350] F11 play animation crash when UI language is not "Default"Campbell Barton
2012-09-10when pressing `play` report when the first frame can't be found.Campbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-09-03Fix #32372: Blender Locks up when using Quick Fluid featureSergey Sharybin
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-17style cleanupCampbell Barton