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-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
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-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht 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-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-25Cycles: svn merge -r41205:41225 ^/trunk/blenderBrecht Van Lommel
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-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
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-16Cycles: more tweaks to get old/new shading systems working better together, forBrecht Van Lommel
2011-10-12changes to relative path optionCampbell Barton
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
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-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19Cycles: svn merge -r40266:40358 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19Fix for add hook/vertex parent for meshesSergey Sharybin
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-16- fix for memory leak in findFreeNavPolyIndex()Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-09-14- move vgroup lock buttons on the panel into the vgroup specials menu.Campbell Barton
2011-09-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell Barton