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-28Fix for [#26617] convert hair particles to mesh crash rev:35787Janne Karhu
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-14checking wrong null pointer in edit_modifier_poll_generic().Campbell Barton
2011-01-08Fix for bug [#21534] Multires modifier strange deformationsNicholas Bishop
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-19Fix compilation, obvious typo.Guillermo S. Romero
2010-12-19Bugfix [#25291] Objects that should not have subsurface modifier haveJoshua Leung
2010-12-13Use mdisps layer from edit_mesh when adding/removing multires modifierSergey Sharybin
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-19Fix for [#24319] Removing a cloth or softbody simulation in paticle mode problemJanne Karhu
2010-10-18remove G.sce, use G.main->name instead.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-27Explicitely cast to MultiresModifierData pointer to silence compiler warning.Nathan Letwory
2010-09-26- Save MDISPS layer when applying modifier.Sergey Sharybin
2010-09-03Fix for [#21101] Switch off collision at collision object is not recognised b...Janne Karhu
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-05Fix #22213: applying deform modifier in front of multires modifier crashes,Brecht Van Lommel
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-06- Added checking if modifier is active in find_multires_modifierSergey Sharybin
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
2010-05-07saving multires data didnt get the new filename when the external struct was ...Campbell Barton
2010-05-03Fix [#22227] Unbinding calls bind operatorMatt Ebb
2010-04-22warning cleanupMatt Ebb
2010-04-22Fix [#22097] missing panels in texture tabMatt Ebb
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08Bugfix: multires save external was not working. Just disabled operator pollBrecht Van Lommel
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-03-03select roots of the hair verts when converting hair into a mesh.Campbell Barton
2010-02-16bugfix [#21161] Multiresolution Reshape causes crashCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Fix #20803: convert button in particle modifier didn't workBrecht Van Lommel
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-03freeing particle modifier would access freed memory (only to tak the psys to ...Campbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton