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-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-15add back feature from 2.4x - Shift+Del to delete objects from all scenes.Campbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13Fix #29240: multi-res bake broken in 2.60Sergey Sharybin
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-13Speedup of multires bakerSergey Sharybin
2011-11-13Fix crash when multires-baking in sculpt mode when sculpt mode is active and ...Sergey Sharybin
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-11Bugfix [#29210] ChildOf constraint Set InverseJoshua Leung
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07fix [#29183] Make duplicates real: parent informations of the group is not co...Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-04Fix #29051: Set Origin - Center: Bounds does not workSergey Sharybin
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-12changes to relative path optionCampbell Barton
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-10-06Fix #28805: Add mesh, align to view, un check align to view. not updating.Sergey Sharybin
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-02Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27navmesh: solve bad level calls to edit mesh functionsSergey Sharybin
2011-09-27navmesh: convert object_navmesh.cpp to plain c.Sergey Sharybin
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-22Fix #28365: some macro operators were missing descriptions.Brecht Van Lommel
2011-09-22clear up some warnings.Campbell Barton
2011-09-22use bli math functions for vgroup_fix operator.Campbell Barton
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne