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-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
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-03-14auto-complete was moving the selection.Campbell Barton
2011-03-14RNA API RenameCampbell Barton
2011-03-13* Small code cleanup/removalThomas Dinges
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-12library loading api.Campbell Barton
2011-03-122.5 Fluid UI Python Script:Thomas Dinges
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-11Fix for [#26457] Physics Size attribute affects hair particle DupliObjects wh...Janne Karhu
2011-03-11(no commit message)Ervin Weber
2011-03-11when checking for windows check sys.platform starts with "win" rather then '=...Campbell Barton
2011-03-10also enable edge-seam unwrapping when running the mark_seam operator.Campbell Barton
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-09make python UV functions use a popup UI rather then redo UI, they are not fas...Campbell Barton
2011-03-09py/ui: ensure extensions which add draw functions for menus/headers/panels al...Campbell Barton
2011-03-09lightmap pack: made into an operator & added to UV calc menuCampbell Barton