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
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20Bugfix #25312Ton Roosendaal
2010-12-20bugfix [#25310] Twice applied modifier with Convert to mesh with several mult...Campbell Barton
2010-12-19Option "Make Single user" now also makes animations local.Ton Roosendaal
2010-12-19Fix compilation, obvious typo.Guillermo S. Romero
2010-12-19Bugfix [#25291] Objects that should not have subsurface modifier haveJoshua Leung
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-13Small fix in error text returned from baking.Ton Roosendaal
2010-12-13Use mdisps layer from edit_mesh when adding/removing multires modifierSergey Sharybin
2010-12-12Bugfix #25183Ton Roosendaal
2010-12-09A little more work on patch [#24814] Operators which have no decriptionKent Mein
2010-12-09- internal py/rna ifdef's USE_MATHUTILS was mixed up,Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07fix for crash on missing NULL check,Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-03fix [#25015] Ctrl+L linking to scene list does not scroll when the list is la...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-23Bugfix #24860Ton Roosendaal
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-11-18store the view align setting even if its disabled & don't edit the view quat ...Campbell Barton
2010-11-17Bugfix, irc report by lmgTon Roosendaal
2010-11-17bugfix [#24685] Changing mode bypasses undo suppressionCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-12Bugfix #20382Ton Roosendaal
2010-11-10bugfix [#24638] Crash when parenting ni local view through the outlinerCampbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-05incorrect poll function for clearing/applying loc/rot/scale.Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31bugfix: "glsl lamp not (directly) updated when there is no material in the ob...Dalai Felinto
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-21Changes to "evaluation time" for Curves:Joshua Leung
2010-10-20bugfix [#24333] Horizon Color Picker Crashes Blender if Two 3D View Windows a...Campbell Barton
2010-10-19Fix for [#24319] Removing a cloth or softbody simulation in paticle mode problemJanne Karhu
2010-10-19bugfix [#24289] bpy.ops.object.select_name() is brokenCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton