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-05-07Warning cleanupMatt Ebb
2010-05-06own restrict-render commit broke hide unselected.Campbell Barton
2010-05-06last commit broke linking to scenes from the UICampbell Barton
2010-05-05- split objet group add/link into 2 operatorsCampbell Barton
2010-05-05Bugfix #22244: Crash on using ops.constraint.childof_set_inverse and childOf_...Joshua Leung
2010-05-05remove conflicting restrict render keyCampbell Barton
2010-05-04render hide/unhide (Ctrl+H, Ctrl+Alt+H, Ctrl+Alt+Shift+H)Campbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-04clear 2 warningsCampbell Barton
2010-05-03Fix [#22227] Unbinding calls bind operatorMatt Ebb
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-29select linked options, Library and Library ObDataCampbell Barton
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-25correct typo'sCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-22warning cleanupMatt Ebb
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-04-22Fix [#22097] missing panels in texture tabMatt Ebb
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21bugfix [#22091] Crashing on Add Shortcut Campbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-13fixed make local bug; it was only looking at editable objects, which of cours...Joseph Eagar
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-04-12Fix [#21982] Operator bug: Edit modeMatt Ebb
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12Copy Constraints OperatorDalai Felinto
2010-04-08no functional changeCampbell Barton
2010-04-07Modes are now toggled on using operators on load if the file was saved inBrecht Van Lommel
2010-04-05Fix #21828: vertex group remove function removes vertices from all groups.Brecht Van Lommel
2010-04-05Bugfix #21212: Segfault when object.add_vertex_to_group() called with invalid...Joshua Leung
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-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-29Fix [#21542] Clear origin shortkey Alt+O in object mode doesn't workMatt Ebb
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-27Check result of object_add_duplicate_internal() before using it.Sergey Sharybin
2010-03-26Fix vertex paint not getting restored after exiting editmode,Brecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-25More assorted Keying Sets changes for Cessen (mainly api stuff):Joshua Leung
2010-03-23rna/py-api fix.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-21Fix syntax for ID keyword.Guillermo S. Romero