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-04-01modification to api docs so release point to:Campbell Barton
2011-04-01Animation Editors: Name-based filteringJoshua Leung
2011-04-01Add back sculpt mode brush keys.Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-31Fix for [#26694] Quick effects problems: Make Smoke/Fluid on a flat object cr...Janne Karhu
2011-03-31use poppups for python UV unwrap operators (since they are too slow to be rea...Campbell Barton
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
2011-03-31Propagate Pose Tweaks:Joshua Leung
2011-03-30pass pep8 checker.Campbell Barton
2011-03-30Small update to the quick effects operators:Janne Karhu
2011-03-30Quick effects operators:Janne Karhu
2011-03-30modify error when python is not found so as not to confuse users who don't bu...Campbell Barton
2011-03-29fix [#26657] Smart UV Project missing from Unwrap menu in 3D ViewportCampbell Barton
2011-03-29Fix for [#26664] Some particle panels disappear when pinnedJanne Karhu
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton
2011-03-29SVN maintenance.Guillermo S. Romero
2011-03-28example operator that uses a timer.Campbell Barton
2011-03-28Address [#26641] Texture Quick Edit kicks up error when Editor can't be foundNathan Letwory
2011-03-28Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_...Campbell Barton
2011-03-28[#24658] Switching to "maya" via interaction preset breaks when switching backMartin Poirier
2011-03-28Proper traceback when addons fails AST parsing setpMartin Poirier
2011-03-27fix for 'View Docs' with inherited properties, eg: "Object.name", is inherite...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-27fix (own bug) [#26628] "FCurve/Driver Version Fix" Incorrectly Clobbers Array...Campbell Barton
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
2011-03-26Fix for Mac addon install, unzipping could create __MACOSX folder whichBrecht Van Lommel
2011-03-26print guarded-alloc memory leaks on blenderplayer exit.Campbell Barton
2011-03-26optparse module is deprecated, use new argparse module in background job temp...Campbell Barton
2011-03-26"Fill Deformed" option for curves isn't dependent from bevel object,Sergey Sharybin
2011-03-25Graph Editor: Euler Filter ported from Py to CJoshua Leung
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-24Bugfix 26578Ton Roosendaal
2011-03-24UI clarification: "local coordinates" option for fluid inflow objects doesn't...Janne Karhu
2011-03-24fix [#26545] Crash when changing values for properties after changing max-minCampbell Barton
2011-03-24Pose Menu Tweak: Moved keyframe management items into sub-menu like inJoshua Leung
2011-03-24Animation Tool: Propagate PoseJoshua Leung
2011-03-23missed committing this beforeCampbell Barton
2011-03-23tweaks not to load webbrowser or math modules on startup.Campbell Barton
2011-03-23Bugfix:Joshua Leung
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-22allow system info operator in background mode.Campbell Barton
2011-03-22poll functions were for keymap operators were still raising errors in some ca...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22Moving netrender to addonsMartin Poirier
2011-03-22py/api registration:Campbell Barton
2011-03-22fix [#26385] operator edit_properties return errorCampbell Barton
2011-03-22fix for error printing class register error, remove an unneeded check.Campbell Barton