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-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-18Camera tracking: multiply all camera matrices by inverted first reconstructed...Sergey Sharybin
2011-11-18edits to 41957, main changes to render layer removal.Campbell Barton
2011-11-18Added methods new and remove to scene.render.layers, so now render layersSergey Sharybin
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-17Fix [#29190] VSE bugs.Bastien Montagne
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16Dynamic Paint:Miika Hamalainen
2011-11-16minor cleanupCampbell Barton
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15fix [#29272] Dynamic Paint crashes on duplicating a particle systemCampbell Barton
2011-11-15Camera tracking: made some options more easy to understandSergey Sharybin
2011-11-15py/rna api was calling RNA_property_type more often then needed (no functiona...Campbell Barton
2011-11-15Formatting cleanup. No functional changesJoshua Leung
2011-11-15add IDP_EqualsProperties support for comparing non-null terminated byte strings.Campbell Barton
2011-11-15Fixed compilation error in writeffmpg.c (caused by recent IDProp changes).Bastien Montagne
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-15fix for crash in blenderplayer when the engine isnt fount.Campbell Barton
2011-11-14Text Editor: implement space-as-tab navigationDalai Felinto
2011-11-14Fix: Last triangle wasn't always drawn when VBO enabled.Miika Hamalainen
2011-11-14minor cleanup Campbell Barton
2011-11-14* Recommit of "a" BLENDER_VERSION_CHAR.Thomas Dinges
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-14fix for shiftx/y for recently added VIEW3D_OT_camera_to_view_selected operator.Campbell Barton
2011-11-14Fix for [#29247] Incorrect black color with dynamic paintMiika Hamalainen
2011-11-14DPAINT_OT_output_toggle operator was using an index option for what was reall...Campbell Barton
2011-11-14Camera tracking: interface cleanup and small buttons renamingSergey Sharybin
2011-11-14Camera tracking: code cleanupSergey Sharybin
2011-11-14Assorted camera tracker improvementsSergey Sharybin
2011-11-14Ocean baking was using uninitialized memory, but further investigation it was...Campbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
2011-11-13Moving all node angle-type values to radians. This also fixes [#29151] rotate...Bastien Montagne
2011-11-13Camera solving: fixed incorrect warnings about failure of solving some framesSergey Sharybin
2011-11-13Quiting a warning in Ocean code (commenting out var).Bastien Montagne
2011-11-13Release cycle: Thomas Dinges
2011-11-13remove double promotions and some formatting edits (tabs & spaces mixed)Campbell Barton
2011-11-13ensure that the path and directory are joined correctly for ocean cache (assu...Campbell Barton
2011-11-13Stub data in Ocean modifier when disabled, C standard does not allow empty st...Lukas Toenne
2011-11-13rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES...Campbell Barton
2011-11-13fix another buffer overrun error, also replace BLI_snprintf with BLI_strncpy ...Campbell Barton
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton