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-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
2011-03-21pedantic edit, no need to initialize var.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-21Changed the particle physics "timetweak" value to a more descriptive "timeste...Janne Karhu
2011-03-21patch from Martin, call classes register/unregister functions.Campbell Barton
2011-03-20Added "Bake Sound to F-Curve" operator to the "Key" menu in the graph editor.Joerg Mueller
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-03-18fix [#26510] Crash when changing an object's property valueCampbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-17== filebrowser ==Andrea Weikert
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-03-15"Fix" #26445: edit mode vertex distortionSergey Sharybin
2011-03-15fix [#26503] Copy Mirrored UV coords exceptionCampbell Barton
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton