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
2011-02-27Info > Help Menu:Thomas Dinges
2011-02-27== UI icons ==Andrea Weikert
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-02-272.5 particle UI File:Thomas Dinges
2011-02-272.5 Constraint Ui File:Thomas Dinges
2011-02-27small UI cleanup - "Mouse Cursor" instead of "Show Mouse" and s/subcol/sub an...Dalai Felinto
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-26Image Editor:Thomas Dinges
2011-02-26clean whitespaceCampbell Barton
2011-02-26port of function from 2.4x's BPyMesh.py thanks to 'merlin_' on IRC.Campbell Barton
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-26Added operator which makes selected scene markers into local 'pose'Joshua Leung
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-25pep8 cleanupCampbell Barton
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23Fix for [#26133] Explode modifier doesn't care about UVs (Option "split edges")Janne Karhu
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
2011-02-23python console namespace fix, merging namespace dicts was no good, since it p...Campbell Barton
2011-02-23error in own recent moving addons functions into its own module. addon_utils....Campbell Barton
2011-02-22Material UI, patch by Ervin Weber (lusque). Thanks!Thomas Dinges
2011-02-22bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh ...Campbell Barton
2011-02-21Editbone length was still using "normalize()" instead of "normalized()"Nathan Vegdahl
2011-02-21fix [#26093] Install Add-On Fails and deletes scriptCampbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21missed updating this when editing registration,Campbell Barton
2011-02-21bug [#26089] editbone.transfrom() seems to mess up bone roll (by more than fl...Campbell Barton
2011-02-19change shrinkwrap modifier cull front/back options from 2 booleans into an en...Campbell Barton
2011-02-19fix [#26104] Context Set Boolean op fails [34892i]Campbell Barton
2011-02-19Correct report [#26139] Documentation is incorrectCampbell Barton
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
2011-02-18- clear some warningsCampbell Barton
2011-02-18Fix for [#26120] Particle Grid options available when shouldn'tJanne Karhu
2011-02-18patch [#26056] fix for ValueError when no addons are presentCampbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-162.5 UI Interface Scripts:Thomas Dinges
2011-02-16Material UI: Code cleanup.Thomas Dinges
2011-02-16Commit patch [#25939] material panel proposal by Ervin Weber (lusque). Thanks!Thomas Dinges
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-16Added full texture idblock controls for displace and wave modifier.Janne Karhu
2011-02-16Correct texture pinning:Janne Karhu
2011-02-16enum-flag arguments were incorrectly documented.Campbell Barton