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-07-23bugfix [#22954] Crash going edit mode on an object linked in another scene (K...Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-27Fix [#22675] Dupli toolMatt Ebb
2010-06-05get rid of some warnings,Campbell Barton
2010-06-03Copy Game Properties Operator: fix for "default enum value" out of the range....Dalai Felinto
2010-06-03Logic Editor: clear properties operator + logics in the object menuDalai Felinto
2010-05-25Tweaks to copy game properties operator for DalaiMatt Ebb
2010-05-24Logic Editor - fix for Keyboard Sensor + Copy Game Property fancy submenuDalai Felinto
2010-05-19Logic UI and Operators: adjusts on Layout + copy properties operator + fix on...Dalai Felinto
2010-05-13restrict render_clear was operating on hidden objects, now work on selectionCampbell Barton
2010-05-10Fix [#22296] Wrong Operator Names?Matt Ebb
2010-05-04render hide/unhide (Ctrl+H, Ctrl+Alt+H, Ctrl+Alt+Shift+H)Campbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-21bugfix [#22091] Crashing on Add Shortcut Campbell Barton
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-07Modes are now toggled on using operators on load if the file was saved inBrecht Van Lommel
2010-04-02Simple crasher fix: TAB to change mode crashed after moving all the scene's o...Joshua Leung
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-26Fix vertex paint not getting restored after exiting editmode,Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-11Motion Paths + Auto-Keying:Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-27- duplicate window crasheing when it was full screenCampbell Barton
2010-01-26Fix #19802: tweaking the values of e.g. the add tube operator whenBrecht Van Lommel
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2009-12-30bake is now modal like render and updates the image view while baking.Campbell Barton
2009-12-29bake operator and UI, no feedback while baking yetCampbell Barton
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-11-26Bugfix #20069: Centre to cursor or centre to mouse, centre object.Joshua Leung
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-05last commit broke entering editmodeCampbell Barton
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-04Bugfixes for Adding Objects:Joshua Leung
2009-10-29use objects rather then bases where possible, use context rather then OBACT m...Campbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-10-15move view3d keymaps so edit&paint mode keymaps override removed workaround th...Campbell Barton
2009-10-15made texflag a short everywhere (only stores one flag)Campbell Barton
2009-10-11Use OB_MODE_EDIT as a flag everywhere, also fixed a typo which made drawing t...Campbell Barton