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
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-24OSX/osl: add install of shader headers needed for osl_nodes compileJens Verwiebe
2012-09-24Some further fixes for #32626: TIFF renders are limited to 8 bit even when we...Sergey Sharybin
2012-09-24Themes fixes:Sergey Sharybin
2012-09-24- Corrected movie clip length computationSergey Sharybin
2012-09-24Sequencer: movie clip float buffers should be converted to internal sequencer...Sergey Sharybin
2012-09-24Expose movie clip duration property to RNASergey Sharybin
2012-09-24Fix crash on sequencer when movie clip fails to load frameSergey Sharybin
2012-09-24Fix image editor switching to no image when deselecting all faces for UV edit...Brecht Van Lommel
2012-09-24Fix #32644: ctrl+F11 internal animation player crashSergey Sharybin
2012-09-24Fix #32396: EyeDropper does nothing on "New" in Uv image editorSergey Sharybin
2012-09-24No need to limit image frame offset to blender's frame rangeSergey Sharybin
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-24deleting mask data wasn't deleting loop data. also return OPERATOR_CANCELLED ...Campbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton
2012-09-24revert r50837, this assumption is made elsewhere (in transform_conversions.c)...Campbell Barton
2012-09-24fix [#32626] TIFF renders are limited to 8 bit even when we choose 16.Campbell Barton
2012-09-24inserting mask keyframes wasn't redrawing with the dope sheetCampbell Barton
2012-09-24don't check the real usercount when drawing masks, this way fake user masks c...Campbell Barton
2012-09-24fix for issue where you could easily make zero user datablocks (especially wi...Campbell Barton
2012-09-24fix [#32635] no viewport update when link and object to a sceneCampbell Barton
2012-09-24fix for crash joining objects with shape keys - own mistake when fixing anoth...Campbell Barton
2012-09-23Fix #32625 Zero area-sized faces caused jittered part. distrib. to crashKonrad Kleine
2012-09-23Fix #32628: Crash when selecting Channels of the image to draw icon - CompositorSergey Sharybin
2012-09-23A bit alternative fix for bug mentioned in rev50826Sergey Sharybin
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-23fix for crash loading old files without colormanagement.Campbell Barton
2012-09-23remove sticky customdata layers as well as sticky mtex flagCampbell Barton
2012-09-23add more tests to run operators testing scriptCampbell Barton
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-23fix for crash backing in background mode.Campbell Barton
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-23fix for incorrect declaration rna_Object_free_duplilist() in cycles.Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-23Make "name" member of RNA KeymapItem struct return the translated name of the...Bastien Montagne
2012-09-22Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera v...Bastien Montagne
2012-09-22Revert a small part of r50813, so that we can build (actually, link) with Cyc...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-22fix [#32609] RGB Curves Mouse Pointer ProblemCampbell Barton
2012-09-22rect/point clamping function: BLI_rct*_clamp_pt_vCampbell Barton
2012-09-22Enable predictable menu key-chaining as with r50501.Campbell Barton
2012-09-22revert own commit r50501 (have a better way to implement this same feature)Campbell Barton
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-09-22replace UV project modifier matrix calculation with BKE_camera_params_* funct...Campbell Barton
2012-09-22fix for crash getting a member from the operator context override, in some ca...Campbell Barton
2012-09-22add back clear skin operator, removed with sticky by mistake.Campbell Barton
2012-09-22Updated commentSergey Sharybin