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
path: root/source
AgeCommit message (Expand)Author
2011-01-19Fix for [#25705] Crashing doing Bake in Partile System in Particle ModeJanne Karhu
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-19NLA Editor: Swap Strips (Alt-F) and BugfixesJoshua Leung
2011-01-19move release/test to source/test, there is nothing release about this dir.Campbell Barton
2011-01-19BGE BugFix [#25711]render.setBackgroundColor() does not work:Dalai Felinto
2011-01-19support building with python3.2Campbell Barton
2011-01-18Fix for "[#25700] 2.56: Rotation Mode: Quaternion shows wrong orientation of ...Konrad Kleine
2011-01-18Added group verification after autoconnect to avoid linked+external group soc...Lukas Toenne
2011-01-18Bugfix, irc report: general view3d operator poll() was reading NULLTon Roosendaal
2011-01-18Added a check in nodeGroupVerify to detect if a tree is actually a group tree...Lukas Toenne
2011-01-18rename fcurve.keyframe_points.add() --> insert()Campbell Barton
2011-01-18Bug fix: particle dynamics were being calculated if point cache was only half...Janne Karhu
2011-01-18Small fix for my last fix: ignore the `preview' flag; if either sizeNicholas Bishop
2011-01-18More fixes for bug [#25649], Image editor paint icon missing untilNicholas Bishop
2011-01-18bgl.Buffer()Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18Bugfix [#25684b] Surface and Stroke options are not working with UseJoshua Leung
2011-01-18option for the path iterator to loop over packed files so their dir separator...Campbell Barton
2011-01-18fix [#25694] Center View (Home Key)Campbell Barton
2011-01-18fix missing notifier [#25682] bpy.data.materials['XXX'].texture_slot.clear(0)...Campbell Barton
2011-01-18fix [#25691] Lasso select on 3D Text editing segfaultsCampbell Barton
2011-01-17== file browser ==Andrea Weikert
2011-01-17Bugfix 25683Ton Roosendaal
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-17Bugfix #25681Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-17More consistency with order of action vs gp keyframes...Joshua Leung
2011-01-17Bugfix [#25674] No Box Select in DopesheetJoshua Leung
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-16Adding links to groups using the links.new function in RNA wasn't updating th...Lukas Toenne
2011-01-16Fixed bug [#25649] Image editor paint icon missing until enter weightNicholas Bishop
2011-01-16Bugfix, IRC reportTon Roosendaal
2011-01-16Fix for 25655: Crashes with texture node in compositor.Lukas Toenne
2011-01-16defining types via python gave confusing errors because DefRNA.laststruct was...Campbell Barton
2011-01-16detect mathutils types with mathutils_array_parse(), was using PySequence_Fas...Campbell Barton
2011-01-16use fast sequence functions for python's bpy.props.EnumProperty() arg parsing.Campbell Barton
2011-01-16Defining bpy.props.EnumProperty(... , options={'ENUM_FLAG'}) wasnt working ri...Campbell Barton
2011-01-15Bugfix:Ton Roosendaal
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-15misc edits, no functional changesCampbell Barton
2011-01-15IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGra...Sergey Sharybin
2011-01-15Bugfix #25636Ton Roosendaal
2011-01-15Fix for [#25633] Particles display switching causes crash when Velocity disp. ONJanne Karhu
2011-01-15Fix for [#25637] curveguide forcefield(Kink: Braid) + particlesystem cause cr...Janne Karhu
2011-01-15error in last commit, also skip getting vars for wm_operator_reports() when t...Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-14checking wrong null pointer in edit_modifier_poll_generic().Campbell Barton
2011-01-14apply fix from r34275 to BLI_dynstr_appendf(), dont chop off last character f...Campbell Barton
2011-01-14new startup.blend with official io addons enabled,Campbell Barton
2011-01-14Todo item #19816: Wave modifier does not affect Curve PathsSergey Sharybin