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
2012-10-27Bugfix #32823 (probably) or from Thomas Dinges in irc:Ton Roosendaal
2012-10-27Smoke/Dynamic Paint: Allow use of fluid sim generated particles as emitter/br...Miika Hamalainen
2012-10-27Bugfix, IRC reportedTon Roosendaal
2012-10-27revert last commit, it broke regular face extrude. need to look into it further.Campbell Barton
2012-10-27Bugfix 32988Ton Roosendaal
2012-10-27fix for extruding single edges from faces giving flipped loop data - UV's/VColsCampbell Barton
2012-10-27comment testing typechecking code, was causing issues on gcc 4.4 for some rea...Campbell Barton
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-10-27add back debug prints for event handlers. not sure why they were removed in r...Campbell Barton
2012-10-27Bugfix:Ton Roosendaal
2012-10-27Another tweak in event code to get KM_CLICK work.Ton Roosendaal
2012-10-27Comment + whitespace tweaks for constraintsJoshua Leung
2012-10-27Putting back mysterious lines that check KM_CLICK keymap conflictsTon Roosendaal
2012-10-27Removed leftover debug print.Ton Roosendaal
2012-10-27Fix #32982, Segault when trying to show a node material.Lukas Toenne
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-27Fix for missing bracket in r51674.Lukas Toenne
2012-10-27style cleanupCampbell Barton
2012-10-27Transform: didn't set "event handled" to zero on undhandled events.Ton Roosendaal
2012-10-27The UI wasn't capable of handling Double Click events; causing fast typing toTon Roosendaal
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-27fix for filled rip copying loop customdata (fix in BM_edge_other_loop broke it)Campbell Barton
2012-10-26* Windows compile fix for __func__ (r51642)Thomas Dinges
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Fix Sound Bake op always using 'use_' prefix for all its bool RNA props. Also...Bastien Montagne
2012-10-26Bugfix for new handling of double-click:Ton Roosendaal
2012-10-26Bugfix: because of fixed event checking, the 'area zone' didn't work anymore.Ton Roosendaal
2012-10-26Bugfix #28734Ton Roosendaal
2012-10-26Fix for a nasty (and dangerous, buffer overflow) bug that quite oddly seems t...Bastien Montagne
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26Descriptions should never have dots on the end of sentenceSergey Sharybin
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-26Patch [#32030] Tooltips for Bake Sound to F-CurvesJoerg Mueller
2012-10-26Show warning message when multires baking happens for preview level of 0Sergey Sharybin
2012-10-26Bugfix #32975Ton Roosendaal
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26Bug report #32970Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26add a function for merging 2 bmesh element flags into a 3rd item.Campbell Barton
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton
2012-10-26fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.Campbell Barton
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-26Fix #32973: crash adding python property with update=None parameter passed.Brecht Van Lommel