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-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-17incorrect type passed to BKE_free_animdata()Campbell Barton
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-10Bugfix #26013Ton Roosendaal
2011-02-10Bugfix [#26002] Outliner Visible layers + Single object & data = brokeJoshua Leung
2011-02-10fix [#26003] Twice applied modifier with Convert to mesh with several multi-u...Campbell Barton
2011-02-09fix [#25994] Meshes with no vertices gets NaN location on setting origin to g...Campbell Barton
2011-02-08Bugfix [#25814] ChildOf constraint: double transformation in objectJoshua Leung
2011-02-08Bugfix: Constraint target validation code was brokenJoshua Leung
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-07Bug fix: adding force fields from the add menu didn't sort the depsgaph, so h...Janne Karhu
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-31Bugfix [#25876] bpy.ops.constraint.childof_set_inverse has no effectJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-29Bugfix #25750Ton Roosendaal
2011-01-26- Clear rotation for objects now works on delta transforms too. TheJoshua Leung
2011-01-26Refactoring object clear-transform operators to remove out the commonJoshua Leung
2011-01-23Some ui reorganization of the physics tab:Janne Karhu
2011-01-22Bugfix #25761Ton Roosendaal
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-21bugfix [#25712] Deletion of vertex groups under script control causes incorre...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14checking wrong null pointer in edit_modifier_poll_generic().Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12fix [#25600] Cannot add meta-object when in edit-modeCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10add constraint operatorCampbell Barton
2011-01-08remove unused code & variables.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
2011-01-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2011-01-07bugfix [#25519] particlesystem, type hair, hair dynamics enabled: crash with ...Campbell Barton
2011-01-06bugfix [#25488] Game engine crash when try to run after blender app startCampbell Barton
2011-01-05Bugfix, irc report:Ton Roosendaal
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-02Spelling fix: itterator->iteratorSergey Sharybin
2010-12-27Small fixes:Ton Roosendaal
2010-12-23Bugfix #25341Ton Roosendaal
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