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-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-07-05Fix for [#27347] Particle x-axis mirror editing not working as expected.Janne Karhu
2011-06-21Fix for [#26939] Hair Combing intersects emitter when combed fastJanne Karhu
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-23Fix for [#26580] Rekey deselects active vertsJanne Karhu
2011-03-18New particle collisions code:Janne Karhu
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-27Fixing some clang reported issues in particle code.Janne Karhu
2011-01-19Fix for [#25705] Crashing doing Bake in Partile System in Particle ModeJanne Karhu
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-27fix for fix r33330, bug [#23118].Campbell Barton
2010-11-26lasso select wasn't comparing the depth with particle selection, where border...Campbell Barton
2010-11-26bugfix [#23118] Blender freezes when combing hair - OS X path changes related?Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-29Fix for[#24422] Crash when switching to Point Select Mode - particle hairJanne Karhu
2010-10-29Fix for [#24430] Hair Dynamics ProblemJanne Karhu
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-14"flip -> pen_flip" missing rename on particle edit modeDalai Felinto
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-07-29Fix for error while weight painting:Campbell Barton
2010-07-23Fix for [#22644] hair particles bug 2, patch by Lukas ToenneJanne Karhu
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-04-30Fix [#22207] Selecting Roots also selects hiddenMatt Ebb