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
2013-10-14Merged revisions 60248-60717 from trunk/blendersoc-2013-bgeDaniel Stokes
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-10-13fix [#37059] OSX Debug - assert when using external screen with MacBookProDalai Felinto
2013-10-12fix for possible eyedropper NULL pointer use.Campbell Barton
2013-10-12OSX/scons: clean messageJens Verwiebe
2013-10-12OSX/scons: rename a confusing (outdated) messageJens Verwiebe
2013-10-12Fix for prefetch not working correct if last frame was loadedSergey Sharybin
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-12Fix #37002: cycles viewport render shows white on old graphics cards with noBrecht Van Lommel
2013-10-12Fix #37045: blender internal SSS rendering black on some system when the SSSBrecht Van Lommel
2013-10-12Further tweak for dual quaternion armature deform problem, tweak the epsilonBrecht Van Lommel
2013-10-12Revert both own r60700 and r60702. API behavior for expanded enums is complet...Bastien Montagne
2013-10-12Add poll function for overlay panel. Thanks to Thomas Dinges for the report!Antony Riakiotakis
2013-10-12Fix #37047, Expanded Enum Alignment glitching.Lukas Toenne
2013-10-12Followup to own r60700, fix was not correct... In fact, beahivor of expanded ...Bastien Montagne
2013-10-12Code cleanup: Remove some more unused cycles SSS code, related to the lookup ...Thomas Dinges
2013-10-12Fix obvious error in expanded enum layout code, given uiname would never be u...Bastien Montagne
2013-10-12More fixes for PSD support in SCons scirpts...Irie Shinsuke
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix dual quaternion armature deform giving erratic results in some cases. BugBrecht Van Lommel
2013-10-12Fix crash running Blender in background mode, caused by revision 60633.Brecht Van Lommel
2013-10-12Code cleanup: remove some unused cycles SSS code.Brecht Van Lommel
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-12OSX/scons: change again conditional for ftemplate, it can be ambigous with xc...Jens Verwiebe
2013-10-12scons: fix WITH_PSD compiling, still i think muddled naming is used here, tod...Jens Verwiebe
2013-10-11Fix [#37049] Default keybindings: Text editor auto-complete accepts Return, b...Irie Shinsuke
2013-10-11adding url for openimageio project in CMake file (OpenEXR and OpenJpeg do the...Dalai Felinto
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11UI: Fix SSS pressets' buttons not being aligned anymore (to be backported to ...Bastien Montagne
2013-10-11Fix FreeBSD build with recent malloc changes, patch by Shane Ambler.Brecht Van Lommel
2013-10-11Fix [#37039] Resize lists by new grab handles puts file into unsaved state.Bastien Montagne
2013-10-11Fix #36905: backport of fix in soc-2013-paint. This commit ensures that durin...Antony Riakiotakis
2013-10-11code cleanup: boxpack, pack struct and use unsigned intsCampbell Barton
2013-10-11fix [#37038] User prefs > Input - Category names cut offCampbell Barton
2013-10-11Fix #37036, pack and refresh button not aligned anymore. Also addAntony Riakiotakis
2013-10-11fix for select linked walking over the same faces multiple times. (caused gse...Campbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-11fix [#37030] Loop Cut and Slide doesn't clear header text if you click a blan...Campbell Barton
2013-10-11fix [#37032] Blener crashes when parent to new objectCampbell Barton
2013-10-11fix [#37031] bones are not selectable in weight paint mode anymoreCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10* Code cleanup for M_PI code.Thomas Dinges
2013-10-10* Fix Windows compiler errors after recent Lock-free memory allocator commit.Thomas Dinges
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel