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
path: root/source
AgeCommit message (Expand)Author
2011-08-08Cycles: fix missing update when clearing object transforms.Brecht Van Lommel
2011-08-07Cycles: svn merge -r37957:39132 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-08-07Fix #28169: keymap bug when using a preset configuration, e.g. object mode ke...Brecht Van Lommel
2011-08-07comment unused varsCampbell Barton
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-07fixed crash when NDOF operators were called without an NDOF_MOTION eventMike Erwin
2011-08-06rna/ui: avoid duplicate property gHash lookups by passing the property when i...Campbell Barton
2011-08-06make ui_def_but_rna into 2 functions, once which takes a prop, another which ...Campbell Barton
2011-08-06for UI text drawing use BLF_ascender(fs->uifont_id) rather then BLF_height(fs...Campbell Barton
2011-08-06remove copy modifiers function, now handled in link data operator.Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05ifdef out support for for python owning and freeing BPy_StructRNA because thi...Campbell Barton
2011-08-05pyrna - add own callable function type rather then using a standard python me...Campbell Barton
2011-08-05move the ndof menu into the userpref's since it adjusts preferences, also ren...Campbell Barton
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
2011-08-05get a tad more vertical space in the toolbar.Campbell Barton
2011-08-05fix [#28160] Pressing Y on an image sequence to seperate the images takes the...Campbell Barton
2011-08-05fix for possible uninitialized RNA strings, when RNA_string_get property is n...Campbell Barton
2011-08-05fix [#28102] Typing 'C:' into the file selector's directory asks to make a ne...Campbell Barton
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-08-04fix for building with clang. makesrna wasnt linking with sqrtCampbell Barton
2011-08-04Typo when reading line curving. The subversion is 1, so smaller than 1 should...Jeroen Bakker
2011-08-04remove append to cursor code, wasnt used and made some naive assumptions abou...Campbell Barton
2011-08-04UserPref/Node editor feature: Change the level of noodle curving.Jeroen Bakker
2011-08-04when appending with a NULL context dont print warnigns about scene not being ...Campbell Barton
2011-08-04fix [#28114] Render CrashCampbell Barton
2011-08-03Crash in MMB moves (etc): commit of today was reading NULL pointer.Ton Roosendaal
2011-08-03fix [#27965] VSE: no visual feedback on locked stripsCampbell Barton
2011-08-03fix [#28135] Edge slide changes UVCampbell Barton
2011-08-03add note in scene.frame_current that frace_set() updates animation data.Campbell Barton
2011-08-03fix [#28151] export OBJ don't save the extensionCampbell Barton
2011-08-03typo fix.Nathan Letwory
2011-08-03Compile fix.Nathan Letwory
2011-08-03ndof changes: turned off 3D mouse during transform, removed timing bug in ima...Mike Erwin
2011-08-02unit arg for FloatVectorProeprtyCampbell Barton
2011-08-02Debug print removed.Nathan Letwory
2011-08-02Don't show NDOF guide by default.Nathan Letwory
2011-08-02no functional changes.Campbell Barton
2011-08-02add back timer based redraw, not sure why this was removed r38908.Campbell Barton
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-08-02replace WM_OT_ndof_menu with a key->menu assignment.Campbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02don't include fcurve modifiers when getting an actions frame range.Campbell Barton
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-08-01fix [#28061] Texture (paint) bleeding on edgesCampbell Barton
2011-08-01fix [#28112] Vertex paint crashCampbell Barton
2011-08-01fix, uvproject modifier wasn't copying the uv layer name,Campbell Barton
2011-08-01replace dutch variable name 'aantal' with 'tot'Campbell Barton
2011-08-01fix for failure to create curve knots when both endpoint and bezier U were en...Campbell Barton